Searched refs:NPML4PGS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h223 #define NPML4PGS (1ULL * (PAGE_SIZE/(sizeof (pml4_entry_t)))) macro
224 #define NPDPTPGS (NPML4PGS * (PAGE_SIZE/(sizeof (pdpt_entry_t))))
H A Dpmap.c1664 if (NULL == (p->pm_obj_pml4 = vm_object_allocate((vm_object_size_t)(NPML4PGS))))

Completed in 31 milliseconds