Searched refs:NPML4PGS (Results 1 – 2 of 2) sorted by relevance
196 #define NPML4PGS (1ULL * (PAGE_SIZE/(sizeof (pml4_entry_t)))) macro197 #define NPDPTPGS (NPML4PGS * (PAGE_SIZE/(sizeof (pdpt_entry_t))))
812 _vm_object_allocate((vm_object_size_t)NPML4PGS * PAGE_SIZE, &kpml4obj_object_store); in pmap_init()1665 p->pm_obj_pml4 = vm_object_allocate((vm_object_size_t)(NPML4PGS) *PAGE_SIZE); in pmap_create_options()