Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dioapic.h64 struct kvm_ioapic { struct
70 union kvm_ioapic_redirect_entry redirtbl[IOAPIC_NUM_PINS]; argument
71 unsigned long irq_states[IOAPIC_NUM_PINS];
72 struct kvm_io_device dev;
96 static inline struct kvm_ioapic *ioapic_irqchip(struct kvm *kvm) in ioapic_irqchip() argument