Home
last modified time | relevance | path

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

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