Searched refs:set_except_vector (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/mips/kernel/ |
A D | traps.c | 2418 set_except_vector(i, handle_reserved); in trap_init() 2460 set_except_vector(EXCCODE_MOD, handle_tlbm); in trap_init() 2467 set_except_vector(EXCCODE_IBE, handle_ibe); in trap_init() 2468 set_except_vector(EXCCODE_DBE, handle_dbe); in trap_init() 2470 set_except_vector(EXCCODE_SYS, handle_sys); in trap_init() 2471 set_except_vector(EXCCODE_BP, handle_bp); in trap_init() 2474 set_except_vector(EXCCODE_RI, handle_ri); in trap_init() 2484 set_except_vector(EXCCODE_CPU, handle_cpu); in trap_init() 2485 set_except_vector(EXCCODE_OV, handle_ov); in trap_init() 2486 set_except_vector(EXCCODE_TR, handle_tr); in trap_init() [all …]
|
A D | r4k-bugs64.c | 192 handler = set_except_vector(EXCCODE_OV, handle_daddi_ov); in check_daddi() 216 set_except_vector(EXCCODE_OV, handler); in check_daddi() 227 handler = set_except_vector(EXCCODE_OV, handle_daddi_ov); in check_daddi() 234 set_except_vector(EXCCODE_OV, handler); in check_daddi()
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | setup.h | 25 extern void *set_except_vector(int n, void *addr);
|
Completed in 9 milliseconds