Home
last modified time | relevance | path

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

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