Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/amd/
Damd_iommu_types.h455 struct irq_remap_table { struct
604 struct irq_remap_table **irq_lookup_table;
1014 void *(*get)(struct irq_remap_table *, int);
1015 void (*set_allocated)(struct irq_remap_table *, int);
1016 bool (*is_allocated)(struct irq_remap_table *, int);
1017 void (*clear_allocated)(struct irq_remap_table *, int);
Diommu.c2795 struct irq_remap_table *table) in set_dte_irq_entry()
2810 static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid) in get_irq_table()
2812 struct irq_remap_table *table; in get_irq_table()
2828 static struct irq_remap_table *__alloc_irq_table(void) in __alloc_irq_table()
2830 struct irq_remap_table *table; in __alloc_irq_table()
2853 struct irq_remap_table *table) in set_remap_table_entry()
2865 struct irq_remap_table *table = data; in set_remap_table_entry_alias()
2880 static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu, in alloc_irq_table()
2883 struct irq_remap_table *table = NULL; in alloc_irq_table()
2884 struct irq_remap_table *new_table = NULL; in alloc_irq_table()
[all …]