Home
last modified time | relevance | path

Searched refs:phantom_object_id (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/osfmk/vm/
H A Dvm_phantom_cache.c201 if (object->phantom_object_id == 0) { in vm_phantom_cache_add_ghost()
208 object->phantom_object_id = vm_phantom_object_id++; in vm_phantom_cache_add_ghost()
269 vpce->g_obj_id = object->phantom_object_id; in vm_phantom_cache_add_ghost()
296 if ((g_obj_id = object->phantom_object_id) == 0) { in vm_phantom_cache_lookup_ghost()
H A Dvm_object_xnu.h370 uint32_t phantom_object_id; member
H A Dvm_object.c328 .phantom_object_id = 0,