Home
last modified time | relevance | path

Searched defs:kvm_ioapic (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/
H A Dioapic.h74 struct kvm_ioapic { struct
80 union kvm_ioapic_redirect_entry redirtbl[IOAPIC_NUM_PINS]; argument
81 unsigned long irq_states[IOAPIC_NUM_PINS];
82 struct kvm_io_device dev;
83 struct kvm *kvm;
84 spinlock_t lock;
85 struct rtc_status rtc_status;
86 struct delayed_work eoi_inject;
87 u32 irq_eoi[IOAPIC_NUM_PINS];
88 u32 irr_delivered;
[all …]