Release 4.18 arch/x86/include/asm/iommu.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_IOMMU_H
#define _ASM_X86_IOMMU_H
extern int force_iommu, no_iommu;
extern int iommu_detected;
extern int iommu_pass_through;
/* 10 seconds */
#define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
#endif /* _ASM_X86_IOMMU_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yinghai Lu | 16 | 55.17% | 1 | 20.00% |
Fenghua Yu | 9 | 31.03% | 2 | 40.00% |
H. Peter Anvin | 3 | 10.34% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 20.00% |
Total | 29 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.