Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/i386/
H A Dpmap_x86_common.c977 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()
982 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()
985 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()
1060 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()
1107 IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()
1131 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()
1137 assert(IS_INTERNAL_PAGE(pai)); in pmap_enter_options()
1140 } else if (IS_INTERNAL_PAGE(pai)) { in pmap_enter_options()
1448 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()
1454 assert(IS_INTERNAL_PAGE(pai)); in pmap_remove_range_options()
[all …]
H A Dpmap_internal.h430 #define IS_INTERNAL_PAGE(x) \ macro