[PATCH v7 10/36] x86/mm: Provide general kernel support for memory encryption

Thomas Gleixner tglx at linutronix.de
Wed Jun 21 00:18:59 PDT 2017


On Fri, 16 Jun 2017, Tom Lendacky wrote:
>  
> +#ifndef pgprot_encrypted
> +#define pgprot_encrypted(prot)	(prot)
> +#endif
> +
> +#ifndef pgprot_decrypted

That looks wrong. It's not decrypted it's rather unencrypted, right?

Thanks,

	tglx



More information about the kexec mailing list