Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dioapic.h78 struct kvm_ioapic { struct
84 union kvm_ioapic_redirect_entry redirtbl[IOAPIC_NUM_PINS]; argument
85 unsigned long irq_states[IOAPIC_NUM_PINS];
86 struct kvm_io_device dev;
87 struct kvm *kvm;
88 void (*ack_notifier)(void *opaque, int irq);
89 spinlock_t lock;
90 struct rtc_status rtc_status;
91 struct delayed_work eoi_inject;
92 u32 irq_eoi[IOAPIC_NUM_PINS];
[all …]