Lines Matching refs:iommu_table_entry
10 static struct iommu_table_entry * __init
11 find_dependents_of(struct iommu_table_entry *start, in find_dependents_of()
12 struct iommu_table_entry *finish, in find_dependents_of()
13 struct iommu_table_entry *q) in find_dependents_of()
15 struct iommu_table_entry *p; in find_dependents_of()
28 void __init sort_iommu_table(struct iommu_table_entry *start, in sort_iommu_table()
29 struct iommu_table_entry *finish) { in sort_iommu_table()
31 struct iommu_table_entry *p, *q, tmp; in sort_iommu_table()
50 void __init check_iommu_entries(struct iommu_table_entry *start, in check_iommu_entries()
51 struct iommu_table_entry *finish) in check_iommu_entries()
53 struct iommu_table_entry *p, *q, *x; in check_iommu_entries()
76 void __init check_iommu_entries(struct iommu_table_entry *start, in check_iommu_entries()
77 struct iommu_table_entry *finish) in check_iommu_entries()