Home
last modified time | relevance | path

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

/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c43 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, \
173 ret = vfio_pci_iordwr8(vdev, iswrite, test_mem, in vfio_pci_core_do_io_rw()
369 bool test_mem) in vfio_pci_ioeventfd_do_write() argument
396 if (ioeventfd->test_mem) { in vfio_pci_ioeventfd_handler()
[all …]
H A Dvfio_pci_priv.h23 bool test_mem; member
/linux-6.15/tools/testing/selftests/x86/
H A Dentry_from_vm86.c168 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-6.15/include/linux/
H A Dvfio_pci_core.h131 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);