|
Linux Kernel
3.7.1
|
#include <linux/kvm_host.h>#include <linux/kvm.h>#include <linux/uaccess.h>#include <linux/vmalloc.h>#include <linux/errno.h>#include <linux/spinlock.h>#include <linux/pci.h>#include <linux/interrupt.h>#include <linux/slab.h>#include <linux/namei.h>#include <linux/fs.h>#include "irq.h"Go to the source code of this file.
Functions | |
| void | kvm_free_all_assigned_devices (struct kvm *kvm) |
| long | kvm_vm_ioctl_assigned_device (struct kvm *kvm, unsigned ioctl, unsigned long arg) |
Definition at line 288 of file assigned-dev.c.
1.8.2