Home
last modified time | relevance | path

Searched refs:report_bug_entry (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dbug.h45 enum bug_trap_type report_bug_entry(struct bug_entry *bug, struct pt_regs *regs);
68 report_bug_entry(struct bug_entry *bug, struct pt_regs *regs) in report_bug_entry() function
/linux/lib/
H A Dbug.c260 enum bug_trap_type report_bug_entry(struct bug_entry *bug, struct pt_regs *regs) in report_bug_entry() function
/linux/arch/s390/kernel/
H A Dtraps.c261 btt = report_bug_entry((struct bug_entry *)regs->gprs[2], regs); in monitor_event_exception()
/linux/arch/x86/kernel/
H A Dtraps.c430 if (report_bug_entry((void *)pt_regs_val(regs, ud_imm), regs) == BUG_TRAP_TYPE_WARN) in handle_bug()