Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/ !
H A Dvm_purgable.h156 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
/xnu-11417.101.15/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.c1482 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY); in vm_object_reap()
1484 object->purgable == VM_PURGABLE_EMPTY) { in vm_object_reap()
5681 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);
5683 assert(object->purgable == VM_PURGABLE_EMPTY);
5891 if (old_state == VM_PURGABLE_EMPTY) {
5893 new_state = VM_PURGABLE_EMPTY;
5897 new_state = VM_PURGABLE_EMPTY;
5954 old_state == VM_PURGABLE_EMPTY) {
5983 assert(old_state != VM_PURGABLE_EMPTY);
5999 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_object_xnu.h405 (object)->purgable == VM_PURGABLE_EMPTY))
H A Dvm_upl.c753 shadow_object->purgable != VM_PURGABLE_EMPTY) { in upl_commit_range()
882 assert(m_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
1203 assert(shadow_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
H A Dvm_resident.c2774 object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_insert_internal()
2788 } else if (object->purgable == VM_PURGABLE_EMPTY && in vm_page_insert_internal()
3100 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_remove()
4848 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_free_prepare_queues()
5175 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_wire()
5306 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_unwire()
5340 if (m_object->purgable == VM_PURGABLE_EMPTY) { in vm_page_unwire()
7827 if (m_object->purgable == VM_PURGABLE_VOLATILE || m_object->purgable == VM_PURGABLE_EMPTY) { in hibernate_flush_queue()
8230 || (VM_PURGABLE_EMPTY == object->purgable); in hibernate_consider_discard()
8305 VM_OBJECT_SET_PURGABLE(m_object, VM_PURGABLE_EMPTY); in hibernate_discard_page()
H A Dvm_pageout.c3481 if (object->purgable == VM_PURGABLE_EMPTY) {
7580 object->purgable == VM_PURGABLE_EMPTY) {
7650 assert(object->purgable != VM_PURGABLE_EMPTY);
7695 assert(object->purgable != VM_PURGABLE_EMPTY);
7792 assert(object->purgable != VM_PURGABLE_EMPTY);
8236 object->purgable != VM_PURGABLE_EMPTY &&
H A Dvm_map.c20191 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info()
22308 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()
22687 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
/xnu-11417.101.15/tests/ !
H A Dvm_test_mach_map.c494 state = VM_PURGABLE_EMPTY;
501 state != VM_PURGABLE_EMPTY) {
534 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->VOLATILE: state == %s",
554 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->NONVOLATILE: state == %s",
/xnu-11417.101.15/iokit/Kernel/ !
H A DIOMemoryDescriptor.cpp314 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()
343 case VM_PURGABLE_EMPTY: in purgeableStateBits()
/xnu-11417.101.15/osfmk/tests/ !
H A Dvm_parameter_validation.h1904 VM_PURGEABLE_STATE_TRIAL(VM_PURGABLE_EMPTY),