Searched refs:pmap_is_noencrypt (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c135 pmap_is_noencrypt(ppnum_t pn) function
/xnu-2782.1.97/osfmk/vm/
H A Dpmap.h564 extern boolean_t pmap_is_noencrypt(ppnum_t);
H A Dvm_resident.c2014 assert(!pmap_is_noencrypt(mem->phys_page));
2075 assert(!pmap_is_noencrypt(mem->phys_page));
2190 assert(!pmap_is_noencrypt(mem->phys_page));
/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp2349 if (pmap_is_noencrypt((ppnum_t)ppnum) == TRUE)

Completed in 83 milliseconds