Home
last modified time | relevance | path

Searched refs:VM_DYNAMIC_PAGING_ENABLED (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/osfmk/vm/
H A Dvm_pageout.h122 #define VM_DYNAMIC_PAGING_ENABLED() (VM_CONFIG_COMPRESSOR_IS_ACTIVE) macro
H A Dvm_upl.c780 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal) { in upl_commit_range()
796 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal && in upl_commit_range()
H A Dvm_page.h1703 (VM_DYNAMIC_PAGING_ENABLED() ? 0 : vm_page_purgeable_count) \
H A Dvm_fault.c1000 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_fault_zero_page()
1005 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_fault_zero_page()
6111 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_fault_internal()
6116 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_fault_internal()
H A Dvm_pageout.c2492 VM_DYNAMIC_PAGING_ENABLED()) {
2708 if (VM_DYNAMIC_PAGING_ENABLED()) {
3898 if (!VM_DYNAMIC_PAGING_ENABLED() &&
H A Dvm_resident.c6335 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_deactivate_internal()
6486 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_activate()
6726 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_page_reactivate_all_throttled()