From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Lutomirski Subject: Re: [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors Date: Wed, 27 Apr 2016 07:47:44 -0700 Message-ID: References: <20160426225553.13567.19459.stgit@tlendack-t1.amdoffice.net> <20160426225604.13567.55443.stgit@tlendack-t1.amdoffice.net> <5720D066.7080409@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <5720D066.7080409@amd.com> Sender: linux-arch-owner@vger.kernel.org To: Tom Lendacky Cc: linux-arch , "linux-efi@vger.kernel.org" , kvm list , "linux-doc@vger.kernel.org" , X86 ML , "linux-kernel@vger.kernel.org" , kasan-dev , "linux-mm@kvack.org" , iommu@lists.linux-foundation.org, =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Arnd Bergmann , Jonathan Corbet , Matt Fleming , Joerg Roedel , Konrad Rzeszutek Wilk , Paolo Bonzini , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Andrey Ryabinin , Alexander Potapenko , Thomas Gleixner List-Id: linux-efi@vger.kernel.org On Wed, Apr 27, 2016 at 7:44 AM, Tom Lendacky wrote: > On 04/27/2016 09:33 AM, Andy Lutomirski wrote: >> On Tue, Apr 26, 2016 at 3:56 PM, Tom Lendacky wrote: >>> For AMD processors that support PAT, set the write-protect cache mode >>> (_PAGE_CACHE_MODE_WP) entry to the actual write-protect value (x05). >> >> What's the purpose of using the WP memory type? > > The WP memory type is used for encrypting or decrypting data "in place". > The use of the WP on the source data will prevent any of the source > data from being cached. Refer to section 7.10.8 "Encrypt-in-Place" in > the AMD64 APM link provided in the cover letter. > > This memory type will be used in subsequent patches for this purpose. OK. Why AMD-only? I thought Intel supported WP, too. --Andy