irq_remap_table  3681 drivers/iommu/amd_iommu.c static void set_dte_irq_entry(u16 devid, struct irq_remap_table *table)
irq_remap_table  3695 drivers/iommu/amd_iommu.c static struct irq_remap_table *get_irq_table(u16 devid)
irq_remap_table  3697 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table;
irq_remap_table  3710 drivers/iommu/amd_iommu.c static struct irq_remap_table *__alloc_irq_table(void)
irq_remap_table  3712 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table;
irq_remap_table  3735 drivers/iommu/amd_iommu.c 				  struct irq_remap_table *table)
irq_remap_table  3745 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table = data;
irq_remap_table  3755 drivers/iommu/amd_iommu.c static struct irq_remap_table *alloc_irq_table(u16 devid, struct pci_dev *pdev)
irq_remap_table  3757 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table = NULL;
irq_remap_table  3758 drivers/iommu/amd_iommu.c 	struct irq_remap_table *new_table = NULL;
irq_remap_table  3826 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table;
irq_remap_table  3876 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table;
irq_remap_table  3910 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table;
irq_remap_table  3934 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table;
irq_remap_table  4042 drivers/iommu/amd_iommu.c static void irte_set_allocated(struct irq_remap_table *table, int index)
irq_remap_table  4047 drivers/iommu/amd_iommu.c static void irte_ga_set_allocated(struct irq_remap_table *table, int index)
irq_remap_table  4057 drivers/iommu/amd_iommu.c static bool irte_is_allocated(struct irq_remap_table *table, int index)
irq_remap_table  4065 drivers/iommu/amd_iommu.c static bool irte_ga_is_allocated(struct irq_remap_table *table, int index)
irq_remap_table  4073 drivers/iommu/amd_iommu.c static void irte_clear_allocated(struct irq_remap_table *table, int index)
irq_remap_table  4078 drivers/iommu/amd_iommu.c static void irte_ga_clear_allocated(struct irq_remap_table *table, int index)
irq_remap_table  4264 drivers/iommu/amd_iommu.c 		struct irq_remap_table *table;
irq_remap_table  4593 drivers/iommu/amd_iommu.c 	struct irq_remap_table *table;
irq_remap_table   213 drivers/iommu/amd_iommu_init.c struct irq_remap_table **irq_lookup_table;
irq_remap_table   418 drivers/iommu/amd_iommu_types.h extern struct irq_remap_table **irq_lookup_table;
irq_remap_table   894 drivers/iommu/amd_iommu_types.h 	void *(*get)(struct irq_remap_table *, int);
irq_remap_table   895 drivers/iommu/amd_iommu_types.h 	void (*set_allocated)(struct irq_remap_table *, int);
irq_remap_table   896 drivers/iommu/amd_iommu_types.h 	bool (*is_allocated)(struct irq_remap_table *, int);
irq_remap_table   897 drivers/iommu/amd_iommu_types.h 	void (*clear_allocated)(struct irq_remap_table *, int);