Home
last modified time | relevance | path

Searched refs:exception_table (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dexception.h9 extern void *exception_table[];
/linux/arch/nios2/kernel/
H A Dentry.S70 exception_table: label
153 movia r9, exception_table
/linux/arch/loongarch/kernel/
H A Dtraps.c56 void *exception_table[EXCCODE_INT_START] = { variable
80 EXPORT_SYMBOL_GPL(exception_table);
1186 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in trap_init()
H A Dunwind_orc.c375 func = (unsigned long)exception_table[type]; in bt_address()