Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/mach/
H A Dvm_purgable.h156 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
/xnu-11417.140.69/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.c1531 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY); in vm_object_reap()
1533 object->purgable == VM_PURGABLE_EMPTY) { in vm_object_reap()
5737 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);
5739 assert(object->purgable == VM_PURGABLE_EMPTY);
5947 if (old_state == VM_PURGABLE_EMPTY) {
5949 new_state = VM_PURGABLE_EMPTY;
5953 new_state = VM_PURGABLE_EMPTY;
6010 old_state == VM_PURGABLE_EMPTY) {
6039 assert(old_state != VM_PURGABLE_EMPTY);
6055 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.h413 (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.c3172 object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_insert_internal()
3186 } else if (object->purgable == VM_PURGABLE_EMPTY && in vm_page_insert_internal()
3499 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_remove()
5080 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_free_prepare_queues()
5406 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_wire()
5537 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_unwire()
5571 if (m_object->purgable == VM_PURGABLE_EMPTY) { in vm_page_unwire()
8069 if (m_object->purgable == VM_PURGABLE_VOLATILE || m_object->purgable == VM_PURGABLE_EMPTY) { in hibernate_flush_queue()
8472 || (VM_PURGABLE_EMPTY == object->purgable); in hibernate_consider_discard()
8547 VM_OBJECT_SET_PURGABLE(m_object, VM_PURGABLE_EMPTY); in hibernate_discard_page()
H A Dvm_pageout.c3492 if (object->purgable == VM_PURGABLE_EMPTY) {
7593 object->purgable == VM_PURGABLE_EMPTY) {
7663 assert(object->purgable != VM_PURGABLE_EMPTY);
7708 assert(object->purgable != VM_PURGABLE_EMPTY);
7805 assert(object->purgable != VM_PURGABLE_EMPTY);
8249 object->purgable != VM_PURGABLE_EMPTY &&
H A Dvm_map.c20250 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info()
22367 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()
22746 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
/xnu-11417.140.69/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.140.69/iokit/Kernel/
H A DIOMemoryDescriptor.cpp314 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()
343 case VM_PURGABLE_EMPTY: in purgeableStateBits()
/xnu-11417.140.69/osfmk/tests/
H A Dvm_parameter_validation.h1904 VM_PURGEABLE_STATE_TRIAL(VM_PURGABLE_EMPTY),