Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbug.h44 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.15/arch/sh/kernel/
H A Dtraps.c107 tt = report_bug(bugaddr, regs); in handle_BUG()
/linux-6.15/lib/
H A Dbug.c209 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
/linux-6.15/arch/s390/kernel/
H A Dearly.c161 if (report_bug(ip, regs) == BUG_TRAP_TYPE_WARN) in __do_early_pgm_check()
H A Dtraps.c227 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception()
/linux-6.15/arch/x86/mm/
H A Dextable.c415 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in early_fixup_exception()
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Dvkms-none-skips.txt283 # ? report_bug+0x164/0x190
389 # ? report_bug+0x164/0x190
495 # ? report_bug+0x164/0x190
601 # ? report_bug+0x164/0x190
707 # ? report_bug+0x164/0x190
/linux-6.15/arch/riscv/kernel/
H A Dtraps.c300 else if (report_bug(regs->epc, regs) == BUG_TRAP_TYPE_WARN || in handle_break()
/linux-6.15/arch/parisc/kernel/
H A Dtraps.c289 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
/linux-6.15/arch/arm/kernel/
H A Dtraps.c363 bug_type = report_bug(regs->ARM_pc, regs); in die()
/linux-6.15/arch/arm64/kernel/
H A Dtraps.c1002 switch (report_bug(regs->pc, regs)) { in bug_handler()
/linux-6.15/arch/x86/kernel/
H A Dtraps.c337 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in handle_bug()
/linux-6.15/arch/loongarch/kernel/
H A Dtraps.c606 switch (report_bug(regs->csr_era, regs)) { in bug_handler()
/linux-6.15/arch/powerpc/kernel/
H A Dtraps.c1513 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) { in do_program_check()