Searched refs:pgprot_encrypted (Results 1 – 5 of 5) sorted by relevance
203 prot = pgprot_encrypted(prot); in __ioremap_caller()691 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
192 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
2139 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()
633 #ifndef pgprot_encrypted634 #define pgprot_encrypted(prot) (prot) macro
21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot))) macro