Home
last modified time | relevance | path

Searched refs:set_except_vector (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Dtraps.c1900 void __init *set_except_vector(int n, void *addr) in set_except_vector() function
2320 set_except_vector(i, handle_reserved); in trap_init()
2333 set_except_vector(EXCCODE_WATCH, handle_watch); in trap_init()
2360 set_except_vector(EXCCODE_INT, using_rollback_handler() ? in trap_init()
2362 set_except_vector(EXCCODE_MOD, handle_tlbm); in trap_init()
2363 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
2364 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
2366 set_except_vector(EXCCODE_ADEL, handle_adel); in trap_init()
2367 set_except_vector(EXCCODE_ADES, handle_ades); in trap_init()
2369 set_except_vector(EXCCODE_IBE, handle_ibe); in trap_init()
[all …]
Dcpu-bugs64.c193 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-v4.19/arch/xtensa/include/uapi/asm/
Dsetup.h17 extern void set_except_vector(int n, void *addr);
/Linux-v4.19/arch/mips/include/asm/
Dsetup.h25 extern void *set_except_vector(int n, void *addr);