Searched refs:IS_INTERNAL_PAGE (Results 1 – 2 of 2) sorted by relevance
972 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()977 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()980 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1055 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1102 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1126 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1132 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()1135 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()1443 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()1449 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()[all …]
430 #define IS_INTERNAL_PAGE(x) \ macro