Home
last modified time | relevance | path

Searched refs:pgprot_encrypted (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/x86/mm/
Dioremap.c246 prot = pgprot_encrypted(prot); in __ioremap_caller()
757 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
Dmem_encrypt.c195 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
/Linux-v5.10/include/linux/
Dpgtable.h876 #ifndef pgprot_encrypted
877 #define pgprot_encrypted(prot) (prot) macro
/Linux-v5.10/arch/x86/include/asm/
Dpgtable.h21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro
/Linux-v5.10/fs/proc/
Dvmcore.c190 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
/Linux-v5.10/arch/x86/mm/pat/
Dset_memory.c2264 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()