Searched refs:irq_remap_table (Results 1 – 2 of 2) sorted by relevance
433 struct irq_remap_table { struct612 struct irq_remap_table **irq_lookup_table;1063 void *(*get)(struct irq_remap_table *, int);1064 void (*set_allocated)(struct irq_remap_table *, int);1065 bool (*is_allocated)(struct irq_remap_table *, int);1066 void (*clear_allocated)(struct irq_remap_table *, int);
3245 struct irq_remap_table *table) in set_dte_irq_entry()3266 static struct irq_remap_table *get_irq_table(struct amd_iommu *iommu, u16 devid) in get_irq_table()3268 struct irq_remap_table *table; in get_irq_table()3284 static struct irq_remap_table *__alloc_irq_table(int nid, size_t size) in __alloc_irq_table()3286 struct irq_remap_table *table; in __alloc_irq_table()3304 struct irq_remap_table *table) in set_remap_table_entry()3316 struct irq_remap_table *table = data; in set_remap_table_entry_alias()3339 static struct irq_remap_table *alloc_irq_table(struct amd_iommu *iommu, in alloc_irq_table()3343 struct irq_remap_table *table = NULL; in alloc_irq_table()3344 struct irq_remap_table *new_table = NULL; in alloc_irq_table()[all …]