#include <asm/swiotlb.h>
Go to the source code of this file.
|
#define | IOMMU_FINISH_IF_DETECTED (1<<0) |
|
#define | IOMMU_DETECTED (1<<1) |
|
#define | __IOMMU_INIT(_detect, _depend, _early_init, _late_init, _finish) |
|
#define | IOMMU_INIT_POST(_detect) __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 0) |
|
#define | IOMMU_INIT_POST_FINISH(detect) __IOMMU_INIT(_detect, pci_swiotlb_detect_4gb, NULL, NULL, 1) |
|
#define | IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init) __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) |
|
#define | IOMMU_INIT(_detect, _depend, _init, _late_init) __IOMMU_INIT(_detect, _depend, _init, _late_init, 0) |
|
#define __IOMMU_INIT |
( |
|
_detect, |
|
|
|
_depend, |
|
|
|
_early_init, |
|
|
|
_late_init, |
|
|
|
_finish |
|
) |
| |
Value:
__iommu_entry_##_detect
__used \
= {_detect, _depend, _early_init, _late_init, \
Definition at line 50 of file iommu_table.h.
#define IOMMU_DETECTED (1<<1) |
#define IOMMU_FINISH_IF_DETECTED (1<<0) |
#define IOMMU_INIT |
( |
|
_detect, |
|
|
|
_depend, |
|
|
|
_init, |
|
|
|
_late_init |
|
) |
| __IOMMU_INIT(_detect, _depend, _init, _late_init, 0) |
#define IOMMU_INIT_FINISH |
( |
|
_detect, |
|
|
|
_depend, |
|
|
|
_init, |
|
|
|
_late_init |
|
) |
| __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) |