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

/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c47 extern int itlb_slot;
329 file_addmetadata(kfp, MODINFOMD_ITLB_SLOTS, sizeof itlb_slot, &itlb_slot);
333 itlb_slot * sizeof(*itlb_store), itlb_store);
H A Dmain.c133 u_int itlb_slot; variable
557 if (itlb_slot >= itlb_slot_max)
569 itlb_store[itlb_slot].te_pa = pa;
570 itlb_store[itlb_slot].te_va = va;
571 index = itlb_slot_max - itlb_slot - 1;
576 itlb_slot++;

Completed in 80 milliseconds