Searched refs:ivector_table (Results 1 – 2 of 2) sorted by relevance
51 struct ino_bucket *ivector_table; variable560 bucket = &ivector_table[ino]; in build_irq()598 bucket = &ivector_table[sysino]; in sun4v_build_common()1016 ivector_table = alloc_bootmem(size); in init_IRQ()1017 if (!ivector_table) { in init_IRQ()1021 __flush_dcache_range((unsigned long) ivector_table, in init_IRQ()1022 ((unsigned long) ivector_table) + size); in init_IRQ()1024 ivector_table_pa = __pa(ivector_table); in init_IRQ()
222 extern struct ino_bucket *ivector_table;