Searched refs:interrupt_table (Results 1 – 4 of 4) sorted by relevance
/kvmtool/x86/include/kvm/ |
H A D | interrupt.h | 18 struct interrupt_table { struct 22 void interrupt_table__copy(struct interrupt_table *itable, void *dst, unsigned int size); argument 23 void interrupt_table__setup(struct interrupt_table *itable, struct real_intr_desc *entry); 24 void interrupt_table__set(struct interrupt_table *itable, struct real_intr_desc *entry, unsigned in…
|
H A D | kvm-arch.h | 41 struct interrupt_table interrupt_table; member
|
/kvmtool/x86/ |
H A D | interrupt.c | 7 void interrupt_table__copy(struct interrupt_table *itable, void *dst, unsigned int size) in interrupt_table__copy() 15 void interrupt_table__setup(struct interrupt_table *itable, struct real_intr_desc *entry) in interrupt_table__setup() 23 void interrupt_table__set(struct interrupt_table *itable, in interrupt_table__set()
|
H A D | bios.c | 50 interrupt_table__set(&kvm->arch.interrupt_table, &intr_desc, handler->irq); in setup_irq_handler() 165 interrupt_table__setup(&kvm->arch.interrupt_table, &intr_desc); in setup_bios() 172 interrupt_table__copy(&kvm->arch.interrupt_table, p, REAL_INTR_SIZE); in setup_bios()
|