Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/mach/
H A Dvm_purgable.h156 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
/xnu-12377.81.4/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.c1658 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY); in vm_object_reap()
1660 object->purgable == VM_PURGABLE_EMPTY) { in vm_object_reap()
5972 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);
5974 assert(object->purgable == VM_PURGABLE_EMPTY);
6182 if (old_state == VM_PURGABLE_EMPTY) {
6184 new_state = VM_PURGABLE_EMPTY;
6188 new_state = VM_PURGABLE_EMPTY;
6245 old_state == VM_PURGABLE_EMPTY) {
6274 assert(old_state != VM_PURGABLE_EMPTY);
6290 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.c3492 object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_insert_internal()
3506 } else if (object->purgable == VM_PURGABLE_EMPTY && in vm_page_insert_internal()
3835 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_remove()
5726 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_free_prepare_queues()
6071 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_wire()
6215 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_unwire()
6249 if (m_object->purgable == VM_PURGABLE_EMPTY) { in vm_page_unwire()
8973 if (m_object->purgable == VM_PURGABLE_VOLATILE || m_object->purgable == VM_PURGABLE_EMPTY) { in hibernate_flush_queue()
9356 || (VM_PURGABLE_EMPTY == object->purgable); in hibernate_consider_discard()
9431 VM_OBJECT_SET_PURGABLE(m_object, VM_PURGABLE_EMPTY); in hibernate_discard_page()
H A Dvm_pageout.c3704 if (object->purgable == VM_PURGABLE_EMPTY) {
8024 object->purgable == VM_PURGABLE_EMPTY) {
8098 assert(object->purgable != VM_PURGABLE_EMPTY);
8143 assert(object->purgable != VM_PURGABLE_EMPTY);
8244 assert(object->purgable != VM_PURGABLE_EMPTY);
8707 object->purgable != VM_PURGABLE_EMPTY &&
H A Dvm_map.c21643 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info_exclusive()
23931 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()
24312 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
/xnu-12377.81.4/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.81.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp312 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()
341 case VM_PURGABLE_EMPTY: in purgeableStateBits()
/xnu-12377.81.4/osfmk/tests/
H A Dvm_parameter_validation.h1822 VM_PURGEABLE_STATE_TRIAL(VM_PURGABLE_EMPTY),