Searched refs:vfio_pci_rw (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/vfio/pci/ |
D | vfio_pci_core.c | 1446 static ssize_t vfio_pci_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_rw() function 1502 return vfio_pci_rw(vdev, buf, count, ppos, false); in vfio_pci_core_read() 1515 return vfio_pci_rw(vdev, (char __user *)buf, count, ppos, true); in vfio_pci_core_write()
|