Searched refs:report_bug (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/ |
D | bug.h | 98 enum bug_trap_type report_bug(unsigned long bug_addr, struct pt_regs *regs); 105 static inline enum bug_trap_type report_bug(unsigned long bug_addr, in report_bug() function
|
/linux-4.1.27/lib/ |
D | bug.c | 138 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps.c | 99 tt = report_bug(bugaddr, regs); in handle_BUG()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | traps.c | 197 type = report_bug(regs->pc, regs); in do_illegal_opcode()
|
/linux-4.1.27/arch/x86/kernel/ |
D | dumpstack.c | 312 report_bug(regs->ip, regs); in die()
|
/linux-4.1.27/arch/s390/kernel/ |
D | traps.c | 78 btt = report_bug(regs->psw.addr & PSW_ADDR_INSN, regs); in do_report_trap()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | traps.c | 194 switch (report_bug(fp->pc, fp)) { in trap_c()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | traps.c | 177 if (report_bug(regs->pc, regs) == BUG_TRAP_TYPE_WARN) in die_if_no_fixup()
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 326 bug_type = report_bug(regs->ARM_pc, regs); in die()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | traps.c | 317 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | traps.c | 1160 report_bug(regs->nip, regs) == BUG_TRAP_TYPE_WARN) { in program_check_exception() 1179 report_bug(regs->nip, regs) == BUG_TRAP_TYPE_WARN) { in program_check_exception()
|