GPA Data Types

The following data type and values for map-page flags are used with the HvMapGpaPages hypercall function.


typedef UINT32 HV_MAP_GPA_FLAGS;

#define HV_MAP_GPA_READABLE    0x00000001
#define HV_MAP_GPA_WRITABLE    0x00000002
#define HV_MAP_GPA_EXECUTABLE  0x00000004

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.