Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/mm/
Dioremap.c248 prot = pgprot_encrypted(prot); in __ioremap_caller()
740 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
Dmem_encrypt.c194 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
/Linux-v5.15/include/linux/
Dpgtable.h953 #ifndef pgprot_encrypted
954 #define pgprot_encrypted(prot) (prot) macro
/Linux-v5.15/arch/x86/include/asm/
Dpgtable.h21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro
/Linux-v5.15/fs/proc/
Dvmcore.c190 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
/Linux-v5.15/arch/x86/mm/pat/
Dset_memory.c2272 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()