KVM
|
#include <arm_vgic.h>
Public Attributes | |
gpa_t | base_addr |
union { | |
struct kvm_vcpu * redist_vcpu | |
struct vgic_its * its | |
}; | |
const struct vgic_register_region * | regions |
enum iodev_type | iodev_type |
int | nr_regions |
struct kvm_io_device | dev |
Definition at line 175 of file arm_vgic.h.
union { ... } |
gpa_t vgic_io_device::base_addr |
Definition at line 176 of file arm_vgic.h.
struct kvm_io_device vgic_io_device::dev |
Definition at line 183 of file arm_vgic.h.
enum iodev_type vgic_io_device::iodev_type |
Definition at line 181 of file arm_vgic.h.
struct vgic_its* vgic_io_device::its |
Definition at line 179 of file arm_vgic.h.
int vgic_io_device::nr_regions |
Definition at line 183 of file arm_vgic.h.
struct kvm_vcpu* vgic_io_device::redist_vcpu |
Definition at line 178 of file arm_vgic.h.
const struct vgic_register_region* vgic_io_device::regions |
Definition at line 181 of file arm_vgic.h.