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

/linux-master/drivers/iommu/amd/
H A Damd_iommu_types.h482 struct irq_remap_table { struct
639 struct irq_remap_table **irq_lookup_table;
1070 void *(*get)(struct irq_remap_table *, int);
1071 void (*set_allocated)(struct irq_remap_table *, int);
1072 bool (*is_allocated)(struct irq_remap_table *, int);
1073 void (*clear_allocated)(struct irq_remap_table *, int);
H A Diommu.c2927 struct irq_remap_table *table)
2942 static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid)
2944 struct irq_remap_table *table;
2960 static struct irq_remap_table *__alloc_irq_table(void)
2962 struct irq_remap_table *table;
2985 struct irq_remap_table *table)
2997 struct irq_remap_table *table = data;
3012 static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu,
3015 struct irq_remap_table *table = NULL;
3016 struct irq_remap_table *new_tabl
[all...]

Completed in 233 milliseconds