From: "Dong, Eric" <eric.dong@intel.com>
To: "Ni, Ray" <ray.ni@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: Re: [PATCH] UefiCpuPkg/Cpuid.h: Update CPUID.7H.ECX structure for 5-level paging
Date: Mon, 8 Apr 2019 08:00:08 +0000 [thread overview]
Message-ID: <ED077930C258884BBCB450DB737E662259DFBB51@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <20190408073240.89024-1-ray.ni@intel.com>
Hi Ray,
Please use new Reserved7 for the reserved field because Reserve6 bit width has change.
Thanks,
Eric
> -----Original Message-----
> From: Ni, Ray
> Sent: Monday, April 8, 2019 3:33 PM
> To: devel@edk2.groups.io
> Cc: Dong, Eric <eric.dong@intel.com>
> Subject: [PATCH] UefiCpuPkg/Cpuid.h: Update CPUID.7H.ECX structure for 5-
> level paging
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ray Ni <ray.ni@intel.com>
> Cc: Eric Dong <eric.dong@intel.com>
> ---
> UefiCpuPkg/Include/Register/Cpuid.h | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/UefiCpuPkg/Include/Register/Cpuid.h
> b/UefiCpuPkg/Include/Register/Cpuid.h
> index e0f4f968f4..0e8fd17b78 100644
> --- a/UefiCpuPkg/Include/Register/Cpuid.h
> +++ b/UefiCpuPkg/Include/Register/Cpuid.h
> @@ -1506,8 +1506,11 @@ typedef union {
> /// [Bits 14] AVX512_VPOPCNTDQ. (Intel Xeon Phi only.).
> ///
> UINT32 AVX512_VPOPCNTDQ:1;
> - UINT32 Reserved6:2;
> -
> + UINT32 Reserved6:1;
> + ///
> + /// [Bits 16] Supports 5-level paging if 1.
> + ///
> + UINT32 FiveLevelPage:1;
> ///
> /// [Bits 21:17] The value of MAWAU used by the BNDLDX and BNDSTX
> instructions
> /// in 64-bit mode.
> --
> 2.21.0.windows.1
prev parent reply other threads:[~2019-04-08 8:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-08 7:32 [PATCH] UefiCpuPkg/Cpuid.h: Update CPUID.7H.ECX structure for 5-level paging Ni, Ray
2019-04-08 8:00 ` Dong, Eric [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ED077930C258884BBCB450DB737E662259DFBB51@shsmsx102.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox