Home
last modified time | relevance | path

Searched refs:report_bug (Results 1 – 6 of 6) sorted by relevance

/linux/arch/sh/kernel/
H A Dtraps.c107 tt = report_bug(bugaddr, regs); in handle_BUG()
/linux/lib/
H A Dbug.c275 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
/linux/arch/riscv/kernel/
H A Dtraps.c300 else if (report_bug(regs->epc, regs) == BUG_TRAP_TYPE_WARN || in handle_break()
/linux/arch/parisc/kernel/
H A Dtraps.c290 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
/linux/arch/loongarch/kernel/
H A Dtraps.c612 switch (report_bug(regs->csr_era, regs)) { in bug_handler()
/linux/arch/x86/kernel/
H A Dtraps.c435 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in handle_bug()