iPXE
vmbus_gpa_range Struct Reference

Guest physical address range descriptor. More...

#include <vmbus.h>

Data Fields

uint32_t len
 Byte count.
uint32_t offset
 Starting byte offset.
uint64_t pfn [0]
 Page frame numbers.

Detailed Description

Guest physical address range descriptor.

Definition at line 57 of file vmbus.h.

Field Documentation

◆ len

uint32_t vmbus_gpa_range::len

Byte count.

Definition at line 59 of file vmbus.h.

◆ offset

uint32_t vmbus_gpa_range::offset

Starting byte offset.

Definition at line 61 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 67 of file vmbus.h.


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