KVM
|
#include <ioapic.h>
Public Attributes | |
u64 | base_address |
u32 | ioregsel |
u32 | id |
u32 | irr |
u32 | pad |
union kvm_ioapic_redirect_entry | redirtbl [IOAPIC_NUM_PINS] |
unsigned long | irq_states [IOAPIC_NUM_PINS] |
struct kvm_io_device | dev |
struct kvm * | kvm |
spinlock_t | lock |
struct rtc_status | rtc_status |
struct delayed_work | eoi_inject |
u32 | irq_eoi [IOAPIC_NUM_PINS] |
u32 | irr_delivered |
struct kvm_io_device kvm_ioapic::dev |
u32 kvm_ioapic::irq_eoi[IOAPIC_NUM_PINS] |
unsigned long kvm_ioapic::irq_states[IOAPIC_NUM_PINS] |
union kvm_ioapic_redirect_entry kvm_ioapic::redirtbl[IOAPIC_NUM_PINS] |
struct rtc_status kvm_ioapic::rtc_status |