Searched refs:irq_remap_table (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iommu/amd/ |
| H A D | amd_iommu_types.h | 420 struct irq_remap_table { struct 561 struct irq_remap_table **irq_lookup_table; 1012 void *(*get)(struct irq_remap_table *, int); 1013 void (*set_allocated)(struct irq_remap_table *, int); 1014 bool (*is_allocated)(struct irq_remap_table *, int); 1015 void (*clear_allocated)(struct irq_remap_table *, int);
|
| H A D | debugfs.c | 259 static void dump_128_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len) in dump_128_irte() 277 static void dump_32_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len) in dump_32_irte() 295 struct irq_remap_table *table; in dump_irte()
|
| H A D | iommu.c | 3140 struct irq_remap_table *table) in set_dte_irq_entry() 3161 static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid) in get_irq_table() 3163 struct irq_remap_table *table; in get_irq_table() 3179 static struct irq_remap_table *__alloc_irq_table(int nid, size_t size) in __alloc_irq_table() 3181 struct irq_remap_table *table; in __alloc_irq_table() 3199 struct irq_remap_table *table) in set_remap_table_entry() 3211 struct irq_remap_table *table = data; in set_remap_table_entry_alias() 3234 static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu, in alloc_irq_table() 3238 struct irq_remap_table *table = NULL; in alloc_irq_table() 3239 struct irq_remap_table *new_table = NULL; in alloc_irq_table() [all …]
|