Home
last modified time | relevance | path

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

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