Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dioremap.c791 bool encrypted_prot; in early_memremap_pgprot_adjust() local
796 encrypted_prot = true; in early_memremap_pgprot_adjust()
801 encrypted_prot = false; in early_memremap_pgprot_adjust()
804 if (encrypted_prot && memremap_should_map_decrypted(phys_addr, size)) in early_memremap_pgprot_adjust()
805 encrypted_prot = false; in early_memremap_pgprot_adjust()
807 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()