Searched refs:IS_MANAGED_PAGE (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c87 if (!IS_MANAGED_PAGE(pai)) {
115 if (!IS_MANAGED_PAGE(ppn_to_pai(pn))) {
141 if (!IS_MANAGED_PAGE(pai))
158 if (IS_MANAGED_PAGE(pai)) {
175 if (IS_MANAGED_PAGE(pai)) {
204 if (IS_MANAGED_PAGE(pai)) {
218 if (IS_MANAGED_PAGE(pai)) {
399 if (!IS_MANAGED_PAGE(pai)) {
551 if ((pa == vm_page_guard_addr) || !IS_MANAGED_PAGE(pa) || (options & PMAP_OPTIONS_NOREFMOD))
H A Dpmap_x86_common.c359 assert(IS_MANAGED_PAGE(pn));
565 if ((0 != old_pa) && IS_MANAGED_PAGE(pai)) {
678 if (IS_MANAGED_PAGE(pai)) {
742 if (IS_MANAGED_PAGE(pai)) {
890 if (IS_MANAGED_PAGE(pai)) {
1002 if (!IS_MANAGED_PAGE(pai)) {
1296 if (!IS_MANAGED_PAGE(pai)) {
1523 if (!IS_MANAGED_PAGE(pai)) {
1679 if (!IS_MANAGED_PAGE(pai)) {
H A Dpmap_internal.h375 #define IS_MANAGED_PAGE(x) \ macro
379 (IS_MANAGED_PAGE(x) && (pmap_phys_attributes[x] & PHYS_INTERNAL))
381 (IS_MANAGED_PAGE(x) && (pmap_phys_attributes[x] & PHYS_REUSABLE))
689 if (IS_MANAGED_PAGE(npn)) {
H A Dmachine_routines.c157 if (IS_MANAGED_PAGE(ppn)) {
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1150 if (!IS_MANAGED_PAGE(pai))
2129 if (!IS_MANAGED_PAGE(ppn_to_pai(pn)))

Completed in 70 milliseconds