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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h239 #define NPDEPGS (NPDPTPGS * (PAGE_SIZE/(sizeof (pd_entry_t)))) macro
240 #define NPTEPGS (NPDEPGS * (PAGE_SIZE/(sizeof (pt_entry_t))))
H A Dpmap.c1402 if (NULL == (p->pm_obj = vm_object_allocate((vm_object_size_t)(NPDEPGS))))
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c518 _vm_object_allocate((vm_object_size_t)NPDEPGS, &kptobj_object_store);
1125 p->pm_obj = vm_object_allocate((vm_object_size_t)(NPDEPGS));

Completed in 100 milliseconds