Searched refs:test_mem (Results 1 – 4 of 4) 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 369 vfio_pci_ioeventfd_do_write(struct vfio_pci_ioeventfd * ioeventfd,bool test_mem) vfio_pci_ioeventfd_do_write() 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 | 168 void do_umip_tests(struct vm86plus_struct *vm86, unsigned char *test_mem) in do_umip_tests() argument 186 msw1 = *(unsigned short *)(test_mem + 2052); in do_umip_tests() 187 memcpy(&idt1, test_mem + 2054, sizeof(idt1)); in do_umip_tests() 188 memcpy(&gdt1, test_mem + 2060, sizeof(gdt1)); in do_umip_tests() 191 msw2 = *(unsigned short *)(test_mem + 2066); in do_umip_tests() 192 memcpy(&idt2, test_mem + 2068, sizeof(idt2)); in do_umip_tests() 193 memcpy(&gdt2, test_mem + 2074, sizeof(gdt2)); in do_umip_tests() 196 msw3 = *(unsigned short *)(test_mem + 2080); in do_umip_tests()
|
/linux/include/linux/ |
H A D | vfio_pci_core.h | 133 ssize_t vfio_pci_core_do_io_rw(struct vfio_pci_core_device *vdev, bool test_mem, 144 bool test_mem, u##size val, void __iomem *io); 155 bool test_mem, u##size *val, void __iomem *io);
|