Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dvm_purgable.h156 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
/xnu-12377.41.6/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()
5957 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);
5959 assert(object->purgable == VM_PURGABLE_EMPTY);
6167 if (old_state == VM_PURGABLE_EMPTY) {
6169 new_state = VM_PURGABLE_EMPTY;
6173 new_state = VM_PURGABLE_EMPTY;
6230 old_state == VM_PURGABLE_EMPTY) {
6259 assert(old_state != VM_PURGABLE_EMPTY);
6275 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.c779 shadow_object->purgable != VM_PURGABLE_EMPTY) { in upl_commit_range()
914 assert(m_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
1239 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) {
8013 object->purgable == VM_PURGABLE_EMPTY) {
8087 assert(object->purgable != VM_PURGABLE_EMPTY);
8132 assert(object->purgable != VM_PURGABLE_EMPTY);
8233 assert(object->purgable != VM_PURGABLE_EMPTY);
8696 object->purgable != VM_PURGABLE_EMPTY &&
H A Dvm_map.c21538 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info_exclusive()
23826 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()
24207 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
/xnu-12377.41.6/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.41.6/iokit/Kernel/
H A DIOMemoryDescriptor.cpp312 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()
341 case VM_PURGABLE_EMPTY: in purgeableStateBits()
/xnu-12377.41.6/osfmk/tests/
H A Dvm_parameter_validation.h1822 VM_PURGEABLE_STATE_TRIAL(VM_PURGABLE_EMPTY),