Searched refs:report_bug (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/linux/ |
D | bug.h | 41 enum bug_trap_type report_bug(unsigned long bug_addr, struct pt_regs *regs); 50 static inline enum bug_trap_type report_bug(unsigned long bug_addr, in report_bug() function
|
/Linux-v4.19/arch/h8300/kernel/ |
D | traps.c | 108 report_bug(fp->pc, fp); in die()
|
/Linux-v4.19/arch/sh/kernel/ |
D | traps.c | 105 tt = report_bug(bugaddr, regs); in handle_BUG()
|
/Linux-v4.19/arch/riscv/kernel/ |
D | traps.c | 127 type = report_bug(regs->sepc, regs); in do_trap_break()
|
/Linux-v4.19/lib/ |
D | bug.c | 143 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
|
/Linux-v4.19/arch/s390/kernel/ |
D | traps.c | 58 btt = report_bug(regs->psw.addr, regs); in do_report_trap()
|
/Linux-v4.19/arch/x86/kernel/ |
D | traps.c | 178 switch (report_bug(regs->ip, regs)) { in fixup_bug()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | traps.c | 286 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | traps.c | 764 switch (report_bug(regs->pc, regs)) { in bug_handler()
|
/Linux-v4.19/arch/arm/kernel/ |
D | traps.c | 357 bug_type = report_bug(regs->ARM_pc, regs); in die()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | traps.c | 1407 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) { in program_check_exception()
|