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

  /src/sys/arch/sparc/stand/ofwboot/
loadfile_machdep.c 100 int dtlb_slot_max; variable in typeref:typename:int
201 dtlb_store = alloc(dtlb_slot_max * sizeof(*dtlb_store));
249 if (_prom_getprop(child, "#dtlb-entries", &dtlb_slot_max,
250 sizeof(dtlb_slot_max)) == -1 ||
280 dtlb_slot_max = itlb_slot_max = 64;
340 if (dtlb_slot >= dtlb_slot_max)
416 if (dtlb_slot >= dtlb_slot_max)

Completed in 12 milliseconds