Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Dioremap.c225 prot = pgprot_encrypted(prot); in __ioremap_caller()
725 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
Dmem_encrypt.c193 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
Dpageattr.c2234 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()
/Linux-v5.4/include/asm-generic/
Dpgtable.h671 #ifndef pgprot_encrypted
672 #define pgprot_encrypted(prot) (prot) macro
/Linux-v5.4/arch/x86/include/asm/
Dpgtable.h21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro
/Linux-v5.4/fs/proc/
Dvmcore.c191 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()