Home
last modified time | relevance | path

Searched refs:VM_PURGABLE_EMPTY (Results 1 – 12 of 12) sorted by relevance

/xnu-11215.61.5/osfmk/mach/
H A Dvm_purgable.h156 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
/xnu-11215.61.5/osfmk/vm/
H A Dvm_purgeable.c845 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_all()
997 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_one()
1236 if (state == VM_PURGABLE_EMPTY) { in vm_purgeable_account()
1339 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_queue_purge_task_owned()
1529 old_state == VM_PURGABLE_EMPTY) { in vm_purgeable_accounting()
1714 case VM_PURGABLE_EMPTY: in vm_object_owner_compressed_update()
H A Dvm_object.c1480 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY); in vm_object_reap()
1482 object->purgable == VM_PURGABLE_EMPTY) { in vm_object_reap()
5679 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);
5681 assert(object->purgable == VM_PURGABLE_EMPTY);
5889 if (old_state == VM_PURGABLE_EMPTY) {
5891 new_state = VM_PURGABLE_EMPTY;
5895 new_state = VM_PURGABLE_EMPTY;
5952 old_state == VM_PURGABLE_EMPTY) {
5981 assert(old_state != VM_PURGABLE_EMPTY);
5997 old_state == VM_PURGABLE_EMPTY) {
[all …]
H A Dvm_debug.c251 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_mach_vm_region_info()
464 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_mach_vm_region_info_64()
H A Dvm_upl.c746 shadow_object->purgable != VM_PURGABLE_EMPTY) { in upl_commit_range()
875 assert(m_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
1191 assert(shadow_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
H A Dvm_object_xnu.h404 (object)->purgable == VM_PURGABLE_EMPTY))
H A Dvm_resident.c1971 object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_insert_internal()
1985 } else if (object->purgable == VM_PURGABLE_EMPTY && in vm_page_insert_internal()
2297 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_remove()
4232 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_free_prepare_queues()
4751 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_wire()
4879 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_unwire()
4913 if (m_object->purgable == VM_PURGABLE_EMPTY) { in vm_page_unwire()
7341 if (m_object->purgable == VM_PURGABLE_VOLATILE || m_object->purgable == VM_PURGABLE_EMPTY) { in hibernate_flush_queue()
7744 || (VM_PURGABLE_EMPTY == object->purgable); in hibernate_consider_discard()
7819 VM_OBJECT_SET_PURGABLE(m_object, VM_PURGABLE_EMPTY); in hibernate_discard_page()
H A Dvm_pageout.c3483 if (object->purgable == VM_PURGABLE_EMPTY) {
7632 object->purgable == VM_PURGABLE_EMPTY) {
7701 assert(object->purgable != VM_PURGABLE_EMPTY);
7746 assert(object->purgable != VM_PURGABLE_EMPTY);
7843 assert(object->purgable != VM_PURGABLE_EMPTY);
8289 object->purgable != VM_PURGABLE_EMPTY &&
H A Dvm_map.c20048 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info()
22144 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()
22523 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
/xnu-11215.61.5/tests/
H A Dvm_test_mach_map.c489 state = VM_PURGABLE_EMPTY;
496 state != VM_PURGABLE_EMPTY) {
529 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->VOLATILE: state == %s",
549 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->NONVOLATILE: state == %s",
/xnu-11215.61.5/iokit/Kernel/
H A DIOMemoryDescriptor.cpp313 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()
342 case VM_PURGABLE_EMPTY: in purgeableStateBits()
/xnu-11215.61.5/osfmk/tests/
H A Dvm_parameter_validation.h1903 VM_PURGEABLE_STATE_TRIAL(VM_PURGABLE_EMPTY),