Searched refs:PMAP_OPTIONS_COMPRESSOR (Results 1 – 6 of 6) sorted by relevance
1774 options |= PMAP_OPTIONS_COMPRESSOR; in pmap_page_protect_options()1802 (options & PMAP_OPTIONS_COMPRESSOR) && in pmap_page_protect_options()1846 assert(!(options & PMAP_OPTIONS_COMPRESSOR)); in pmap_page_protect_options()1848 options |= PMAP_OPTIONS_COMPRESSOR; in pmap_page_protect_options()1870 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()1879 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()1886 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()1901 if (options & PMAP_OPTIONS_COMPRESSOR) { in pmap_page_protect_options()
751 #define PMAP_OPTIONS_COMPRESSOR 0x4 /* credit the compressor for macro
7543 pmap_flags = PMAP_OPTIONS_COMPRESSOR; in vm_object_compressed_freezer_pageout()7755 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()
7079 pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(m), PMAP_OPTIONS_COMPRESSOR, NULL); in hibernate_flush_queue()
4793 const bool compress = (options & PMAP_OPTIONS_COMPRESSOR);4813 if (remove && (options & PMAP_OPTIONS_COMPRESSOR)) {4908 if (options & PMAP_OPTIONS_COMPRESSOR) {4916 if (options & PMAP_OPTIONS_COMPRESSOR) {4929 if (options & PMAP_OPTIONS_COMPRESSOR) {7706 options |= PMAP_OPTIONS_COMPRESSOR;