Searched refs:IS_INTERNAL_PAGE (Results 1 – 2 of 2) sorted by relevance
998 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1003 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1006 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1081 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1128 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1152 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1158 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1161 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1469 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()1475 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()[all …]
430 #define IS_INTERNAL_PAGE(x) \ macro