Searched refs:vfio_pci_core_read (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vfio/pci/virtio/ |
| H A D | main.c | 93 .read = vfio_pci_core_read, 137 .read = vfio_pci_core_read,
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci.c | 137 .read = vfio_pci_core_read,
|
| H A D | vfio_pci_core.c | 1625 ssize_t vfio_pci_core_read(struct vfio_device *core_vdev, char __user *buf, in vfio_pci_core_read() function 1636 EXPORT_SYMBOL_GPL(vfio_pci_core_read);
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | vfio_dev.c | 200 .read = vfio_pci_core_read,
|
| /linux/drivers/vfio/pci/nvgrace-gpu/ |
| H A D | main.c | 518 ret = vfio_pci_core_read(core_vdev, buf, count, ppos); in nvgrace_gpu_read_config_emu() 762 return vfio_pci_core_read(core_vdev, buf, count, ppos); in nvgrace_gpu_read() 967 .read = vfio_pci_core_read,
|
| /linux/include/linux/ |
| H A D | vfio_pci_core.h | 176 ssize_t vfio_pci_core_read(struct vfio_device *core_vdev, char __user *buf,
|