/kernel/linux/linux-5.10/include/linux/ |
H A D | bug.h | 41 enum bug_trap_type report_bug(unsigned long bug_addr, struct pt_regs *regs); 55 static inline enum bug_trap_type report_bug(unsigned long bug_addr, in report_bug() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | traps.c | 109 report_bug(fp->pc, fp); in die()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | traps.c | 163 else if (report_bug(regs->epc, regs) == BUG_TRAP_TYPE_WARN) in do_trap_break()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | traps.c | 105 tt = report_bug(bugaddr, regs); in handle_BUG()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | extable.c | 225 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in early_fixup_exception() 232 * If this was a BUG and report_bug returns or if this in early_fixup_exception()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | traps.c | 105 tt = report_bug(bugaddr, regs); in handle_BUG()
|
/kernel/linux/linux-5.10/lib/ |
H A D | bug.c | 32 that the fault was in kernel mode, and call report_bug() 33 - report_bug() will return whether it was a false alarm, a warning, 144 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
|
/kernel/linux/linux-6.6/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, 213 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | traps.c | 247 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | traps.c | 249 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | extable.c | 346 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in early_fixup_exception() 353 * If this was a BUG and report_bug returns or if this in early_fixup_exception()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | traps.c | 283 else if (report_bug(regs->epc, regs) == BUG_TRAP_TYPE_WARN || in handle_break()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | traps.c | 880 * bug table entry will be rejected by report_bug() and passed in is_valid_bugaddr() 889 switch (report_bug(regs->pc, regs)) { in bug_handler()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | traps.c | 289 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | traps.c | 235 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in handle_bug()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | traps.c | 364 bug_type = report_bug(regs->ARM_pc, regs); in die()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | traps.c | 369 bug_type = report_bug(regs->ARM_pc, regs); in die()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | traps.c | 287 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | traps.c | 601 switch (report_bug(regs->csr_era, regs)) { in bug_handler()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | traps.c | 1014 * bug table entry will be rejected by report_bug() and passed in is_valid_bugaddr() 1024 switch (report_bug(regs->pc, regs)) { in bug_handler()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | traps.c | 569 switch (report_bug(regs->csr_era, regs)) { in bug_handler()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | traps.c | 237 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN || in handle_bug()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | traps.c | 1509 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) { in program_check_exception()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | traps.c | 1514 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) { in do_program_check()
|