Lines Matching full:interrupts
7 FLIC handles floating (non per-cpu) interrupts, i.e. I/O, service and some
8 machine check interruptions. All interrupts are stored in a per-vm list of
9 pending interrupts. FLIC performs operations on this list.
14 - add interrupts (KVM_DEV_FLIC_ENQUEUE)
15 - inspect currently pending interrupts (KVM_FLIC_GET_ALL_IRQS)
16 - purge all pending floating interrupts (KVM_DEV_FLIC_CLEAR_IRQS)
21 - inject adapter interrupts on a specified adapter (KVM_DEV_FLIC_AIRQ_INJECT)
27 the list of pending interrupts.
34 Copies all floating interrupts into a buffer provided by userspace.
42 All interrupts remain pending, i.e. are not deleted from the list of
43 currently pending interrupts.
50 interrupts. No interrupts are injected into the guest.
79 to use, maskable whether this adapter may be masked (interrupts turned off),
131 injection is only allowed once and the following adapter interrupts
136 Inject adapter interrupts on a specified adapter.