Searched refs:IS_REUSABLE_PAGE (Results 1 – 2 of 2) sorted by relevance
984 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_enter_options()991 assert(!IS_REUSABLE_PAGE(pai)); in pmap_enter_options()1139 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_enter_options()1146 assert(!IS_REUSABLE_PAGE(pai)); in pmap_enter_options()1455 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_remove_range_options()1463 assert(!IS_REUSABLE_PAGE(pai)); in pmap_remove_range_options()1887 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_page_protect_options()1898 assert(!IS_REUSABLE_PAGE(pai)); in pmap_page_protect_options()2068 is_reusable = IS_REUSABLE_PAGE(pai); in phys_attribute_clear()2603 } else if (IS_REUSABLE_PAGE(pai)) { in pmap_query_page_info()
432 #define IS_REUSABLE_PAGE(x) \ macro