Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
Dioremap.c254 prot = pgprot_encrypted(prot); in __ioremap_caller()
810 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
Dmem_encrypt.c196 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
/kernel/linux/linux-5.10/arch/x86/platform/efi/
Dquirks.c281 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL))); in efi_arch_mem_reserve()
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h881 #ifndef pgprot_encrypted
882 #define pgprot_encrypted(prot) (prot) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable.h21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro
/kernel/linux/linux-5.10/fs/proc/
Dvmcore.c194 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
/kernel/linux/linux-5.10/arch/x86/mm/pat/
Dset_memory.c2264 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()