Searched refs:VM_PURGABLE_VOLATILE (Results 1 – 13 of 13) sorted by relevance
151 #define VM_PURGABLE_VOLATILE 1 /* purgeable object is volatile */ macro
470 state = VM_PURGABLE_VOLATILE;503 T_ASSERT_EQ(state, VM_PURGABLE_VOLATILE,589 state = VM_PURGABLE_VOLATILE;622 T_ASSERT_EQ(state, VM_PURGABLE_VOLATILE,791 state = VM_PURGABLE_VOLATILE;824 T_ASSERT_EQ(state, VM_PURGABLE_VOLATILE,1013 state = VM_PURGABLE_VOLATILE;1046 T_ASSERT_EQ(state, VM_PURGABLE_VOLATILE,
470 state = VM_PURGABLE_VOLATILE;492 if (state != VM_PURGABLE_VOLATILE &&520 state = VM_PURGABLE_VOLATILE;
1436 } else if (object->purgable == VM_PURGABLE_VOLATILE) { in vm_object_reap()5592 if (object->purgable == VM_PURGABLE_VOLATILE) {5820 if (new_state == VM_PURGABLE_VOLATILE) {5841 if (old_state == VM_PURGABLE_VOLATILE) {5883 if (old_state == VM_PURGABLE_VOLATILE ||5889 vm_purgeable_accounting(object, VM_PURGABLE_VOLATILE);5894 case VM_PURGABLE_VOLATILE:5972 } else if (old_state == VM_PURGABLE_VOLATILE) {6045 if (old_state == VM_PURGABLE_VOLATILE) {8278 if (object->purgable == VM_PURGABLE_VOLATILE ||[all …]
248 (cobject->purgable == VM_PURGABLE_VOLATILE || in vm32_region_info()459 (cobject->purgable == VM_PURGABLE_VOLATILE || in vm32_region_info_64()
1964 (object->purgable == VM_PURGABLE_VOLATILE || in vm_page_insert_internal()1973 if (object->purgable == VM_PURGABLE_VOLATILE) { in vm_page_insert_internal()2280 (m_object->purgable == VM_PURGABLE_VOLATILE || in vm_page_remove()2288 if (m_object->purgable == VM_PURGABLE_VOLATILE) { in vm_page_remove()4171 if (m_object->purgable == VM_PURGABLE_VOLATILE) { in vm_page_free_prepare_queues()4176 if ((m_object->purgable == VM_PURGABLE_VOLATILE || in vm_page_free_prepare_queues()4681 if (m_object->purgable == VM_PURGABLE_VOLATILE) { in vm_page_wire()4686 if ((m_object->purgable == VM_PURGABLE_VOLATILE || in vm_page_wire()4799 if (m_object->purgable == VM_PURGABLE_VOLATILE) { in vm_page_unwire()4804 if ((m_object->purgable == VM_PURGABLE_VOLATILE || in vm_page_unwire()[all …]
1542 if (old_state == VM_PURGABLE_VOLATILE || in vm_purgeable_accounting()1701 case VM_PURGABLE_VOLATILE: in vm_object_owner_compressed_update()
3480 } else if (object->purgable == VM_PURGABLE_VOLATILE) { in vm_pageout_scan()3653 object->purgable == VM_PURGABLE_VOLATILE)) { in vm_pageout_scan()7732 shadow_object->purgable != VM_PURGABLE_VOLATILE && in upl_commit_range()7744 shadow_object->purgable == VM_PURGABLE_VOLATILE)) { in upl_commit_range()7863 assert(m_object->purgable != VM_PURGABLE_VOLATILE); in upl_commit_range()8177 assert(shadow_object->purgable != VM_PURGABLE_VOLATILE); in upl_commit_range()8793 if (object->purgable == VM_PURGABLE_VOLATILE || in iopl_valid_data()8862 assert(object->purgable != VM_PURGABLE_VOLATILE); in iopl_valid_data()8907 assert(object->purgable != VM_PURGABLE_VOLATILE); in vm_object_iopl_wire_full()9004 assert(object->purgable != VM_PURGABLE_VOLATILE); in vm_object_iopl_wire_empty()[all …]
410 ((object)->purgable == VM_PURGABLE_VOLATILE || \
914 object->purgable == VM_PURGABLE_VOLATILE)) { in vm_fault_zero_page()5719 object->purgable == VM_PURGABLE_VOLATILE)) { in vm_fault_internal()
19918 (object->purgable == VM_PURGABLE_VOLATILE || in vm_map_footprint_query_page_info()21848 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()21856 src_object->purgable != VM_PURGABLE_VOLATILE || in vm_map_freeze()21861 if (src_object->purgable == VM_PURGABLE_VOLATILE && in vm_map_freeze()22226 if (object->purgable != VM_PURGABLE_VOLATILE && in vm_map_query_volatile()
312 *state = VM_PURGABLE_VOLATILE | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()341 case VM_PURGABLE_VOLATILE: in purgeableStateBits()
7344 int state = VM_PURGABLE_VOLATILE | VM_PURGABLE_ORDERING_OBSOLETE; in execargs_purgeable_volatilize()