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()
721 #define PMAP_OPTIONS_COMPRESSOR 0x4 /* credit the compressor for macro
7403 pmap_flags = PMAP_OPTIONS_COMPRESSOR; in vm_object_compressed_freezer_pageout()7615 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_object_pageout()
1395 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_page_queue()3716 pmap_options = PMAP_OPTIONS_COMPRESSOR; in vm_pageout_scan()
7192 pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(m), PMAP_OPTIONS_COMPRESSOR, NULL); in hibernate_flush_queue()
4640 const bool compress = (options & PMAP_OPTIONS_COMPRESSOR);4660 if (remove && (options & PMAP_OPTIONS_COMPRESSOR)) {4755 if (options & PMAP_OPTIONS_COMPRESSOR) {4763 if (options & PMAP_OPTIONS_COMPRESSOR) {4776 if (options & PMAP_OPTIONS_COMPRESSOR) {7353 options |= PMAP_OPTIONS_COMPRESSOR;