Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
A Dioremap.c248 prot = pgprot_encrypted(prot); in __ioremap_caller()
741 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
A Dmem_encrypt.c195 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
/linux/arch/x86/platform/efi/
A Dquirks.c281 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL))); in efi_arch_mem_reserve()
/linux/include/linux/
A Dpgtable.h953 #ifndef pgprot_encrypted
954 #define pgprot_encrypted(prot) (prot) macro
/linux/arch/x86/include/asm/
A Dpgtable.h21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro
/linux/fs/proc/
A Dvmcore.c227 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
/linux/arch/x86/mm/pat/
A Dset_memory.c2292 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()

Completed in 24 milliseconds