Skip to content

Struct opae_vfio_device_region

ClassList > opae_vfio_device_region

MMIO region info. More...

  • #include <vfio.h>

Public Attributes

Type Name
struct opae_vfio_device_region * next
Pointer to next in list.
uint32_t region_index
Region index, from 0.
uint8_t * region_ptr
Virtual address of region.
size_t region_size
Size of region.
struct opae_vfio_sparse_info * region_sparse
For sparse regions.

Detailed Description

Describes a range of mappable MMIO.

Public Attributes Documentation

variable next

struct opae_vfio_device_region* opae_vfio_device_region::next;

variable region_index

uint32_t opae_vfio_device_region::region_index;

variable region_ptr

uint8_t* opae_vfio_device_region::region_ptr;

variable region_size

size_t opae_vfio_device_region::region_size;

variable region_sparse

struct opae_vfio_sparse_info* opae_vfio_device_region::region_sparse;

The documentation for this class was generated from the following file docs/sw/include/opae/vfio.h