Searched refs:PMAP_OPTIONS_SET_REUSABLE (Results 1 – 4 of 4) sorted by relevance
751 #define PMAP_OPTIONS_SET_REUSABLE 0x200 /* page is now "reusable" */ macro
2227 pmap_options |= PMAP_OPTIONS_SET_REUSABLE; in deactivate_pages_in_object()2494 pmap_clear_refmod_options |= PMAP_OPTIONS_SET_REUSABLE; in vm_object_deactivate_pages()
2135 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) && in phys_attribute_clear()2182 } else if (options & PMAP_OPTIONS_SET_REUSABLE) { in phys_attribute_clear()
8026 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) &&8193 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) &&