Searched refs:set_except_vector (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/mips/kernel/ | 
| D | traps.c | 1930 void __init *set_except_vector(int n, void *addr)  in set_except_vector()  function2337 		set_except_vector(i, handle_reserved);  in trap_init()
 2350 		set_except_vector(EXCCODE_WATCH, handle_watch);  in trap_init()
 2377 	set_except_vector(EXCCODE_INT, using_rollback_handler() ?  in trap_init()
 2379 	set_except_vector(EXCCODE_MOD, handle_tlbm);  in trap_init()
 2380 	set_except_vector(EXCCODE_TLBL, handle_tlbl);  in trap_init()
 2381 	set_except_vector(EXCCODE_TLBS, handle_tlbs);  in trap_init()
 2383 	set_except_vector(EXCCODE_ADEL, handle_adel);  in trap_init()
 2384 	set_except_vector(EXCCODE_ADES, handle_ades);  in trap_init()
 2386 	set_except_vector(EXCCODE_IBE, handle_ibe);  in trap_init()
 [all …]
 
 | 
| D | cpu-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()
 
 | 
| /Linux-v5.4/arch/xtensa/include/uapi/asm/ | 
| D | setup.h | 17 extern void set_except_vector(int n, void *addr);
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | setup.h | 25 extern void *set_except_vector(int n, void *addr);
 |