iommu.h 374 字节
Newer Older
H
H. Peter Anvin 已提交
1 2
#ifndef _ASM_X86_IOMMU_H
#define _ASM_X86_IOMMU_H
3

4
static inline void iommu_shutdown_noop(void) {}
5
extern void no_iommu_init(void);
6
extern struct dma_map_ops nommu_dma_ops;
7 8
extern int force_iommu, no_iommu;
extern int iommu_detected;
F
Fenghua Yu 已提交
9
extern int iommu_pass_through;
10

F
Fenghua Yu 已提交
11 12 13
/* 10 seconds */
#define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)

H
H. Peter Anvin 已提交
14
#endif /* _ASM_X86_IOMMU_H */