Searched refs:set_except_vector (Results 1 – 3 of 3) sorted by relevance
/arch/mips/kernel/ |
D | r4k-bugs64.c | 191 handler = set_except_vector(EXCCODE_OV, handle_daddi_ov); in check_daddi() 215 set_except_vector(EXCCODE_OV, handler); in check_daddi() 226 handler = set_except_vector(EXCCODE_OV, handle_daddi_ov); in check_daddi() 233 set_except_vector(EXCCODE_OV, handler); in check_daddi()
|
D | traps.c | 2007 void __init *set_except_vector(int n, void *addr) in set_except_vector() function 2412 set_except_vector(i, handle_reserved); in trap_init() 2425 set_except_vector(EXCCODE_WATCH, handle_watch); in trap_init() 2452 set_except_vector(EXCCODE_INT, using_rollback_handler() ? in trap_init() 2454 set_except_vector(EXCCODE_MOD, handle_tlbm); in trap_init() 2455 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init() 2456 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init() 2458 set_except_vector(EXCCODE_ADEL, handle_adel); in trap_init() 2459 set_except_vector(EXCCODE_ADES, handle_ades); in trap_init() 2461 set_except_vector(EXCCODE_IBE, handle_ibe); in trap_init() [all …]
|
/arch/mips/include/asm/ |
D | setup.h | 25 extern void *set_except_vector(int n, void *addr);
|