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

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c194 static struct vm_object kptobj_object_store; variable in typeref:struct:vm_object
517 kernel_pmap->pm_obj = &kptobj_object_store;
518 _vm_object_allocate((vm_object_size_t)NPDEPGS, &kptobj_object_store);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c207 static struct vm_object kptobj_object_store; variable in typeref:struct:vm_object
968 kptobj = &kptobj_object_store;

Completed in 31 milliseconds