Searched refs:set_except_vector (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | traps.c | 2019 void __init *set_except_vector(int n, void *addr) in set_except_vector() function 2424 set_except_vector(i, handle_reserved); in trap_init() 2437 set_except_vector(EXCCODE_WATCH, handle_watch); in trap_init() 2464 set_except_vector(EXCCODE_INT, using_rollback_handler() ? in trap_init() 2466 set_except_vector(EXCCODE_MOD, handle_tlbm); in trap_init() 2467 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init() 2468 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init() 2470 set_except_vector(EXCCODE_ADEL, handle_adel); in trap_init() 2471 set_except_vector(EXCCODE_ADES, handle_ades); in trap_init() 2473 set_except_vector(EXCCODE_IBE, handle_ibe); in trap_init() [all …]
|
H 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()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | setup.h | 25 extern void *set_except_vector(int n, void *addr);
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | system.h | 254 extern void *set_except_vector(int n, void *addr);
|