Searched refs:pci_test_dev_hdr (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | pci-testdev.c | 98 static bool pci_testdev_one(struct pci_test_dev_hdr *test, in pci_testdev_one() 134 static void pci_testdev_print(struct pci_test_dev_hdr *test, in pci_testdev_print() 150 static int pci_testdev_all(struct pci_test_dev_hdr *test, in pci_testdev_all()
|
H A D | pci.h | 93 struct pci_test_dev_hdr { struct
|
/kvm-unit-tests/x86/ |
H A D | vmexit.c | 355 iowriteb(addr + offsetof(struct pci_test_dev_hdr, test), in pci_next() 357 width = ioreadb(addr + offsetof(struct pci_test_dev_hdr, width), in pci_next() 375 pci_test.data = ioreadl(addr + offsetof(struct pci_test_dev_hdr, data), in pci_next() 377 pci_test.offset = ioreadl(addr + offsetof(struct pci_test_dev_hdr, in pci_next() 380 char c = ioreadb(addr + offsetof(struct pci_test_dev_hdr, in pci_next()
|