Searched refs:kernPhysPML4EntryCount (Results 1 – 2 of 2) sorted by relevance
158 int kernPhysPML4EntryCount; variable321 …kernPhysPML4EntryCount = (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()
202 extern int kernPhysPML4EntryCount;207 #define KERNEL_PHYSMAP_PML4_COUNT (kernPhysPML4EntryCount)