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

  /src/sys/arch/sparc/stand/ofwboot/
loadfile_machdep.c 101 int itlb_slot_max; variable in typeref:typename:int
202 itlb_store = alloc(itlb_slot_max * sizeof(*itlb_store));
251 _prom_getprop(child, "#itlb-entries", &itlb_slot_max,
252 sizeof(itlb_slot_max)) == -1)
280 dtlb_slot_max = itlb_slot_max = 64;
342 if (itlb_slot >= itlb_slot_max)
418 if (itlb_slot >= itlb_slot_max)

Completed in 35 milliseconds