iPXE
Data Fields
vmbus_gpa_range Struct Reference

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...
 

Detailed Description

Guest physical address range descriptor.

Definition at line 58 of file vmbus.h.

Field Documentation

◆ len

uint32_t vmbus_gpa_range::len

Byte count.

Definition at line 60 of file vmbus.h.

◆ offset

uint32_t vmbus_gpa_range::offset

Starting byte offset.

Definition at line 62 of file vmbus.h.

◆ pfn

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().


The documentation for this struct was generated from the following file: