Searched refs:pgprot_encrypted (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/mm/
H A Dpgprot.c32 protection_map[i] = pgprot_encrypted(protection_map[i]);
H A Dioremap.c263 prot = pgprot_encrypted(prot);
805 return encrypted_prot ? pgprot_encrypted(prot)
/linux-master/arch/x86/platform/efi/
H A Dquirks.c289 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL)));
/linux-master/include/linux/
H A Dpgtable.h1293 #ifndef pgprot_encrypted
1294 #define pgprot_encrypted(prot) (prot) macro
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c2146 cpa.mask_set = enc ? pgprot_encrypted(empty) : pgprot_decrypted(empty);
2147 cpa.mask_clr = enc ? pgprot_decrypted(empty) : pgprot_encrypted(empty);
2437 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr);
/linux-master/fs/proc/
H A Dvmcore.c228 prot = pgprot_encrypted(prot);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h41 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot))) macro
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c2669 flags = pgprot_encrypted(flags);

Completed in 182 milliseconds