Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtraps.c86 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/
Dtraps.c244 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/
Dtraps.c245 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/
Dtraps.c236 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/
Dtraps.h46 void do_trap(struct pt_regs *, int fault_num, unsigned long reason);
/arch/tile/kernel/
Dintvec_64.S509 .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 …]
Dintvec_32.S310 .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 …]
Dtraps.c254 void __kprobes do_trap(struct pt_regs *regs, int fault_num, in do_trap() function
/arch/openrisc/kernel/
Dtraps.c288 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
Dentry.S782 l.jal do_trap