Searched refs:iswrite (Results 1 – 6 of 6) sorted by relevance
| /drivers/vfio/pci/ |
| A D | vfio_pci_rdwr.c | 95 bool iswrite, bool test_mem, \ 102 if (iswrite) { \ 138 size_t x_end, bool iswrite) in vfio_pci_core_do_io_rw() argument 154 ret = vfio_pci_iordwr64(vdev, iswrite, test_mem, in vfio_pci_core_do_io_rw() 161 ret = vfio_pci_iordwr32(vdev, iswrite, test_mem, in vfio_pci_core_do_io_rw() 167 ret = vfio_pci_iordwr16(vdev, iswrite, test_mem, in vfio_pci_core_do_io_rw() 173 ret = vfio_pci_iordwr8(vdev, iswrite, test_mem, in vfio_pci_core_do_io_rw() 181 if (!iswrite) { in vfio_pci_core_do_io_rw() 227 size_t count, loff_t *ppos, bool iswrite) in vfio_pci_bar_rw() argument 281 count, x_start, x_end, iswrite); in vfio_pci_bar_rw() [all …]
|
| A D | vfio_pci_priv.h | 34 size_t count, loff_t *ppos, bool iswrite); 37 size_t count, loff_t *ppos, bool iswrite); 41 size_t count, loff_t *ppos, bool iswrite); 45 loff_t *ppos, bool iswrite) in vfio_pci_vga_rw() argument
|
| A D | vfio_pci_igd.c | 66 bool iswrite) in vfio_pci_igd_rw() argument 73 if (pos >= vdev->region[i].size || iswrite) in vfio_pci_igd_rw() 283 bool iswrite) in vfio_pci_igd_cfg_rw() argument 291 if (pos >= vdev->region[i].size || iswrite) in vfio_pci_igd_cfg_rw()
|
| A D | vfio_pci_core.c | 1524 size_t count, loff_t *ppos, bool iswrite) in vfio_pci_rw() argument 1541 ret = vfio_pci_config_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw() 1545 if (iswrite) in vfio_pci_rw() 1552 ret = vfio_pci_bar_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw() 1556 ret = vfio_pci_vga_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw() 1562 count, ppos, iswrite); in vfio_pci_rw()
|
| A D | vfio_pci_config.c | 1869 size_t count, loff_t *ppos, bool iswrite) in vfio_config_do_rw() argument 1936 if (iswrite) { in vfio_config_do_rw() 1960 size_t count, loff_t *ppos, bool iswrite) in vfio_pci_config_rw() argument 1969 ret = vfio_config_do_rw(vdev, buf, count, &pos, iswrite); in vfio_pci_config_rw()
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | kvmgt.c | 72 size_t count, loff_t *ppos, bool iswrite); 400 size_t count, loff_t *ppos, bool iswrite) in intel_vgpu_reg_rw_opregion() argument 408 if (pos >= vgpu->region[i].size || iswrite) { in intel_vgpu_reg_rw_opregion() 508 size_t count, loff_t *ppos, bool iswrite) in intel_vgpu_reg_rw_edid() argument 517 ret = handle_edid_regs(vgpu, region, buf, count, pos, iswrite); in intel_vgpu_reg_rw_edid() 520 ret = handle_edid_blob(region, buf, count, pos, iswrite); in intel_vgpu_reg_rw_edid()
|
Completed in 21 milliseconds