Skip to content

Struct opae_vfio_sparse_info

ClassList > opae_vfio_sparse_info

MMIO sparse-mappable region info. More...

  • #include <vfio.h>

Public Attributes

Type Name
uint32_t index
Region index, from 0.
struct opae_vfio_sparse_info * next
Pointer to next in list.
uint32_t offset
Offset of sparse region.
uint8_t * ptr
Virtual address of sparse region.
uint32_t size
Size of sparse region.

Detailed Description

Describes a range of sparse-mappable MMIO, for MMIO ranges that have non-contiguous addresses.

Public Attributes Documentation

variable index

uint32_t opae_vfio_sparse_info::index;

variable next

struct opae_vfio_sparse_info* opae_vfio_sparse_info::next;

variable offset

uint32_t opae_vfio_sparse_info::offset;

variable ptr

uint8_t* opae_vfio_sparse_info::ptr;

variable size

uint32_t opae_vfio_sparse_info::size;

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