Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / hyperv-tlfs.h
index 7741e211f7f51f87430889f1eb878691e55a771c..5f10f7f2098db503fca50630880f1d721106ec48 100644 (file)
@@ -86,6 +86,8 @@
 #define HV_X64_ACCESS_FREQUENCY_MSRS           BIT(11)
 /* AccessReenlightenmentControls privilege */
 #define HV_X64_ACCESS_REENLIGHTENMENT          BIT(13)
+/* AccessTscInvariantControls privilege */
+#define HV_X64_ACCESS_TSC_INVARIANT            BIT(15)
 
 /*
  * Feature identification: indicates which flags were specified at partition
 #define HV_X64_MSR_TSC_EMULATION_CONTROL       0x40000107
 #define HV_X64_MSR_TSC_EMULATION_STATUS                0x40000108
 
+/* TSC invariant control */
+#define HV_X64_MSR_TSC_INVARIANT_CONTROL       0x40000118
+
 /*
  * Declare the MSR used to setup pages used to communicate with the hypervisor.
  */