Home
last modified time | relevance | path

Searched refs:vfio_user_config_write (Results 1 – 1 of 1) sorted by relevance

/drivers/vfio/pci/
Dvfio_pci_config.c154 static int vfio_user_config_write(struct pci_dev *pdev, int offset, in vfio_user_config_write() function
239 ret = vfio_user_config_write(pdev, pos, phys_val, count); in vfio_default_config_write()
279 ret = vfio_user_config_write(vdev->pdev, pos, val, count); in vfio_raw_config_write()