Searched refs:vfio_user_config_read (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/vfio/pci/ | 
| D | vfio_pci_config.c | 128 static int vfio_user_config_read(struct pci_dev *pdev, int offset,  in vfio_user_config_read()  function 196 		ret = vfio_user_config_read(pdev, pos, &phys_val, count);  in vfio_default_config_read() 237 		ret = vfio_user_config_read(pdev, pos, &phys_val, count);  in vfio_default_config_write() 259 	ret = vfio_user_config_read(vdev->pdev, pos, val, count);  in vfio_direct_config_read() 297 	ret = vfio_user_config_read(vdev->pdev, pos, val, count);  in vfio_raw_config_read()
  |