HomeSort by: relevance | last modified time | path
    Searched defs:itlb_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/stand/ofwboot/
loadfile_machdep.c 99 int itlb_slot; variable in typeref:typename:int
207 dtlb_slot = itlb_slot = 0;
342 if (itlb_slot >= itlb_slot_max)
418 if (itlb_slot >= itlb_slot_max)
488 dtlb_slot = itlb_slot = 0;
542 dtlb_slot = itlb_slot = 0;
657 itlb_store[itlb_slot] = dtlb_store[i];
658 itlb_slot++;
721 itlb_store[itlb_slot] = dtlb_store[i];
722 itlb_slot++
    [all...]
loadfile_machdep.c 99 int itlb_slot; variable in typeref:typename:int
207 dtlb_slot = itlb_slot = 0;
342 if (itlb_slot >= itlb_slot_max)
418 if (itlb_slot >= itlb_slot_max)
488 dtlb_slot = itlb_slot = 0;
542 dtlb_slot = itlb_slot = 0;
657 itlb_store[itlb_slot] = dtlb_store[i];
658 itlb_slot++;
721 itlb_store[itlb_slot] = dtlb_store[i];
722 itlb_slot++
    [all...]

Completed in 22 milliseconds