Home
last modified time | relevance | path

Searched refs:object_is_shared_cache (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_object.h350 object_is_shared_cache:1, member
H A Dvm_object.c346 .object_is_shared_cache = FALSE,
1426 if (object->object_is_shared_cache && in vm_object_reap()
1954 if (object->object_is_shared_cache && in vm_object_destroy()
6538 assert(!object1->object_is_shared_cache); in vm_object_transpose()
6539 assert(!object2->object_is_shared_cache); in vm_object_transpose()
H A Dvm_fault.c1815 if (object->object_is_shared_cache) { in vm_fault_page()
1908 if (drop_floor && object->object_is_shared_cache) { in vm_fault_page()
2978 object->object_is_shared_cache) { in vm_fault_cs_handle_violation()
3917 } else if (m_object->object_is_shared_cache) { in vm_fault_complete()
6009 } else if (m_object->object_is_shared_cache) { in vm_fault_internal()
H A Dvm_shared_region_pager.c1235 object->object_is_shared_cache = TRUE; in shared_region_pager_create()
H A Dmemory_object.c2000 return object->object_is_shared_cache; in memory_object_is_shared_cache()
H A Dvm_shared_region.c2344 object->object_is_shared_cache = TRUE; in vm_shared_region_slide_mapping()
H A Dvm_resident.c1933 if (object->object_is_shared_cache && in vm_page_insert_internal()
2245 if (m_object->object_is_shared_cache && in vm_page_remove()
H A Dvm_pageout.c2619 if (!m_object->object_is_shared_cache) { in vps_switch_object()