Searched refs:pgprot_encrypted (Results 1 – 7 of 7) sorted by relevance
254 prot = pgprot_encrypted(prot); in __ioremap_caller()810 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
196 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
881 #ifndef pgprot_encrypted882 #define pgprot_encrypted(prot) (prot) macro
281 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL))); in efi_arch_mem_reserve()
21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro
194 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
2264 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()