_detect             5 arch/ia64/include/asm/iommu_table.h #define IOMMU_INIT_POST(_detect)
_detect            51 arch/x86/include/asm/iommu_table.h #define __IOMMU_INIT(_detect, _depend, _early_init, _late_init, _finish)\
_detect            53 arch/x86/include/asm/iommu_table.h 		__iommu_entry_##_detect __used				\
_detect            56 arch/x86/include/asm/iommu_table.h 	= {_detect, _depend, _early_init, _late_init,			\
_detect            66 arch/x86/include/asm/iommu_table.h #define IOMMU_INIT_POST(_detect)					\
_detect            67 arch/x86/include/asm/iommu_table.h 	__IOMMU_INIT(_detect, pci_swiotlb_detect_4gb,  NULL, NULL, 0)
_detect            70 arch/x86/include/asm/iommu_table.h 	__IOMMU_INIT(_detect, pci_swiotlb_detect_4gb,  NULL, NULL, 1)
_detect            90 arch/x86/include/asm/iommu_table.h #define IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init)		\
_detect            91 arch/x86/include/asm/iommu_table.h 	__IOMMU_INIT(_detect, _depend, _init, _late_init, 1)
_detect            93 arch/x86/include/asm/iommu_table.h #define IOMMU_INIT(_detect, _depend, _init, _late_init)			\
_detect            94 arch/x86/include/asm/iommu_table.h 	__IOMMU_INIT(_detect, _depend, _init, _late_init, 0)