Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/i386/
H A Dpmap_common.c225 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT) { in pmap_is_noencrypt()
243 pmap_phys_attributes[pai] |= PHYS_NOENCRYPT; in pmap_set_noencrypt()
262 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT) { in pmap_clear_noencrypt()
265 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-12377.1.9/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()