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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dtraps.c296 void *set_except_vector(int n, void *addr) function
321 set_except_vector(i, handle_reserved);
323 set_except_vector(1, handle_nmi);
324 set_except_vector(2, handle_adelinsn);
325 set_except_vector(3, handle_tlb_refill);
326 set_except_vector(4, handle_tlb_invaild);
327 set_except_vector(5, handle_ibe);
328 set_except_vector(6, handle_pel);
329 set_except_vector(7, handle_sys);
330 set_except_vector(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcpu-bugs64.c182 handler = set_except_vector(12, handle_daddi_ov);
206 set_except_vector(12, handler);
217 handler = set_except_vector(12, handle_daddi_ov);
224 set_except_vector(12, handler);
H A Dtraps.c1461 void __init *set_except_vector(int n, void *addr) function
1819 set_except_vector(i, handle_reserved);
1832 set_except_vector(23, handle_watch);
1859 set_except_vector(0, rollback ? rollback_handle_int : handle_int);
1860 set_except_vector(1, handle_tlbm);
1861 set_except_vector(2, handle_tlbl);
1862 set_except_vector(3, handle_tlbs);
1864 set_except_vector(4, handle_adel);
1865 set_except_vector(5, handle_ades);
1867 set_except_vector(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsystem.h227 extern void *set_except_vector(int n, void *addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dsystem.h192 extern void set_except_vector(int n, void *addr);

Completed in 61 milliseconds