Searched refs:set_except_vector (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | traps.c | 2019 void __init *set_except_vector(int n, void *addr) in set_except_vector() function 2427 set_except_vector(i, handle_reserved); in trap_init() 2440 set_except_vector(EXCCODE_WATCH, handle_watch); in trap_init() 2467 set_except_vector(EXCCODE_INT, using_rollback_handler() ? in trap_init() 2469 set_except_vector(EXCCODE_MOD, handle_tlbm); in trap_init() 2470 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init() 2471 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init() 2473 set_except_vector(EXCCODE_ADEL, handle_adel); in trap_init() 2474 set_except_vector(EXCCODE_ADES, handle_ades); in trap_init() 2476 set_except_vector(EXCCODE_IBE, handle_ibe); in trap_init() [all …]
|
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()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | setup.h | 25 extern void *set_except_vector(int n, void *addr);
|