Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 440 Bytes

File metadata and controls

24 lines (20 loc) · 440 Bytes
title description keywords author ms.author ms.date ms.topic
HV_X64_TABLE_REGISTER
HV_X64_TABLE_REGISTER
hyper-v
alexgrest
hvdev
10/15/2020
reference

HV_X64_TABLE_REGISTER

Table registers are similar to segment registers, but they have no selector or attributes, and the limit is restricted to 16 bits.

Syntax

typedef struct
{
    UINT16 Pad[3];
    UINT16 Limit;
    UINT64 Base;
} HV_X64_TABLE_REGISTER;