Home
last modified time | relevance | path

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

/linux-4.1.27/arch/score/kernel/
Dtraps.c291 void *set_except_vector(int n, void *addr) in set_except_vector() function
316 set_except_vector(i, handle_reserved); in trap_init()
318 set_except_vector(1, handle_nmi); in trap_init()
319 set_except_vector(2, handle_adelinsn); in trap_init()
320 set_except_vector(3, handle_tlb_refill); in trap_init()
321 set_except_vector(4, handle_tlb_invaild); in trap_init()
322 set_except_vector(5, handle_ibe); in trap_init()
323 set_except_vector(6, handle_pel); in trap_init()
324 set_except_vector(7, handle_sys); in trap_init()
325 set_except_vector(8, handle_ccu); in trap_init()
[all …]
/linux-4.1.27/arch/mips/kernel/
Dtraps.c1870 void __init *set_except_vector(int n, void *addr) in set_except_vector() function
2243 set_except_vector(i, handle_reserved); in trap_init()
2256 set_except_vector(23, handle_watch); in trap_init()
2283 set_except_vector(0, using_rollback_handler() ? rollback_handle_int in trap_init()
2285 set_except_vector(1, handle_tlbm); in trap_init()
2286 set_except_vector(2, handle_tlbl); in trap_init()
2287 set_except_vector(3, handle_tlbs); in trap_init()
2289 set_except_vector(4, handle_adel); in trap_init()
2290 set_except_vector(5, handle_ades); in trap_init()
2292 set_except_vector(6, handle_ibe); in trap_init()
[all …]
Dcpu-bugs64.c193 handler = set_except_vector(12, handle_daddi_ov); in check_daddi()
217 set_except_vector(12, handler); in check_daddi()
228 handler = set_except_vector(12, handle_daddi_ov); in check_daddi()
235 set_except_vector(12, handler); in check_daddi()
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dsetup.h16 extern void set_except_vector(int n, void *addr);
/linux-4.1.27/arch/mips/include/asm/
Dsetup.h22 extern void *set_except_vector(int n, void *addr);