Symbol: irq_remap_table
drivers/iommu/amd/amd_iommu_types.h
1050
void *(*get)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
1051
void (*set_allocated)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
1052
bool (*is_allocated)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
1053
void (*clear_allocated)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
603
struct irq_remap_table **irq_lookup_table;
drivers/iommu/amd/debugfs.c
258
static void dump_128_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len)
drivers/iommu/amd/debugfs.c
276
static void dump_32_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len)
drivers/iommu/amd/debugfs.c
294
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3246
struct irq_remap_table *table)
drivers/iommu/amd/iommu.c
3267
static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid)
drivers/iommu/amd/iommu.c
3269
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3285
static struct irq_remap_table *__alloc_irq_table(int nid, size_t size)
drivers/iommu/amd/iommu.c
3287
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3305
struct irq_remap_table *table)
drivers/iommu/amd/iommu.c
3317
struct irq_remap_table *table = data;
drivers/iommu/amd/iommu.c
3340
static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu,
drivers/iommu/amd/iommu.c
3344
struct irq_remap_table *table = NULL;
drivers/iommu/amd/iommu.c
3345
struct irq_remap_table *new_table = NULL;
drivers/iommu/amd/iommu.c
3412
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3458
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3503
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3521
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3623
static void irte_set_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3628
static void irte_ga_set_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3638
static bool irte_is_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3646
static bool irte_ga_is_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3654
static void irte_clear_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3659
static void irte_ga_clear_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3795
struct irq_remap_table *table;