Expand Minimize

HV_GPA_MAPPING structure

The HV_GPA_MAPPING structure describes guest physical address (GPA) mapping information.

Syntax


typedef struct _HV_GPA_MAPPING {
  HV_GPA_PAGE_NUMBER TargetGpaPageNumber;
  HV_GPA_PAGE_NUMBER SourceGpaPageNumber;
} HV_GPA_MAPPING, *PHV_GPA_MAPPING;

Members

TargetGpaPageNumber

An HV_GPA_PAGE_NUMBER value that specifies the base GPA page number in the GPA space of the target partition to which the HvMapSparseGpaPages function maps. HV_GPA_PAGE_NUMBER is defined as an unsigned 64-bit (UINT64) value.

SourceGpaPageNumber

An HV_GPA_PAGE_NUMBER value that specifies the base GPA page number in the GPA space of the source partition from which the HvMapSparseGpaPages function maps. HV_GPA_PAGE_NUMBER is defined as an unsigned 64-bit (UINT64) value.

Remarks

Requirements

Header

Hvgdk.h (include Hvgdk.h)

See also

HvMapSparseGpaPages

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.