Home
last modified time | relevance | path

Searched refs:vfio_pci_bar_rw (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci_priv.h36 ssize_t vfio_pci_bar_rw(struct vfio_pci_core_device *vdev, char __user *buf,
H A Dvfio_pci_rdwr.c227 ssize_t vfio_pci_bar_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_bar_rw() function
H A Dvfio_pci_core.c1542 ret = vfio_pci_bar_rw(vdev, buf, count, ppos, false); in vfio_pci_rw()
1546 ret = vfio_pci_bar_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci_private.h164 extern ssize_t vfio_pci_bar_rw(struct vfio_pci_device *vdev, char __user *buf,
H A Dvfio_pci_rdwr.c227 ssize_t vfio_pci_bar_rw(struct vfio_pci_device *vdev, char __user *buf, in vfio_pci_bar_rw() function
H A Dvfio_pci.c1423 return vfio_pci_bar_rw(vdev, buf, count, ppos, false); in vfio_pci_rw()
1426 return vfio_pci_bar_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw()

Completed in 8 milliseconds