Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/
H A Dvm_purgable.h152 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
/xnu-10063.141.1/osfmk/vm/
H A Dvm_purgeable.c858 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_all()
1012 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_one()
1255 if (state == VM_PURGABLE_EMPTY) { in vm_purgeable_account()
1358 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_queue_purge_task_owned()
1543 old_state == VM_PURGABLE_EMPTY) { in vm_purgeable_accounting()
1702 case VM_PURGABLE_EMPTY: in vm_object_owner_compressed_update()
H A Dvm_object.c1476 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY); in vm_object_reap()
1478 object->purgable == VM_PURGABLE_EMPTY) { in vm_object_reap()
5610 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);
5612 assert(object->purgable == VM_PURGABLE_EMPTY);
5821 if (old_state == VM_PURGABLE_EMPTY) {
5823 new_state = VM_PURGABLE_EMPTY;
5827 new_state = VM_PURGABLE_EMPTY;
5884 old_state == VM_PURGABLE_EMPTY) {
5913 assert(old_state != VM_PURGABLE_EMPTY);
5929 old_state == VM_PURGABLE_EMPTY) {
[all …]
H A Dvm_debug.c249 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_region_info()
460 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_region_info_64()
H A Dvm_resident.c1965 object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_insert_internal()
1979 } else if (object->purgable == VM_PURGABLE_EMPTY && in vm_page_insert_internal()
2281 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_remove()
4177 m_object->purgable == VM_PURGABLE_EMPTY) && in vm_page_free_prepare_queues()
4687 m_object->purgable == VM_PURGABLE_EMPTY) && in vm_page_wire()
4805 m_object->purgable == VM_PURGABLE_EMPTY) && in vm_page_unwire()
4841 if (m_object->purgable == VM_PURGABLE_EMPTY) { in vm_page_unwire()
7197 if (m_object->purgable == VM_PURGABLE_VOLATILE || m_object->purgable == VM_PURGABLE_EMPTY) { in hibernate_flush_queue()
7600 || (VM_PURGABLE_EMPTY == object->purgable); in hibernate_consider_discard()
7675 VM_OBJECT_SET_PURGABLE(m_object, VM_PURGABLE_EMPTY); in hibernate_discard_page()
H A Dvm_pageout.c3456 if (object->purgable == VM_PURGABLE_EMPTY) { in vm_pageout_scan()
7733 shadow_object->purgable != VM_PURGABLE_EMPTY) { in upl_commit_range()
7862 assert(m_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
8178 assert(shadow_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
8794 object->purgable == VM_PURGABLE_EMPTY) { in iopl_valid_data()
8863 assert(object->purgable != VM_PURGABLE_EMPTY); in iopl_valid_data()
8908 assert(object->purgable != VM_PURGABLE_EMPTY); in vm_object_iopl_wire_full()
9005 assert(object->purgable != VM_PURGABLE_EMPTY); in vm_object_iopl_wire_empty()
9426 object->purgable != VM_PURGABLE_EMPTY && in vm_object_iopl_request()
H A Dvm_object.h411 (object)->purgable == VM_PURGABLE_EMPTY))
H A Dvm_map.c19921 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info()
21850 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()
22229 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
/xnu-10063.141.1/tests/
H A Dvm_test_mach_map.c486 state = VM_PURGABLE_EMPTY;
493 state != VM_PURGABLE_EMPTY) {
526 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->VOLATILE: state == %s",
546 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->NONVOLATILE: state == %s",
/xnu-10063.141.1/iokit/Kernel/
H A DIOMemoryDescriptor.cpp315 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()
344 case VM_PURGABLE_EMPTY: in purgeableStateBits()