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

/darwin-on-arm/xnu/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.h377 #define PHYS_NOENCRYPT INTEL_PTE_USER /* no need to encrypt this page in the hibernation image */ macro
H A Dpmap.c937 pmap_phys_attributes[pn] |= PHYS_NOENCRYPT;
946 pmap_phys_attributes[ppn] |= PHYS_NOENCRYPT;
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c584 pmap_phys_attributes[pn] |= PHYS_NOENCRYPT;
591 pmap_phys_attributes[ppn] |= PHYS_NOENCRYPT;

Completed in 31 milliseconds