Searched refs:vfio_dev (Results 1 – 3 of 3) sorted by relevance
106 #define vfio_dev_to_vgpu(vfio_dev) \ argument107 container_of((vfio_dev), struct intel_vgpu, vfio_device)623 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_dma_unmap()664 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_open_device()702 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_close_device()868 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_read()943 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_write()1016 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_mmap()1146 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_ioctl()1446 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_init_dev()[all …]
11 vfio_dev.o
408 static struct miscdevice vfio_dev = { variable580 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()