|
Linux Kernel
3.7.1
|
#include <linux/kvm_host.h>#include <linux/kvm.h>#include <linux/workqueue.h>#include <linux/syscalls.h>#include <linux/wait.h>#include <linux/poll.h>#include <linux/file.h>#include <linux/list.h>#include <linux/eventfd.h>#include <linux/kernel.h>#include <linux/slab.h>#include "iodev.h"Go to the source code of this file.
Data Structures | |
| struct | _irqfd_resampler |
| struct | _irqfd |
| struct | _ioeventfd |
Functions | |
| void | kvm_eventfd_init (struct kvm *kvm) |
| int | kvm_irqfd (struct kvm *kvm, struct kvm_irqfd *args) |
| void | kvm_irqfd_release (struct kvm *kvm) |
| void | kvm_irq_routing_update (struct kvm *kvm, struct kvm_irq_routing_table *irq_rt) |
| module_init (irqfd_module_init) | |
| module_exit (irqfd_module_exit) | |
| int | kvm_ioeventfd (struct kvm *kvm, struct kvm_ioeventfd *args) |
| int kvm_ioeventfd | ( | struct kvm * | kvm, |
| struct kvm_ioeventfd * | args | ||
| ) |
| void kvm_irq_routing_update | ( | struct kvm * | kvm, |
| struct kvm_irq_routing_table * | irq_rt | ||
| ) |
| module_exit | ( | irqfd_module_exit | ) |
| module_init | ( | irqfd_module_init | ) |
1.8.2