Changeset 72544 in vbox for trunk/include
- Timestamp:
- Jun 13, 2018 2:07:22 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123034
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/hyperv.h
r72540 r72544 814 814 HvX64RegisterIa32FeatureControl, /**< @since v5 @note Appears not to be readable on exo partition (Threadripper). */ 815 815 816 HvX64RegisterVpRuntime = 0x00090000, /**< @note 17134/exo/threadripper: 0x5081a0 */ 816 /** Uptime counter or some such thing. Unit is different than HvRegisterTimeRefCount or the accounting is different. */ 817 HvX64RegisterVpRuntime = 0x00090000, 817 818 HvX64RegisterHypercall, 818 819 HvRegisterGuestOsId, 819 820 HvRegisterVpIndex, 820 HvRegisterTimeRefCount, 821 HvRegisterTimeRefCount, /**< Time counter since partition creation, 100ns units. */ 821 822 822 823 HvRegisterCpuManagementVersion = 0x00090007, /**< @since v5 @note Appears not to be readable on exo partition. */ … … 826 827 HvX64RegisterTpr, /**< @note Appears not to be readable on exo partition. */ 827 828 HvRegisterVpAssistPage, 828 HvRegisterUnknown90014, /**< Readable on exo partition (17134), initial value 0x2f52c. */ 829 /** Readable on exo partition (17134). Some kind of counter. */ 830 HvRegisterUnknown90014, 829 831 830 832 HvRegisterStatsPartitionRetail = 0x00090020,
Note:
See TracChangeset
for help on using the changeset viewer.