Lines Matching refs:interrupts
4 FLIC handles floating (non per-cpu) interrupts, i.e. I/O, service and some
5 machine check interruptions. All interrupts are stored in a per-vm list of
6 pending interrupts. FLIC performs operations on this list.
11 - add interrupts (KVM_DEV_FLIC_ENQUEUE)
12 - inspect currently pending interrupts (KVM_FLIC_GET_ALL_IRQS)
13 - purge all pending floating interrupts (KVM_DEV_FLIC_CLEAR_IRQS)
20 the list of pending interrupts.
27 Copies all floating interrupts into a buffer provided by userspace.
33 All interrupts remain pending, i.e. are not deleted from the list of
34 currently pending interrupts.
41 interrupts. No interrupts are injected into the guest.
65 to use, maskable whether this adapter may be masked (interrupts turned off)