Searched refs:test_mem (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/vfio/pci/ |
H A D | vfio_pci_rdwr.c | 42 bool test_mem, u##size val, void __iomem *io) \ 44 if (test_mem) { \ 54 if (test_mem) \ 70 bool test_mem, u##size *val, void __iomem *io) \ 72 if (test_mem) { \ 82 if (test_mem) \ 98 bool iswrite, bool test_mem, \ 109 ret = vfio_pci_core_iowrite##size(vdev, test_mem, \ 114 ret = vfio_pci_core_ioread##size(vdev, test_mem, \ 140 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/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 188 void do_umip_tests(struct vm86plus_struct *vm86, unsigned char *test_mem) in do_umip_tests() argument 206 msw1 = *(unsigned short *)(test_mem + 2052); in do_umip_tests() 207 memcpy(&idt1, test_mem + 2054, sizeof(idt1)); in do_umip_tests() 208 memcpy(&gdt1, test_mem + 2060, sizeof(gdt1)); in do_umip_tests() 211 msw2 = *(unsigned short *)(test_mem + 2066); in do_umip_tests() 212 memcpy(&idt2, test_mem + 2068, sizeof(idt2)); in do_umip_tests() 213 memcpy(&gdt2, test_mem + 2074, sizeof(gdt2)); in do_umip_tests() 216 msw3 = *(unsigned short *)(test_mem + 2080); in do_umip_tests()
|
/linux/include/linux/ |
H A D | vfio_pci_core.h | 131 ssize_t vfio_pci_core_do_io_rw(struct vfio_pci_core_device *vdev, bool test_mem, 142 bool test_mem, u##size val, void __iomem *io); 153 bool test_mem, u##size *val, void __iomem *io);
|