Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c107 #define vfio_dev_to_vgpu(vfio_dev) \ argument
108 container_of((vfio_dev), struct intel_vgpu, vfio_device)
621 static void intel_vgpu_dma_unmap(struct vfio_device *vfio_dev, u64 iova, in intel_vgpu_dma_unmap() argument
624 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_dma_unmap()
663 static int intel_vgpu_open_device(struct vfio_device *vfio_dev) in intel_vgpu_open_device() argument
665 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_open_device()
701 static void intel_vgpu_close_device(struct vfio_device *vfio_dev) in intel_vgpu_close_device() argument
703 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_close_device()
866 static ssize_t intel_vgpu_read(struct vfio_device *vfio_dev, char __user *buf, in intel_vgpu_read() argument
869 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_read()
[all …]
/linux/drivers/vfio/
H A Dcontainer.c408 static struct miscdevice vfio_dev = { variable
580 ret = misc_register(&vfio_dev); in vfio_container_init()
594 misc_deregister(&vfio_dev); in vfio_container_init()
602 misc_deregister(&vfio_dev); in vfio_container_cleanup()
/linux/drivers/vfio/pci/pds/
H A DMakefile11 vfio_dev.o