Searched refs:vfio_pci_config_rw (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/pci/ |
H A D | vfio_pci_priv.h | 33 ssize_t vfio_pci_config_rw(struct vfio_pci_core_device *vdev, char __user *buf,
|
H A D | vfio_pci_core.c | 1535 ret = vfio_pci_config_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw()
|
H A D | vfio_pci_config.c | 1945 ssize_t vfio_pci_config_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_config_rw() function
|
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
H A D | vfio_pci_private.h | 160 extern ssize_t vfio_pci_config_rw(struct vfio_pci_device *vdev,
|
H A D | vfio_pci.c | 1418 return vfio_pci_config_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw()
|
H A D | vfio_pci_config.c | 1888 ssize_t vfio_pci_config_rw(struct vfio_pci_device *vdev, char __user *buf, in vfio_pci_config_rw() function
|
Completed in 12 milliseconds