Searched refs:do_trap (Results 1 – 8 of 8) sorted by relevance
/linux/arch/csky/mm/ |
H A D | fault.c | 94 do_trap(regs, SIGBUS, BUS_ADRERR, addr); in mm_fault_error() 108 do_trap(regs, SIGSEGV, code, addr); in bad_area_nosemaphore() 125 do_trap(regs, SIGSEGV, code, addr); in vmalloc_fault()
|
/linux/arch/riscv/mm/ |
H A D | fault.c | 133 do_trap(regs, SIGBUS, BUS_ADRERR, addr); in mm_fault_error() 136 do_trap(regs, SIGSEGV, SEGV_MAPERR, addr); in mm_fault_error() 152 do_trap(regs, SIGSEGV, code, addr); in bad_area_nosemaphore() 180 return do_trap(regs, SIGSEGV, code, addr); in vmalloc_fault()
|
/linux/arch/x86/kernel/ |
H A D | traps.c | 193 * On nmi (interrupt 2), do_trap should not be called. in do_trap_no_signal() 242 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function 257 NOKPROBE_SYMBOL(do_trap); 267 do_trap(trapnr, signr, str, regs, error_code, sicode, addr); in do_error_trap() 441 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs, in DEFINE_IDTENTRY_ERRORCODE() 630 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY() 879 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, 0, 0, NULL); in do_int3_user() 1554 do_trap(X86_TRAP_IRET, SIGILL, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
|
/linux/arch/csky/include/asm/ |
H A D | bug.h | 23 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr);
|
/linux/arch/csky/kernel/ |
H A D | traps.c | 116 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function 138 do_trap(regs, signo, code, addr); in do_trap_error()
|
/linux/arch/riscv/include/asm/ |
H A D | bug.h | 97 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr);
|
/linux/arch/openrisc/kernel/ |
H A D | traps.c | 44 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address); 213 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
H A D | entry.S | 868 l.jal do_trap
|