Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/
H A Dvm_purgable.h156 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
/xnu-12377.61.12/osfmk/vm/
H A Dvm_purgeable.c852 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_all()
1004 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_one()
1243 if (state == VM_PURGABLE_EMPTY) { in vm_purgeable_account()
1346 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_queue_purge_task_owned()
1536 old_state == VM_PURGABLE_EMPTY) { in vm_purgeable_accounting()
1721 case VM_PURGABLE_EMPTY: in vm_object_owner_compressed_update()
H A Dvm_object.c1659 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY); in vm_object_reap()
1661 object->purgable == VM_PURGABLE_EMPTY) { in vm_object_reap()
5973 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);
5975 assert(object->purgable == VM_PURGABLE_EMPTY);
6183 if (old_state == VM_PURGABLE_EMPTY) {
6185 new_state = VM_PURGABLE_EMPTY;
6189 new_state = VM_PURGABLE_EMPTY;
6246 old_state == VM_PURGABLE_EMPTY) {
6275 assert(old_state != VM_PURGABLE_EMPTY);
6291 old_state == VM_PURGABLE_EMPTY) {
[all …]
H A Dvm_debug.c258 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_mach_vm_region_info()
479 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_mach_vm_region_info_64()
H A Dvm_upl.c788 shadow_object->purgable != VM_PURGABLE_EMPTY) { in upl_commit_range()
923 assert(m_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
1248 assert(shadow_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
H A Dvm_object_xnu.h420 (object)->purgable == VM_PURGABLE_EMPTY))
H A Dvm_resident.c3491 object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_insert_internal()
3505 } else if (object->purgable == VM_PURGABLE_EMPTY && in vm_page_insert_internal()
3834 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_remove()
5725 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_free_prepare_queues()
6070 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_wire()
6214 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_unwire()
6248 if (m_object->purgable == VM_PURGABLE_EMPTY) { in vm_page_unwire()
8972 if (m_object->purgable == VM_PURGABLE_VOLATILE || m_object->purgable == VM_PURGABLE_EMPTY) { in hibernate_flush_queue()
9355 || (VM_PURGABLE_EMPTY == object->purgable); in hibernate_consider_discard()
9430 VM_OBJECT_SET_PURGABLE(m_object, VM_PURGABLE_EMPTY); in hibernate_discard_page()
H A Dvm_pageout.c3704 if (object->purgable == VM_PURGABLE_EMPTY) {
8018 object->purgable == VM_PURGABLE_EMPTY) {
8092 assert(object->purgable != VM_PURGABLE_EMPTY);
8137 assert(object->purgable != VM_PURGABLE_EMPTY);
8238 assert(object->purgable != VM_PURGABLE_EMPTY);
8701 object->purgable != VM_PURGABLE_EMPTY &&
H A Dvm_map.c21571 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info_exclusive()
23859 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()
24240 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
/xnu-12377.61.12/tests/
H A Dvm_test_mach_map.c503 state = VM_PURGABLE_EMPTY;
510 state != VM_PURGABLE_EMPTY) {
543 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->VOLATILE: state == %s",
563 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->NONVOLATILE: state == %s",
/xnu-12377.61.12/iokit/Kernel/
H A DIOMemoryDescriptor.cpp312 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()
341 case VM_PURGABLE_EMPTY: in purgeableStateBits()
/xnu-12377.61.12/osfmk/tests/
H A Dvm_parameter_validation.h1822 VM_PURGEABLE_STATE_TRIAL(VM_PURGABLE_EMPTY),