Searched refs:report_bug (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/lib/ |
H A D | bug.c | 31 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 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, report_bug() function
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | traps.c | 99 tt = report_bug(bugaddr, regs); handle_BUG()
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | traps.c | 197 type = report_bug(regs->pc, regs); do_illegal_opcode()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | dumpstack.c | 312 report_bug(regs->ip, regs); die()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | traps.c | 78 btt = report_bug(regs->psw.addr & PSW_ADDR_INSN, regs); do_report_trap()
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | traps.c | 177 if (report_bug(regs->pc, regs) == BUG_TRAP_TYPE_WARN) die_if_no_fixup()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | traps.c | 194 switch (report_bug(fp->pc, fp)) { trap_c()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | traps.c | 317 tt = report_bug(regs->iaoq[0] & ~3, regs); handle_break()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | traps.c | 326 bug_type = report_bug(regs->ARM_pc, regs); die()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | traps.c | 1160 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 238 milliseconds