Symbol: irq_remap_table
drivers/iommu/amd/amd_iommu_types.h
1058
void *(*get)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
1059
void (*set_allocated)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
1060
bool (*is_allocated)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
1061
void (*clear_allocated)(struct irq_remap_table *, int);
drivers/iommu/amd/amd_iommu_types.h
607
struct irq_remap_table **irq_lookup_table;
drivers/iommu/amd/debugfs.c
259
static void dump_128_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len)
drivers/iommu/amd/debugfs.c
277
static void dump_32_irte(struct seq_file *m, struct irq_remap_table *table, u16 int_tab_len)
drivers/iommu/amd/debugfs.c
295
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3221
struct irq_remap_table *table)
drivers/iommu/amd/iommu.c
3242
static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid)
drivers/iommu/amd/iommu.c
3244
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3260
static struct irq_remap_table *__alloc_irq_table(int nid, size_t size)
drivers/iommu/amd/iommu.c
3262
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3280
struct irq_remap_table *table)
drivers/iommu/amd/iommu.c
3292
struct irq_remap_table *table = data;
drivers/iommu/amd/iommu.c
3315
static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu,
drivers/iommu/amd/iommu.c
3319
struct irq_remap_table *table = NULL;
drivers/iommu/amd/iommu.c
3320
struct irq_remap_table *new_table = NULL;
drivers/iommu/amd/iommu.c
3387
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3433
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3478
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3496
struct irq_remap_table *table;
drivers/iommu/amd/iommu.c
3598
static void irte_set_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3603
static void irte_ga_set_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3613
static bool irte_is_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3621
static bool irte_ga_is_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3629
static void irte_clear_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3634
static void irte_ga_clear_allocated(struct irq_remap_table *table, int index)
drivers/iommu/amd/iommu.c
3770
struct irq_remap_table *table;