From: John Wolfe Date: Tue, 22 Dec 2020 20:22:03 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2396202001370cf37d4cea3087b6a83bcb0cb61;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86_basic_defs.h b/open-vm-tools/lib/include/x86_basic_defs.h index cb731a0dc..21af9a878 100644 --- a/open-vm-tools/lib/include/x86_basic_defs.h +++ b/open-vm-tools/lib/include/x86_basic_defs.h @@ -100,6 +100,7 @@ #define CR4_SMAP 0x00200000 #define CR4_PKE 0x00400000 #define CR4_CET 0x00800000 +#define CR4_PKS 0x01000000 #define CR4_RESERVED CONST64U(0xffffffffff889000) #define CR8_RESERVED CONST64U(0xfffffffffffffff0) diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index 4ffa85b85..40309de2d 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -558,6 +558,7 @@ FLAG( 7, 0, ECX, 27, 1, MOVDIRI, YES, 18 ) \ FLAG( 7, 0, ECX, 28, 1, MOVDIR64B, YES, 18 ) \ FLAG( 7, 0, ECX, 29, 1, ENQCMD, NO, 0 ) \ FLAG( 7, 0, ECX, 30, 1, SGX_LC, ANY, 17 ) \ +FLAG( 7, 0, ECX, 31, 1, PKS, NO, 0 ) \ FLAG( 7, 0, EDX, 2, 1, AVX512QVNNIW, YES, 16 ) \ FLAG( 7, 0, EDX, 3, 1, AVX512QFMAPS, YES, 16 ) \ FLAG( 7, 0, EDX, 4, 1, FAST_SHORT_REPMOV, YES, 18 ) \