Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HvCallMapSparseGpaPages maps non-contiguous guest physical pages using an array of mapping descriptors.
Interface
HV_STATUS
HvCallMapSparseGpaPages(
_In_ HV_PARTITION_ID TargetPartitionId,
_In_ HV_MAP_GPA_FLAGS MapFlags,
_In_ const HV_GPA_MAPPING PageList[] // Reads RepCount elements
);
Call Code
0x006E (Rep)
Input Parameters
| Name | Offset | Size | Information Provided |
|---|---|---|---|
| TargetPartitionId | 0 | 8 | Target partition |
| MapFlags | 8 | 8 | Shared attributes applied to each mapping unless per-entry overrides exist (implementation-defined) |
| PageList | 16 | var | Array of mapping tuples. |