Home
last modified time | relevance | path

Searched refs:irq_remap_table (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iommu/amd/
H A Damd_iommu_types.h490 struct irq_remap_table { struct
645 struct irq_remap_table **irq_lookup_table;
1091 void *(*get)(struct irq_remap_table *, int);
1092 void (*set_allocated)(struct irq_remap_table *, int);
1093 bool (*is_allocated)(struct irq_remap_table *, int);
1094 void (*clear_allocated)(struct irq_remap_table *, int);
H A Ddebugfs.c259 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 Diommu.c3113 struct irq_remap_table *table) in set_dte_irq_entry()
3134 static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid) in get_irq_table()
3136 struct irq_remap_table *table; in get_irq_table()
3152 static struct irq_remap_table *__alloc_irq_table(int nid, size_t size) in __alloc_irq_table()
3154 struct irq_remap_table *table; in __alloc_irq_table()
3172 struct irq_remap_table *table) in set_remap_table_entry()
3184 struct irq_remap_table *table = data; in set_remap_table_entry_alias()
3207 static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu, in alloc_irq_table()
3211 struct irq_remap_table *table = NULL; in alloc_irq_table()
3212 struct irq_remap_table *new_table = NULL; in alloc_irq_table()
[all …]