summaryrefslogtreecommitdiffstats
path: root/include/standard-headers/asm-x86/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/standard-headers/asm-x86/hyperv.h')
-rw-r--r--include/standard-headers/asm-x86/hyperv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/standard-headers/asm-x86/hyperv.h b/include/standard-headers/asm-x86/hyperv.h
index 99d311e..c37c14e 100644
--- a/include/standard-headers/asm-x86/hyperv.h
+++ b/include/standard-headers/asm-x86/hyperv.h
@@ -153,6 +153,12 @@
/* MSR used to provide vcpu index */
#define HV_X64_MSR_VP_INDEX 0x40000002
+/* MSR used to reset the guest OS. */
+#define HV_X64_MSR_RESET 0x40000003
+
+/* MSR used to provide vcpu runtime in 100ns units */
+#define HV_X64_MSR_VP_RUNTIME 0x40000010
+
/* MSR used to read the per-partition time reference counter */
#define HV_X64_MSR_TIME_REF_COUNT 0x40000020
OpenPOWER on IntegriCloud