From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: eric.dong@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Mon, 08 Apr 2019 01:00:15 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2019 01:00:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,324,1549958400"; d="scan'208";a="133880734" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga006.jf.intel.com with ESMTP; 08 Apr 2019 01:00:13 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 8 Apr 2019 01:00:12 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 8 Apr 2019 01:00:11 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.21]) with mapi id 14.03.0415.000; Mon, 8 Apr 2019 16:00:09 +0800 From: "Dong, Eric" To: "Ni, Ray" , "devel@edk2.groups.io" Subject: Re: [PATCH] UefiCpuPkg/Cpuid.h: Update CPUID.7H.ECX structure for 5-level paging Thread-Topic: [PATCH] UefiCpuPkg/Cpuid.h: Update CPUID.7H.ECX structure for 5-level paging Thread-Index: AQHU7dzb9xrMI6/X0k+weHgwdB5c/6Yx5diQ Date: Mon, 8 Apr 2019 08:00:08 +0000 Message-ID: References: <20190408073240.89024-1-ray.ni@intel.com> In-Reply-To: <20190408073240.89024-1-ray.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: eric.dong@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 > Subject: [PATCH] UefiCpuPkg/Cpuid.h: Update CPUID.7H.ECX structure for 5- > level paging >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ray Ni > Cc: Eric Dong > --- > UefiCpuPkg/Include/Register/Cpuid.h | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) >=20 > 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