Searched refs:test_mem (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_rdwr.c | 43 bool test_mem, u##size val, void __iomem *io) \ 45 if (test_mem) { \ 55 if (test_mem) \ 69 bool test_mem, u##size *val, void __iomem *io) \ 71 if (test_mem) { \ 81 if (test_mem) \ 95 bool iswrite, bool test_mem, \ 106 ret = vfio_pci_core_iowrite##size(vdev, test_mem, \ 111 ret = vfio_pci_core_ioread##size(vdev, test_mem, \ 135 ssize_t vfio_pci_core_do_io_rw(struct vfio_pci_core_device *vdev, bool test_mem, in vfio_pci_core_do_io_rw() argument [all …]
|
| H A D | vfio_pci_priv.h | 23 bool test_mem; member
|
| /linux/include/linux/ |
| H A D | vfio_pci_core.h | 194 ssize_t vfio_pci_core_do_io_rw(struct vfio_pci_core_device *vdev, bool test_mem, 207 bool test_mem, u##size val, void __iomem *io); 218 bool test_mem, u##size *val, void __iomem *io);
|