Searched refs:itlb_slot (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/stand/common/
H A Dmetadata.c59 extern int itlb_slot;
369 sizeof itlb_slot, &itlb_slot);
373 itlb_slot * sizeof(*itlb_store), itlb_store);
/freebsd-12-stable/stand/sparc64/loader/
H A Dmain.c130 u_int itlb_slot; variable
554 if (itlb_slot >= itlb_slot_max)
566 itlb_store[itlb_slot].te_pa = pa;
567 itlb_store[itlb_slot].te_va = va;
568 index = itlb_slot_max - itlb_slot - 1;
573 itlb_slot++;

Completed in 117 milliseconds