Searched refs:vfio_default_config_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 200 static int vfio_default_config_write(struct vfio_pci_device *vdev, int pos, in vfio_default_config_write() function 370 perm->writefn = vfio_default_config_write; in alloc_perm_bits() 605 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_basic_config_write() 699 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_pm_config_write() 765 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_vpd_config_write() 840 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_exp_config_write() 922 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_af_config_write() 1116 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_msi_config_write()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 201 static int vfio_default_config_write(struct vfio_pci_core_device *vdev, int pos, in vfio_default_config_write() function 371 perm->writefn = vfio_default_config_write; in alloc_perm_bits() 609 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_basic_config_write() 719 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_pm_config_write() 802 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_vpd_config_write() 877 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_exp_config_write() 959 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_af_config_write() 1154 count = vfio_default_config_write(vdev, pos, count, perm, offset, val); in vfio_msi_config_write()
|
Completed in 5 milliseconds