Searched refs:__IOMMU_INIT (Results 1 – 1 of 1) 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)\ macro 66 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 0) 69 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 1) 90 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) 93 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
|