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