Searched refs:report_bug (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/lib/
H A Dbug.c31 that the fault was in kernel mode, and call report_bug()
32 - report_bug() will return whether it was a false alarm, a warning,
138 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) report_bug() function
/linux-4.1.27/include/linux/
H A Dbug.h98 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, report_bug() function
/linux-4.1.27/arch/sh/kernel/
H A Dtraps.c99 tt = report_bug(bugaddr, regs); handle_BUG()
/linux-4.1.27/arch/avr32/kernel/
H A Dtraps.c197 type = report_bug(regs->pc, regs); do_illegal_opcode()
/linux-4.1.27/arch/x86/kernel/
H A Ddumpstack.c312 report_bug(regs->ip, regs); die()
/linux-4.1.27/arch/s390/kernel/
H A Dtraps.c78 btt = report_bug(regs->psw.addr & PSW_ADDR_INSN, regs); do_report_trap()
/linux-4.1.27/arch/mn10300/kernel/
H A Dtraps.c177 if (report_bug(regs->pc, regs) == BUG_TRAP_TYPE_WARN) die_if_no_fixup()
/linux-4.1.27/arch/blackfin/kernel/
H A Dtraps.c194 switch (report_bug(fp->pc, fp)) { trap_c()
/linux-4.1.27/arch/parisc/kernel/
H A Dtraps.c317 tt = report_bug(regs->iaoq[0] & ~3, regs); handle_break()
/linux-4.1.27/arch/arm/kernel/
H A Dtraps.c326 bug_type = report_bug(regs->ARM_pc, regs); die()
/linux-4.1.27/arch/powerpc/kernel/
H A Dtraps.c1160 report_bug(regs->nip, regs) == BUG_TRAP_TYPE_WARN) { program_check_exception()
1179 report_bug(regs->nip, regs) == BUG_TRAP_TYPE_WARN) { program_check_exception()

Completed in 355 milliseconds