HV_REFERENCE_TSC_PAGE structure
The HV_REFERENCE_TSC_PAGE structure describes the structure of the reference time stamp counter (TSC) page.
Syntax
typedef struct _HV_REFERENCE_TSC_PAGE { volatile UINT32 TscSequence; UINT32 Reserved1; volatile UINT64 TscScale; volatile INT64 TscOffset; UINT64 Reserved2[509]; } HV_REFERENCE_TSC_PAGE, *PHV_REFERENCE_TSC_PAGE;
Members
- TscSequence
-
A UINT32 value that indicates the TSC page sequence.
- Reserved1
-
Reserved. Do not use.
- TscScale
-
A UINT64 value that indicates the TSC page scale.
- TscOffset
-
A UINT64 value that indicates the TSC page offset.
- Reserved2
-
Reserved. Do not use.
Remarks
The following constant defines the invalid and maximum values of the reference TSC sequence:
#define HV_REFERENCE_TSC_SEQUENCE_INVALID (0x00000000)
Requirements
Header |
|
---|
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: