Home
last modified time | relevance | path

Searched refs:vfio_default_config_read (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci_config.c174 static int vfio_default_config_read(struct vfio_pci_device *vdev, int pos, in vfio_default_config_read() function
369 perm->readfn = vfio_default_config_read; in alloc_perm_bits()
524 count = vfio_default_config_read(vdev, pos, count, perm, offset, val); in vfio_basic_config_read()
1109 return vfio_default_config_read(vdev, pos, count, perm, offset, val); in vfio_msi_config_read()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci_config.c175 static int vfio_default_config_read(struct vfio_pci_core_device *vdev, int pos, in vfio_default_config_read() function
370 perm->readfn = vfio_default_config_read; in alloc_perm_bits()
528 count = vfio_default_config_read(vdev, pos, count, perm, offset, val); in vfio_basic_config_read()
1147 return vfio_default_config_read(vdev, pos, count, perm, offset, val); in vfio_msi_config_read()

Completed in 6 milliseconds