Home
last modified time | relevance | path

Searched refs:IS_INTERNAL_PAGE (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/osfmk/i386/
H A Dpmap_x86_common.c981 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 …]
H A Dpmap_internal.h430 #define IS_INTERNAL_PAGE(x) \ macro