Searched refs:irq_remap_table (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iommu/amd/ |
| H A D | amd_iommu_types.h | 433 struct irq_remap_table { struct 612 struct irq_remap_table **irq_lookup_table; 1063 void *(*get)(struct irq_remap_table *, int); 1064 void (*set_allocated)(struct irq_remap_table *, int); 1065 bool (*is_allocated)(struct irq_remap_table *, int); 1066 void (*clear_allocated)(struct irq_remap_table *, int);
|
| H A D | debugfs.c | 258 static void dump_128_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len) in dump_128_irte() 276 static void dump_32_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len) in dump_32_irte() 294 struct irq_remap_table *table; in dump_irte()
|
| H A D | iommu.c | 3249 struct irq_remap_table *table) in set_dte_irq_entry() 3270 static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid) in get_irq_table() 3272 struct irq_remap_table *table; in get_irq_table() 3288 static struct irq_remap_table *__alloc_irq_table(int nid, size_t size) in __alloc_irq_table() 3290 struct irq_remap_table *table; in __alloc_irq_table() 3308 struct irq_remap_table *table) in set_remap_table_entry() 3320 struct irq_remap_table *table = data; in set_remap_table_entry_alias() 3343 static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu, in alloc_irq_table() 3347 struct irq_remap_table *table = NULL; in alloc_irq_table() 3348 struct irq_remap_table *new_table = NULL; in alloc_irq_table() [all …]
|