Searched refs:__IOMMU_INIT (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/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, 0, 0, 0) 69 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, 0, 0, 1) 89 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) 92 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
|