Searched refs:IS_INTERNAL_PAGE (Results 1 – 2 of 2) sorted by relevance
980 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()985 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()988 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1063 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1110 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1134 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1140 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1143 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1451 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()1457 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()[all …]
430 #define IS_INTERNAL_PAGE(x) \ macro