Searched refs:set_except_vector (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/mips/kernel/ |
| A D | traps.c | 2388 set_except_vector(i, handle_reserved); in trap_init() 2430 set_except_vector(EXCCODE_MOD, handle_tlbm); in trap_init() 2437 set_except_vector(EXCCODE_IBE, handle_ibe); in trap_init() 2438 set_except_vector(EXCCODE_DBE, handle_dbe); in trap_init() 2440 set_except_vector(EXCCODE_SYS, handle_sys); in trap_init() 2441 set_except_vector(EXCCODE_BP, handle_bp); in trap_init() 2444 set_except_vector(EXCCODE_RI, handle_ri); in trap_init() 2454 set_except_vector(EXCCODE_CPU, handle_cpu); in trap_init() 2455 set_except_vector(EXCCODE_OV, handle_ov); in trap_init() 2456 set_except_vector(EXCCODE_TR, handle_tr); in trap_init() [all …]
|
| A D | r4k-bugs64.c | 193 handler = set_except_vector(EXCCODE_OV, handle_daddi_ov); in check_daddi() 217 set_except_vector(EXCCODE_OV, handler); in check_daddi() 228 handler = set_except_vector(EXCCODE_OV, handle_daddi_ov); in check_daddi() 235 set_except_vector(EXCCODE_OV, handler); in check_daddi()
|
| /linux/arch/mips/include/asm/ |
| A D | setup.h | 26 extern void *set_except_vector(int n, void *addr);
|
Completed in 25 milliseconds