Lines Matching refs:irt_entry
219 static struct irt_entry *irt_cell;
222 static struct irt_entry *iosapic_alloc_irt(int num_entries) in iosapic_alloc_irt()
224 return kcalloc(num_entries, sizeof(struct irt_entry), GFP_KERNEL); in iosapic_alloc_irt()
255 iosapic_load_irt(unsigned long cell_num, struct irt_entry **irt) in iosapic_load_irt()
258 struct irt_entry *table; /* start of interrupt routing tbl */ in iosapic_load_irt()
326 struct irt_entry *p = table; in iosapic_load_irt()
333 (int) sizeof(struct irt_entry)); in iosapic_load_irt()
380 static struct irt_entry *
383 struct irt_entry *i = irt_cell; in irt_find_irqline()
450 static struct irt_entry *
554 struct irt_entry *p = vi->irte; in iosapic_set_irt_data()
700 struct irt_entry *irte = NULL; /* only used if PAT PDC */ in iosapic_fixup_irq()
797 struct irt_entry *irte; in iosapic_serial_irq()
896 struct irt_entry *irte = irt_cell; in iosapic_register()