Home
last modified time | relevance | path

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

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