]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Tue, 21 Nov 2023 20:17:25 +0000 (12:17 -0800)
committerKaty Feng <fkaty@vmware.com>
Tue, 21 Nov 2023 20:17:25 +0000 (12:17 -0800)
open-vm-tools/lib/include/x86_basic_defs.h

index e02b30fff22b024afd429055ecb73a7b417c872a..cd239511d7c958eb90943335b2b3647360214934 100644 (file)
@@ -78,6 +78,9 @@
 #ifndef CR3_PCID_MASK
 #define CR3_PCID_MASK  0xFFF
 #endif
+
+#define CR3_LAM_U57    (1ULL << 61)
+#define CR3_LAM_U48    (1ULL << 62)
 #define CR3_NO_FLUSH   (1ULL << 63)
 
 #define CR4_VME        0x00000001
 #define CR4_CET        0x00800000
 #define CR4_PKS        0x01000000
 #define CR4_UINTR      0x02000000
-#define CR4_RESERVED   CONST64U(0xfffffffffe089000)
+#define CR4_LAM_SUP    0x10000000
+#define CR4_RESERVED   CONST64U(0xffffffffee089000)
 #define CR8_RESERVED   CONST64U(0xfffffffffffffff0)
 
 /*