Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Di386_init.c158 int kernPhysPML4EntryCount; variable
321kernPhysPML4EntryCount = (pdpte_count + ((1U << (PML4SHIFT - PDPTSHIFT)) - 1)) >> (PML4SHIFT - PDP… in physmap_init()
322 if (kernPhysPML4EntryCount == 0) { in physmap_init()
323 kernPhysPML4EntryCount = 1; in physmap_init()
325 if (kernPhysPML4EntryCount > KERNEL_PHYSMAP_PML4_COUNT_MAX) { in physmap_init()
330 kernPhysPML4EntryCount); in physmap_init()
331 kernPhysPML4EntryCount = KERNEL_PHYSMAP_PML4_COUNT_MAX; in physmap_init()
335 …kernPhysPML4Index = KERNEL_KEXTS_INDEX - kernPhysPML4EntryCount; /* utb: KERNEL_PHYSMAP_PML… in physmap_init()
358 pml4_index < (kernPhysPML4Index + kernPhysPML4EntryCount) && physAddr < highest_physaddr; in physmap_init()
381 for (i = kernPhysPML4Index; i < (kernPhysPML4Index + kernPhysPML4EntryCount); i++) { in physmap_init()
H A Dpmap.h202 extern int kernPhysPML4EntryCount;
207 #define KERNEL_PHYSMAP_PML4_COUNT (kernPhysPML4EntryCount)