Searched refs:NPGPTD (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Didle_pt.c44 #if NPGPTD != 4
45 #error Please update idle_pt.c to reflect the new value of NPGPTD
H A Di386_init.c281 IdlePTD = ALLOCPAGES(NPGPTD); /* level 2 */
295 INTEL_PTE_WRITE, (uintptr_t)ID_MAP_VTOP(IdlePTD), 0, NPGPTD);
323 IdlePTD = ALLOCPAGES(NPGPTD); /* level 2 */
328 fillkpt(IdlePTD, INTEL_PTE_WRITE, (uintptr_t)IdlePTD, PTDPTDI, NPGPTD);
343 fillkpt(IdlePDPT, 0, (uintptr_t)IdlePTD, 0, NPGPTD);
H A Dpmap.h110 #define NPGPTD 4ULL macro
134 #define NBPTD (NPGPTD << PAGE_SHIFT)
H A Dgenassym.c368 DECLARE("NPGPTD", NPGPTD);
H A Dpmap.c695 for (i = 0; i< NPGPTD; i++, pdpt++) {
969 _vm_object_allocate((vm_object_size_t)(NPGPTD*NPTDPG), kptobj);
1358 if (NULL == (p->pm_obj = vm_object_allocate((vm_object_size_t)(NPGPTD*NPTDPG))))
1369 for (i = 0; i< NPGPTD; i++, pdpt++ ) {
/darwin-on-arm/xnu/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

Completed in 77 milliseconds