Searched refs:PMAP_OPTIONS_SET_REUSABLE (Results 1 – 4 of 4) sorted by relevance
729 #define PMAP_OPTIONS_SET_REUSABLE 0x200 /* page is now "reusable" */ macro
2214 pmap_options |= PMAP_OPTIONS_SET_REUSABLE; in deactivate_pages_in_object()2481 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()
7691 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) &&7855 } else if ((options & PMAP_OPTIONS_SET_REUSABLE) && !is_reusable) {