Searched refs:PMAP_OPTIONS_COMPRESSOR (Results 1 – 6 of 6) sorted by relevance
1755 options |= PMAP_OPTIONS_COMPRESSOR; in pmap_page_protect_options()1783 (options & PMAP_OPTIONS_COMPRESSOR) && in pmap_page_protect_options()1827 assert(!(options & PMAP_OPTIONS_COMPRESSOR)); in pmap_page_protect_options()1829 options |= PMAP_OPTIONS_COMPRESSOR; in pmap_page_protect_options()1851 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()1860 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()1867 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()1882 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()
743 #define PMAP_OPTIONS_COMPRESSOR 0x4 /* credit the compressor for macro
7599 pmap_flags = PMAP_OPTIONS_COMPRESSOR; in vm_object_compressed_freezer_pageout()7811 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_object_pageout()
1340 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_page_queue()3577 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_scan()
7073 pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(m), PMAP_OPTIONS_COMPRESSOR, NULL); in hibernate_flush_queue()
4726 const bool compress = ((options & PMAP_OPTIONS_COMPRESSOR) && ppattr_test_internal(pai));4746 if (remove && (options & PMAP_OPTIONS_COMPRESSOR)) {4831 if (options & PMAP_OPTIONS_COMPRESSOR) {4849 if (options & PMAP_OPTIONS_COMPRESSOR) {4856 if (options & PMAP_OPTIONS_COMPRESSOR) {4868 if (options & PMAP_OPTIONS_COMPRESSOR) {7655 options |= PMAP_OPTIONS_COMPRESSOR;