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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h230 * the highest 4th-level directory (KERNEL_UBER_PML4_INDEX). That is,
233 #define KERNEL_UBER_PML4_INDEX 511 macro
H A Dpmap.c1302 pmap_store_pte((ppml4+KERNEL_UBER_PML4_INDEX), *(ppml4+0));
1676 pmap_store_pte((pml4p+KERNEL_UBER_PML4_INDEX),*kernel_pmap->pm_pml4);
4717 pml4p+KERNEL_UBER_PML4_INDEX, *(pml4p+KERNEL_UBER_PML4_INDEX));

Completed in 26 milliseconds