Lines Matching refs:irt_entry
234 static struct irt_entry *irt_cell;
237 static struct irt_entry *iosapic_alloc_irt(int num_entries) in iosapic_alloc_irt()
246 a = (unsigned long)kmalloc(sizeof(struct irt_entry) * num_entries + 8, GFP_KERNEL); in iosapic_alloc_irt()
248 return (struct irt_entry *)a; in iosapic_alloc_irt()
279 iosapic_load_irt(unsigned long cell_num, struct irt_entry **irt) in iosapic_load_irt()
282 struct irt_entry *table; /* start of interrupt routing tbl */ in iosapic_load_irt()
350 struct irt_entry *p = table; in iosapic_load_irt()
357 (int) sizeof(struct irt_entry)); in iosapic_load_irt()
404 static struct irt_entry *
407 struct irt_entry *i = irt_cell; in irt_find_irqline()
474 static struct irt_entry *
578 struct irt_entry *p = vi->irte; in iosapic_set_irt_data()
724 struct irt_entry *irte = NULL; /* only used if PAT PDC */ in iosapic_fixup_irq()
839 struct irt_entry *irte = irt_cell; in iosapic_register()