Home
last modified time | relevance | path

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

/linux-2.6.39/arch/score/kernel/
Dtraps.c299 void *set_except_vector(int n, void *addr) in set_except_vector() function
324 set_except_vector(i, handle_reserved); in trap_init()
326 set_except_vector(1, handle_nmi); in trap_init()
327 set_except_vector(2, handle_adelinsn); in trap_init()
328 set_except_vector(3, handle_tlb_refill); in trap_init()
329 set_except_vector(4, handle_tlb_invaild); in trap_init()
330 set_except_vector(5, handle_ibe); in trap_init()
331 set_except_vector(6, handle_pel); in trap_init()
332 set_except_vector(7, handle_sys); in trap_init()
333 set_except_vector(8, handle_ccu); in trap_init()
[all …]
/linux-2.6.39/arch/mips/kernel/
Dtraps.c1349 void __init *set_except_vector(int n, void *addr) in set_except_vector() function
1690 set_except_vector(i, handle_reserved); in trap_init()
1703 set_except_vector(23, handle_watch); in trap_init()
1730 set_except_vector(0, rollback ? rollback_handle_int : handle_int); in trap_init()
1731 set_except_vector(1, handle_tlbm); in trap_init()
1732 set_except_vector(2, handle_tlbl); in trap_init()
1733 set_except_vector(3, handle_tlbs); in trap_init()
1735 set_except_vector(4, handle_adel); in trap_init()
1736 set_except_vector(5, handle_ades); in trap_init()
1738 set_except_vector(6, handle_ibe); in trap_init()
[all …]
Dcpu-bugs64.c188 handler = set_except_vector(12, handle_daddi_ov); in check_daddi()
212 set_except_vector(12, handler); in check_daddi()
223 handler = set_except_vector(12, handle_daddi_ov); in check_daddi()
230 set_except_vector(12, handler); in check_daddi()
/linux-2.6.39/arch/xtensa/include/asm/
Dsystem.h161 extern void set_except_vector(int n, void *addr);
/linux-2.6.39/arch/mips/include/asm/
Dsystem.h223 extern void *set_except_vector(int n, void *addr);