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
7586 pmap_flags = PMAP_OPTIONS_COMPRESSOR; in vm_object_compressed_freezer_pageout()7798 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_object_pageout()
1340 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_page_queue()3585 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_scan()
7067 pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(m), PMAP_OPTIONS_COMPRESSOR, NULL); in hibernate_flush_queue()
4775 const bool compress = (options & PMAP_OPTIONS_COMPRESSOR);4795 if (remove && (options & PMAP_OPTIONS_COMPRESSOR)) {4890 if (options & PMAP_OPTIONS_COMPRESSOR) {4898 if (options & PMAP_OPTIONS_COMPRESSOR) {4911 if (options & PMAP_OPTIONS_COMPRESSOR) {7700 options |= PMAP_OPTIONS_COMPRESSOR;