Searched refs:__IOMMU_INIT (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | iommu_table.h | 51 #define __IOMMU_INIT(_detect, _depend, _early_init, _late_init, _finish)\ macro 67 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 0) 70 __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 1) 91 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) 94 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
|