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

/darwin-on-arm/xnu/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)) {
370 if (!IS_MANAGED_PAGE(pai)) {
503 if ((pa == vm_page_guard_addr) || !IS_MANAGED_PAGE(pa))
H A Dpmap_x86_common.c342 assert(IS_MANAGED_PAGE(pn));
539 if ((0 != old_pa) && IS_MANAGED_PAGE(pai)) {
641 if (IS_MANAGED_PAGE(pai)) {
686 if (IS_MANAGED_PAGE(pai)) {
803 if (IS_MANAGED_PAGE(pai)) {
897 if (!IS_MANAGED_PAGE(pai)) {
1132 if (!IS_MANAGED_PAGE(pai)) {
1298 if (!IS_MANAGED_PAGE(pai)) {
1383 if (!IS_MANAGED_PAGE(pai)) {
H A Dmachine_routines.c143 if (IS_MANAGED_PAGE(ppn)) {
H A Dpmap_internal.h367 #define IS_MANAGED_PAGE(x) \ macro
674 if (IS_MANAGED_PAGE(npn)) {
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c1004 if (!IS_MANAGED_PAGE(pai))
1965 if (!IS_MANAGED_PAGE(ppn_to_pai(pn)))

Completed in 35 milliseconds