Searched refs:_detect (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | iommu_table.h | 50 #define __IOMMU_INIT(_detect, _depend, _early_init, _late_init, _finish)\ argument 52 __iommu_entry_##_detect __used \ 55 = {_detect, _depend, _early_init, _late_init, \ 65 #define IOMMU_INIT_POST(_detect) \ argument 66 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 0) 69 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 1) 89 #define IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init) \ argument 90 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) 92 #define IOMMU_INIT(_detect, _depend, _init, _late_init) \ argument 93 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | iommu_table.h | 4 #define IOMMU_INIT_POST(_detect) argument
|