Searched refs:irq_remap_table (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iommu/amd/ |
| H A D | amd_iommu_types.h | 428 struct irq_remap_table { struct 607 struct irq_remap_table **irq_lookup_table; 1058 void *(*get)(struct irq_remap_table *, int); 1059 void (*set_allocated)(struct irq_remap_table *, int); 1060 bool (*is_allocated)(struct irq_remap_table *, int); 1061 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 | 3221 struct irq_remap_table *table) in set_dte_irq_entry() 3242 static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid) in get_irq_table() 3244 struct irq_remap_table *table; in get_irq_table() 3260 static struct irq_remap_table *__alloc_irq_table(int nid, size_t size) in __alloc_irq_table() 3262 struct irq_remap_table *table; in __alloc_irq_table() 3280 struct irq_remap_table *table) in set_remap_table_entry() 3292 struct irq_remap_table *table = data; in set_remap_table_entry_alias() 3315 static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu, in alloc_irq_table() 3319 struct irq_remap_table *table = NULL; in alloc_irq_table() 3320 struct irq_remap_table *new_table = NULL; in alloc_irq_table() [all …]
|