Home
last modified time | relevance | path

Searched refs:kernPhysPML4EntryCount (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/osfmk/i386/
H A Di386_init.c157 int kernPhysPML4EntryCount; variable
320kernPhysPML4EntryCount = (pdpte_count + ((1U << (PML4SHIFT - PDPTSHIFT)) - 1)) >> (PML4SHIFT - PDP… in physmap_init()
321 if (kernPhysPML4EntryCount == 0) { in physmap_init()
322 kernPhysPML4EntryCount = 1; in physmap_init()
324 if (kernPhysPML4EntryCount > KERNEL_PHYSMAP_PML4_COUNT_MAX) { in physmap_init()
329 kernPhysPML4EntryCount); in physmap_init()
330 kernPhysPML4EntryCount = KERNEL_PHYSMAP_PML4_COUNT_MAX; in physmap_init()
334 …kernPhysPML4Index = KERNEL_KEXTS_INDEX - kernPhysPML4EntryCount; /* utb: KERNEL_PHYSMAP_PML… in physmap_init()
357 pml4_index < (kernPhysPML4Index + kernPhysPML4EntryCount) && physAddr < highest_physaddr; in physmap_init()
380 for (i = kernPhysPML4Index; i < (kernPhysPML4Index + kernPhysPML4EntryCount); i++) { in physmap_init()
H A Dpmap.h202 extern int kernPhysPML4EntryCount;
207 #define KERNEL_PHYSMAP_PML4_COUNT (kernPhysPML4EntryCount)