Searched refs:vfio_pci_rw (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 1536 static ssize_t vfio_pci_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_rw() function 1592 return vfio_pci_rw(vdev, buf, count, ppos, false); in vfio_pci_core_read() 1605 return vfio_pci_rw(vdev, (char __user *)buf, count, ppos, true); in vfio_pci_core_write()
|