Searched refs:vfio_dev (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/vfio/pci/pds/
H A DMakefile11 vfio_dev.o
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c106 #define vfio_dev_to_vgpu(vfio_dev) \
107 container_of((vfio_dev), struct intel_vgpu, vfio_device)
612 static void intel_vgpu_dma_unmap(struct vfio_device *vfio_dev, u64 iova, argument
615 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev);
654 static int intel_vgpu_open_device(struct vfio_device *vfio_dev) argument
656 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev);
692 static void intel_vgpu_close_device(struct vfio_device *vfio_dev) argument
694 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev);
857 static ssize_t intel_vgpu_read(struct vfio_device *vfio_dev, char __user *buf, argument
860 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev);
931 intel_vgpu_write(struct vfio_device *vfio_dev, const char __user *buf, size_t count, loff_t *ppos) argument
1005 intel_vgpu_mmap(struct vfio_device *vfio_dev, struct vm_area_struct *vma) argument
1135 intel_vgpu_ioctl(struct vfio_device *vfio_dev, unsigned int cmd, unsigned long arg) argument
1435 intel_vgpu_init_dev(struct vfio_device *vfio_dev) argument
1454 intel_vgpu_release_dev(struct vfio_device *vfio_dev) argument
[all...]
/linux-master/drivers/vfio/
H A Dcontainer.c408 static struct miscdevice vfio_dev = { variable in typeref:struct:miscdevice
580 ret = misc_register(&vfio_dev);
594 misc_deregister(&vfio_dev);
602 misc_deregister(&vfio_dev);

Completed in 149 milliseconds