irt_entry
static struct irt_entry *irt_cell;
static struct irt_entry *iosapic_alloc_irt(int num_entries)
return kzalloc_objs(struct irt_entry, num_entries);
iosapic_load_irt(unsigned long cell_num, struct irt_entry **irt)
struct irt_entry *table; /* start of interrupt routing tbl */
struct irt_entry *p = table;
(int) sizeof(struct irt_entry));
static struct irt_entry *
struct irt_entry *i = irt_cell;
static struct irt_entry *
struct irt_entry *p = vi->irte;
struct irt_entry *irte = NULL; /* only used if PAT PDC */
struct irt_entry *irte;
struct irt_entry *irte = irt_cell;
struct irt_entry *irt_base; /* intr routing table address */
struct irt_entry *irte; /* IRT entry */