Lines Matching +full:pci +full:- +full:test
2 * Intel IOMMU unit test.
13 #include "intel-iommu.h"
14 #include "pci-edu.h"
19 #define VTD_TEST_DMAR_4B ("DMAR 4B memcpy test")
41 vtd_map_range(dev->pci_dev.bdf, 0, virt_to_phys(page), PAGE_SIZE); in vtd_test_dmar()
51 * with offset 4 (so it'll be using 4-7 bytes). in vtd_test_dmar()
56 * Check data match between 0-3 bytes and 4-7 bytes of the in vtd_test_dmar()
81 struct pci_dev *pci_dev = &dev->pci_dev; in vtd_test_ir()
108 * Setup EDU PCI device MSI, using interrupt remapping. By in vtd_test_ir()
112 printf("edu device does not support MSI, skip test\n"); in vtd_test_ir()
155 printf("Please specify \"-device edu\" to do " in main()