Searched refs:PHYS_NOENCRYPT (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c144 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT)
161 pmap_phys_attributes[pai] |= PHYS_NOENCRYPT;
177 * synchronization at VM layer prevents PHYS_NOENCRYPT
180 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT) {
183 pmap_phys_attributes[pai] &= ~PHYS_NOENCRYPT;
H A Dpmap_internal.h389 #define PHYS_NOENCRYPT INTEL_PTE_USER /* no need to encrypt this page in the hibernation image */ macro
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c727 pmap_phys_attributes[pn] |= PHYS_NOENCRYPT;
734 pmap_phys_attributes[ppn] |= PHYS_NOENCRYPT;

Completed in 27 milliseconds