]> 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, 22 Aug 2023 18:11:43 +0000 (11:11 -0700)
committerKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:43 +0000 (11:11 -0700)
open-vm-tools/lib/include/x86_basic_defs.h

index 93f32067587bf989369307dcc31c51d3dc4fd32e..e02b30fff22b024afd429055ecb73a7b417c872a 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2006-2021 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2021,2023 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -275,4 +275,8 @@ typedef enum x86_FLAGS {
 #define BNDCFG_RSVD      0x00000ffc
 #define BNDCFG_BDBASE    CONST64U(0xfffffffffffff000)
 
+/* Reset state of RIP. */
+#define RESET_RIP       0xfff0
+#define RESET_RIP_TDX   0xfffffff0  /* Reset RIP for TDX protected mode boot. */
+
 #endif // ifndef _VM_BASIC_DEFS_H_