iPXE
|
Guest physical address range descriptor. More...
#include <vmbus.h>
Data Fields | |
uint32_t | len |
Byte count. More... | |
uint32_t | offset |
Starting byte offset. More... | |
uint64_t | pfn [0] |
Page frame numbers. More... | |
uint64_t vmbus_gpa_range::pfn[0] |
Page frame numbers.
The length of this array is implied by the byte count and starting offset.
Definition at line 68 of file vmbus.h.
Referenced by vmbus_establish_gpadl(), and vmbus_send_data().