Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dioremap.c203 prot = pgprot_encrypted(prot); in __ioremap_caller()
691 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
Dmem_encrypt.c192 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
Dpageattr.c2139 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()
/Linux-v4.19/include/asm-generic/
Dpgtable.h633 #ifndef pgprot_encrypted
634 #define pgprot_encrypted(prot) (prot) macro
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro