Searched refs:iommu_table_entry (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kernel/ |
| A D | pci-iommu_table.c | 7 static struct iommu_table_entry * __init 8 find_dependents_of(struct iommu_table_entry *start, in find_dependents_of() 9 struct iommu_table_entry *finish, in find_dependents_of() 10 struct iommu_table_entry *q) in find_dependents_of() 12 struct iommu_table_entry *p; in find_dependents_of() 25 void __init sort_iommu_table(struct iommu_table_entry *start, in sort_iommu_table() 26 struct iommu_table_entry *finish) { in sort_iommu_table() 28 struct iommu_table_entry *p, *q, tmp; in sort_iommu_table() 48 struct iommu_table_entry *finish) in check_iommu_entries() 50 struct iommu_table_entry *p, *q, *x; in check_iommu_entries() [all …]
|
| A D | pci-dma.c | 37 extern struct iommu_table_entry __iommu_table[], __iommu_table_end[]; 41 struct iommu_table_entry *p; in pci_iommu_alloc() 124 struct iommu_table_entry *p; in pci_iommu_init()
|
| /linux/arch/x86/include/asm/ |
| A D | iommu_table.h | 34 struct iommu_table_entry { struct 52 static const struct iommu_table_entry \ 96 void sort_iommu_table(struct iommu_table_entry *start, 97 struct iommu_table_entry *finish); 99 void check_iommu_entries(struct iommu_table_entry *start, 100 struct iommu_table_entry *finish);
|
Completed in 4 milliseconds