Searched refs:vfio_default_config_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/vfio/pci/ |
D | vfio_pci_config.c | 203 static int vfio_default_config_write(struct vfio_pci_device *vdev, int pos, in vfio_default_config_write() function 373 perm->writefn = vfio_default_config_write; in alloc_perm_bits() 583 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_basic_config_write() 672 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_pm_config_write() 738 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_vpd_config_write() 813 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_exp_config_write() 892 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_af_config_write() 1083 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_msi_config_write()
|