Searched refs:PMAP_OPTIONS_SET_REUSABLE (Results 1 – 4 of 4) sorted by relevance
732 #define PMAP_OPTIONS_SET_REUSABLE 0x200 /* page is now "reusable" */ macro
2235 pmap_options |= PMAP_OPTIONS_SET_REUSABLE; in deactivate_pages_in_object()2506 pmap_clear_refmod_options |= PMAP_OPTIONS_SET_REUSABLE; in vm_object_deactivate_pages()
2154 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) && in phys_attribute_clear()2201 } else if (options & PMAP_OPTIONS_SET_REUSABLE) { in phys_attribute_clear()
7741 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) &&7905 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) && !is_reusable) {