Searched refs:report_bug (Results 1 – 12 of 12) sorted by relevance
/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
|
/linux/arch/sh/kernel/ |
H A D | traps.c | 107 tt = report_bug(bugaddr, regs); in handle_BUG()
|
/linux/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, 209 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() function
|
/linux/arch/s390/kernel/ |
H A D | early.c | 165 if (report_bug(ip, regs) == BUG_TRAP_TYPE_WARN) in __do_early_pgm_check()
|
/linux/arch/x86/mm/ |
H A D | extable.c | 414 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in early_fixup_exception() 421 * If this was a BUG and report_bug returns or if this in early_fixup_exception()
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | vkms-none-skips.txt | 284 # ? report_bug+0x164/0x190 390 # ? report_bug+0x164/0x190 496 # ? report_bug+0x164/0x190 602 # ? report_bug+0x164/0x190 708 # ? report_bug+0x164/0x190
|
/linux/arch/parisc/kernel/ |
H A D | traps.c | 289 tt = report_bug(regs->iaoq[0] & ~3, regs); in handle_break()
|
/linux/arch/arm/kernel/ |
H A D | traps.c | 363 bug_type = report_bug(regs->ARM_pc, regs); in die()
|
/linux/arch/arm64/kernel/ |
H A D | traps.c | 990 * bug table entry will be rejected by report_bug() and passed in is_valid_bugaddr() 1000 switch (report_bug(regs->pc, regs)) { in bug_brk_handler()
|
/linux/arch/x86/kernel/ |
H A D | traps.c | 338 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in handle_bug()
|
/linux/arch/loongarch/kernel/ |
H A D | traps.c | 607 switch (report_bug(regs->csr_era, regs)) { in bug_handler()
|
/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1513 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) { in do_program_check()
|