Searched refs:vfio_default_config_read (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/vfio/pci/ | 
| D | vfio_pci_config.c | 174 static int vfio_default_config_read(struct vfio_pci_device *vdev, int pos,  in vfio_default_config_read()  function369 	perm->readfn = vfio_default_config_read;  in alloc_perm_bits()
 505 	count = vfio_default_config_read(vdev, pos, count, perm, offset, val);  in vfio_basic_config_read()
 1072 	return vfio_default_config_read(vdev, pos, count, perm, offset, val);  in vfio_msi_config_read()
 
 |