Home
last modified time | relevance | path

Searched refs:irq_remap_table (Results 1 – 2 of 2) 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()