Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dpmap_common.c206 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT) { in pmap_is_noencrypt()
224 pmap_phys_attributes[pai] |= PHYS_NOENCRYPT; in pmap_set_noencrypt()
243 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT) { in pmap_clear_noencrypt()
246 pmap_phys_attributes[pai] &= ~PHYS_NOENCRYPT; in pmap_clear_noencrypt()
H A Dpmap_internal.h444 #define PHYS_NOENCRYPT INTEL_PTE_USER /* no need to encrypt this page in the hibernation image */ macro
/xnu-10063.141.1/osfmk/x86_64/
H A Dpmap.c888 pmap_phys_attributes[pn] |= PHYS_NOENCRYPT; in pmap_init()
896 pmap_phys_attributes[ppn] |= PHYS_NOENCRYPT; in pmap_init()