HV_MEMORY_RANGE_INFO structure
The HV_MEMORY_RANGE_INFO structure contains the definition of a memory range.
Syntax
typedef struct _HV_MEMORY_RANGE_INFO { HV_SPA BaseAddress; UINT64 Length; HV_PROXIMITY_DOMAIN_ID ProximityDomainId; } HV_MEMORY_RANGE_INFO, *PHV_MEMORY_RANGE_INFO;
Members
- BaseAddress
-
The system physical address where the memory range begins.
- Length
-
The size in bytes of the memory range.
- ProximityDomainId
-
An HV_PROXIMITY_DOMAIN_ID value that identifies the proximity domain in which the memory range resides. HV_PROXIMITY_DOMAIN_ID is defined as an unsigned 32-bit (UINT32) value.
Remarks
Requirements
Header |
|
---|
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: