Lines Matching refs:start
10 find_dependents_of(struct iommu_table_entry *start, in find_dependents_of() argument
19 for (p = start; p < finish; p++) in find_dependents_of()
27 void __init sort_iommu_table(struct iommu_table_entry *start, in sort_iommu_table() argument
32 for (p = start; p < finish; p++) { in sort_iommu_table()
34 q = find_dependents_of(start, finish, p); in sort_iommu_table()
49 void __init check_iommu_entries(struct iommu_table_entry *start, in check_iommu_entries() argument
55 for (p = start; p < finish; p++) { in check_iommu_entries()
56 q = find_dependents_of(start, finish, p); in check_iommu_entries()
57 x = find_dependents_of(start, finish, q); in check_iommu_entries()
66 for (p = start; p < finish; p++) { in check_iommu_entries()
75 inline void check_iommu_entries(struct iommu_table_entry *start, in check_iommu_entries() argument