Home
last modified time | relevance | path

Searched refs:NPGPTD (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/x86_64/
H A Dboot_pt.c62 #if NPGPTD != 4
63 #error Please update boot_pt.c to reflect the new value of NPGPTD
/xnu-12377.61.12/osfmk/i386/
H A Di386_init.c394 IdlePTD = ALLOCPAGES(NPGPTD); /* level 2 */ in Idle_PTs_init()
408 INTEL_PTE_WRITE, (uintptr_t)ID_MAP_VTOP(IdlePTD), 0, NPGPTD); in Idle_PTs_init()
492 if (index_limit > NPGPTD * PTE_PER_PAGE) { in Idle_PTs_release()
493 index_limit = NPGPTD * PTE_PER_PAGE; in Idle_PTs_release()
H A Dpmap.h105 #define NPGPTD 4ULL macro
123 #define NBPTD (NPGPTD << PAGE_SHIFT)