lkml.org 
[lkml]   [2018]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [RFC, PATCH 21/22] x86/mm: Introduce page_keyid() and page_encrypted()
From
Date
On 03/05/2018 08:26 AM, Kirill A. Shutemov wrote:
> +static inline bool page_encrypted(struct page *page)
> +{
> + /* All pages with non-zero KeyID are encrypted */
> + return page_keyid(page) != 0;
> +}

Is this true? I thought there was a KEYID_NO_ENCRYPT "Do not encrypt
memory when this KeyID is in use." Is that really only limited to key 0.

\
 
 \ /
  Last update: 2018-03-05 18:09    [W:0.310 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site