Searched refs:NPDPTPGS (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h238 #define NPDPTPGS (NPML4PGS * (PAGE_SIZE/(sizeof (pdpt_entry_t)))) macro
239 #define NPDEPGS (NPDPTPGS * (PAGE_SIZE/(sizeof (pd_entry_t))))
H A Dpmap.c1399 if (NULL == (p->pm_obj_pdpt = vm_object_allocate((vm_object_size_t)(NPDPTPGS))))
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c515 _vm_object_allocate((vm_object_size_t)NPDPTPGS, &kpdptobj_object_store);
1121 p->pm_obj_pdpt = vm_object_allocate((vm_object_size_t)(NPDPTPGS));

Completed in 79 milliseconds