Expand Minimize

HV_X64_TABLE_REGISTER structure

The HV_X64_TABLE_REGISTER structure identifies how a table register is encoded.

Syntax


typedef struct _HV_X64_TABLE_REGISTER {
  UINT16 Pad[3];
  UINT16 Limit;
  UINT64 Base;
} HV_X64_TABLE_REGISTER, *PHV_X64_TABLE_REGISTER;

Members

Pad

An array of three UINT16 values that make up the table pad.

Limit

A UINT16 value that specifies the table limit.

Base

A UINT64 value that specifies the table base.

Remarks

Table registers are similar to segment registers (HV_X64_SEGMENT_REGISTER). However, table registers have no selector or attributes, and the limit for table registers is restricted to 16 bits.

The HV_X64_TABLE_REGISTER structure is used in the HV_REGISTER_VALUE union.

Requirements

Header

HvHkApi.h (include Hvgdk.h)

See also

HV_X64_SEGMENT_REGISTER
HV_REGISTER_VALUE

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.