Home
last modified time | relevance | path

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

/linux-6.14.4/arch/loongarch/mm/
Dtlb.c271 exception_table[EXCCODE_TLBI] = handle_tlb_load_ptw; in setup_tlb_handler()
272 exception_table[EXCCODE_TLBL] = handle_tlb_load_ptw; in setup_tlb_handler()
273 exception_table[EXCCODE_TLBS] = handle_tlb_store_ptw; in setup_tlb_handler()
274 exception_table[EXCCODE_TLBM] = handle_tlb_modify_ptw; in setup_tlb_handler()
283 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in setup_tlb_handler()
/linux-6.14.4/arch/loongarch/include/asm/
Dexception.h9 extern void *exception_table[];
/linux-6.14.4/arch/nios2/kernel/
Dentry.S70 exception_table: label
153 movia r9, exception_table
/linux-6.14.4/arch/loongarch/kernel/
Dtraps.c56 void *exception_table[EXCCODE_INT_START] = { variable
80 EXPORT_SYMBOL_GPL(exception_table);
1193 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in trap_init()
Dunwind_orc.c375 func = (unsigned long)exception_table[type]; in bt_address()