Home
last modified time | relevance | path

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

/drivers/vfio/pci/
Dvfio_pci_rdwr.c42 bool test_mem, u##size val, void __iomem *io) \
44 if (test_mem) { \
54 if (test_mem) \
69 bool test_mem, u##size *val, void __iomem *io) \
71 if (test_mem) { \
81 if (test_mem) \
97 static ssize_t do_io_rw(struct vfio_pci_core_device *vdev, bool test_mem, in do_io_rw() argument
122 ret = vfio_pci_iowrite32(vdev, test_mem, in do_io_rw()
127 ret = vfio_pci_ioread32(vdev, test_mem, in do_io_rw()
144 ret = vfio_pci_iowrite16(vdev, test_mem, in do_io_rw()
[all …]
Dvfio_pci_priv.h23 bool test_mem; member