Searched refs:vfio_default_config_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 175 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()
|