Searched refs:report_bug (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/linux/ |
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
|
/linux-6.1.9/arch/sh/kernel/ |
D | traps.c | 105 tt = report_bug(bugaddr, regs); in handle_BUG()
|
/linux-6.1.9/lib/ |
D | bug.c | 156 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
|
/linux-6.1.9/arch/riscv/kernel/ |
D | traps.c | 187 else if (report_bug(regs->epc, regs) == BUG_TRAP_TYPE_WARN) in do_trap_break()
|
/linux-6.1.9/arch/x86/mm/ |
D | extable.c | 318 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in early_fixup_exception()
|
/linux-6.1.9/arch/s390/kernel/ |
D | traps.c | 249 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | traps.c | 283 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
|
/linux-6.1.9/arch/loongarch/kernel/ |
D | traps.c | 390 switch (report_bug(regs->csr_era, regs)) { in bug_handler()
|
/linux-6.1.9/arch/arm/kernel/ |
D | traps.c | 366 bug_type = report_bug(regs->ARM_pc, regs); in die()
|
/linux-6.1.9/arch/x86/kernel/ |
D | traps.c | 324 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN || in handle_bug()
|
/linux-6.1.9/arch/arm64/kernel/ |
D | traps.c | 982 switch (report_bug(regs->pc, regs)) { in bug_handler()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | traps.c | 1510 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) { in do_program_check()
|