Searched refs:IS_INTERNAL_PAGE (Results 1 – 2 of 2) sorted by relevance
981 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()986 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()989 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1064 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1111 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1135 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1141 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1144 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1452 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()1458 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()[all …]
430 #define IS_INTERNAL_PAGE(x) \ macro