Searched refs:PMAP_OPTIONS_COMPRESSOR (Results 1 – 7 of 7) 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()
652 #define PMAP_OPTIONS_COMPRESSOR 0x4 /* credit the compressor for macro
7351 pmap_flags = PMAP_OPTIONS_COMPRESSOR;7563 pmap_options = PMAP_OPTIONS_COMPRESSOR;
1428 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_page_queue()3747 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_scan()
7233 pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(m), PMAP_OPTIONS_COMPRESSOR, NULL); in hibernate_flush_queue()
183 pmap_disconnect_options(phys_page, PMAP_OPTIONS_COMPRESSOR, NULL); in test_pmap_compress_remove()
4804 const bool compress = (options & PMAP_OPTIONS_COMPRESSOR);4824 if (remove && (options & PMAP_OPTIONS_COMPRESSOR)) {4927 if (options & PMAP_OPTIONS_COMPRESSOR) {4935 if (options & PMAP_OPTIONS_COMPRESSOR) {4948 if (options & PMAP_OPTIONS_COMPRESSOR) {7585 options |= PMAP_OPTIONS_COMPRESSOR;