Searched refs:encrypted_prot (Results 1 – 1 of 1) sorted by relevance
784 bool encrypted_prot; in early_memremap_pgprot_adjust() local789 encrypted_prot = true; in early_memremap_pgprot_adjust()794 encrypted_prot = false; in early_memremap_pgprot_adjust()797 if (encrypted_prot && memremap_should_map_decrypted(phys_addr, size)) in early_memremap_pgprot_adjust()798 encrypted_prot = false; in early_memremap_pgprot_adjust()800 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
Completed in 3 milliseconds