Searched refs:vfio_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 106 #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, in intel_vgpu_dma_unmap() argument 615 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_dma_unmap() 654 static int intel_vgpu_open_device(struct vfio_device *vfio_dev) in intel_vgpu_open_device() argument 656 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_open_device() 692 static void intel_vgpu_close_device(struct vfio_device *vfio_dev) in intel_vgpu_close_device() argument 694 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_close_device() 857 static ssize_t intel_vgpu_read(struct vfio_device *vfio_dev, char __user *buf, in intel_vgpu_read() argument 860 struct intel_vgpu *vgpu = vfio_dev_to_vgpu(vfio_dev); in intel_vgpu_read() 931 intel_vgpu_write(struct vfio_device *vfio_dev, const char __user *buf, size_t count, loff_t *ppos) intel_vgpu_write() argument 1005 intel_vgpu_mmap(struct vfio_device *vfio_dev, struct vm_area_struct *vma) intel_vgpu_mmap() argument 1135 intel_vgpu_ioctl(struct vfio_device *vfio_dev, unsigned int cmd, unsigned long arg) intel_vgpu_ioctl() argument 1435 intel_vgpu_init_dev(struct vfio_device *vfio_dev) intel_vgpu_init_dev() argument 1454 intel_vgpu_release_dev(struct vfio_device *vfio_dev) intel_vgpu_release_dev() argument [all...] |
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/ |
H A D | Makefile | 11 vfio_dev.o
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | container.c | 408 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()
|
/kernel/linux/linux-5.10/drivers/vfio/ |
H A D | vfio.c | 2303 static struct miscdevice vfio_dev = { variable 2321 ret = misc_register(&vfio_dev); in vfio_init() 2358 misc_deregister(&vfio_dev); in vfio_init() 2374 misc_deregister(&vfio_dev); in vfio_cleanup()
|
Completed in 6 milliseconds