Searched refs:report_bug (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | bug.h | 44 enum bug_trap_type report_bug(unsigned long bug_addr, struct pt_regs *regs); 58 static inline enum bug_trap_type report_bug(unsigned long bug_addr, in report_bug() function
|
/openbmc/linux/arch/sh/kernel/ |
H A D | traps.c | 105 tt = report_bug(bugaddr, regs); in handle_BUG()
|
/openbmc/linux/lib/ |
H A D | bug.c | 213 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
|
/openbmc/linux/arch/x86/mm/ |
H A D | extable.c | 346 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in early_fixup_exception()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | traps.c | 249 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | traps.c | 283 else if (report_bug(regs->epc, regs) == BUG_TRAP_TYPE_WARN || in handle_break()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | traps.c | 287 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | traps.c | 369 bug_type = report_bug(regs->ARM_pc, regs); in die()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | traps.c | 283 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN || in handle_bug()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | traps.c | 574 switch (report_bug(regs->csr_era, regs)) { in bug_handler()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | traps.c | 1024 switch (report_bug(regs->pc, regs)) { in bug_handler()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1514 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) { in do_program_check()
|