Home
last modified time | relevance | path

Searched refs:do_trap (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/s390/kernel/
Dtraps.c295 static inline void __kprobes do_trap(long pgm_int_code, int signr, char *str, in do_trap() function
358 do_trap(pgm_int_code, signr, str, regs, &info); \
411 do_trap(pgm_int_code, SIGFPE, in do_fp_trap()
477 do_trap(pgm_int_code, signal, in illegal_op()
486 do_trap(pgm_int_code, signal, in illegal_op()
544 do_trap(pgm_int_code, signal, in specification_exception()
632 do_trap(pgm_int_code, signal, "data exception", regs, &info); in data_exception()
649 do_trap(pgm_int_code, SIGILL, "space switch event", regs, &info); in space_switch_exception()
/linux-2.6.39/arch/x86/kernel/
Dtraps.c120 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function
197 do_trap(trapnr, signr, str, regs, error_code, NULL); \
212 do_trap(trapnr, signr, str, regs, error_code, &info); \
235 do_trap(12, SIGBUS, "stack segment", regs, error_code, NULL); in do_stack_segment()
475 do_trap(3, SIGTRAP, "int3", regs, error_code, NULL); in do_int3()
810 do_trap(32, SIGILL, "iret exception", regs, error_code, &info); in do_iret_error()
/linux-2.6.39/arch/m32r/kernel/
Dtraps.c248 static __inline__ void do_trap(int trapnr, int signr, const char * str, in do_trap() function
272 do_trap(trapnr, signr, NULL, regs, error_code, NULL); \
283 do_trap(trapnr, signr, str, regs, error_code, &info); \
/linux-2.6.39/arch/tile/kernel/
Dintvec_32.S317 .ifc \c_routine, do_trap
1925 j do_trap
1940 int_hand INT_ILL, ILL, do_trap, handle_ill
1941 int_hand INT_GPV, GPV, do_trap
1942 int_hand INT_SN_ACCESS, SN_ACCESS, do_trap
1943 int_hand INT_IDN_ACCESS, IDN_ACCESS, do_trap
1944 int_hand INT_UDN_ACCESS, UDN_ACCESS, do_trap
1949 int_hand INT_SWINT_3, SWINT_3, do_trap
1950 int_hand INT_SWINT_2, SWINT_2, do_trap
1952 int_hand INT_SWINT_0, SWINT_0, do_trap
[all …]
Dtraps.c198 void __kprobes do_trap(struct pt_regs *regs, int fault_num, in do_trap() function
/linux-2.6.39/arch/tile/include/asm/
Dtraps.h41 void do_trap(struct pt_regs *, int fault_num, unsigned long reason);