/arch/s390/kernel/ |
D | traps.c | 86 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function 93 NOKPROBE_SYMBOL(do_trap); 124 do_trap(regs, signr, sicode, str); \ 171 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap() 220 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op() 232 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception() 258 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception() 276 do_trap(regs, signal, ILL_ILLOPN, "data exception"); in data_exception() 285 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()
|
/arch/c6x/kernel/ |
D | traps.c | 244 static void do_trap(struct exception_info *except_info, struct pt_regs *regs) in do_trap() function 286 do_trap(&bkpt_exception, regs); in process_iexcept() 292 do_trap(&iexcept_table[iexcept_num], regs); in process_iexcept() 307 do_trap(&eexcept_table[evt], regs); in process_eexcept() 346 do_trap(&iexcept_table[ie_num], regs); in process_exception()
|
/arch/x86/kernel/ |
D | traps.c | 245 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function 278 NOKPROBE_SYMBOL(do_trap); 290 do_trap(trapnr, signr, str, regs, error_code, in do_error_trap() 418 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, info); in do_bounds() 437 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, NULL); in do_bounds() 523 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, error_code, NULL); in do_int3() 787 do_trap(X86_TRAP_IRET, SIGILL, "iret exception", regs, error_code, in do_iret_error()
|
/arch/m32r/kernel/ |
D | traps.c | 236 static __inline__ void do_trap(int trapnr, int signr, const char * str, in do_trap() function 260 do_trap(trapnr, signr, NULL, regs, error_code, NULL); \ 271 do_trap(trapnr, signr, str, regs, error_code, &info); \
|
/arch/tile/include/asm/ |
D | traps.h | 46 void do_trap(struct pt_regs *, int fault_num, unsigned long reason);
|
/arch/tile/kernel/ |
D | intvec_64.S | 509 .ifc \c_routine, do_trap 1516 int_hand INT_MEM_ERROR, MEM_ERROR, do_trap 1529 int_hand INT_ILL, ILL, do_trap 1530 int_hand INT_GPV, GPV, do_trap 1531 int_hand INT_IDN_ACCESS, IDN_ACCESS, do_trap 1532 int_hand INT_UDN_ACCESS, UDN_ACCESS, do_trap 1533 int_hand INT_SWINT_3, SWINT_3, do_trap 1534 int_hand INT_SWINT_2, SWINT_2, do_trap 1536 int_hand INT_SWINT_0, SWINT_0, do_trap 1537 int_hand INT_ILL_TRANS, ILL_TRANS, do_trap [all …]
|
D | intvec_32.S | 310 .ifc \c_routine, do_trap 1845 j do_trap 1861 int_hand INT_ILL, ILL, do_trap, handle_ill 1862 int_hand INT_GPV, GPV, do_trap 1863 int_hand INT_SN_ACCESS, SN_ACCESS, do_trap 1864 int_hand INT_IDN_ACCESS, IDN_ACCESS, do_trap 1865 int_hand INT_UDN_ACCESS, UDN_ACCESS, do_trap 1870 int_hand INT_SWINT_3, SWINT_3, do_trap 1871 int_hand INT_SWINT_2, SWINT_2, do_trap 1873 int_hand INT_SWINT_0, SWINT_0, do_trap [all …]
|
D | traps.c | 254 void __kprobes do_trap(struct pt_regs *regs, int fault_num, in do_trap() function
|
/arch/openrisc/kernel/ |
D | traps.c | 288 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
D | entry.S | 782 l.jal do_trap
|