Searched refs:IS_REUSABLE_PAGE (Results 1 – 2 of 2) sorted by relevance
1001 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_enter_options()1008 assert(!IS_REUSABLE_PAGE(pai)); in pmap_enter_options()1156 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_enter_options()1163 assert(!IS_REUSABLE_PAGE(pai)); in pmap_enter_options()1472 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_remove_range_options()1480 assert(!IS_REUSABLE_PAGE(pai)); in pmap_remove_range_options()1904 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_page_protect_options()1915 assert(!IS_REUSABLE_PAGE(pai)); in pmap_page_protect_options()2085 is_reusable = IS_REUSABLE_PAGE(pai); in phys_attribute_clear()2620 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_query_page_info()
432 #define IS_REUSABLE_PAGE(x) \ macro