Searched defs:bug (Results 1 - 6 of 6) sorted by relevance

/arch/sh/include/asm/
H A Dtraps.h14 BUILD_TRAP_HANDLER(bug); variable
/arch/sh/kernel/
H A Dtraps.c1 #include <linux/bug.h>
86 const struct bug_entry *bug; local
93 bug = find_bug(bugaddr);
96 if (bug->flags & BUGFLAG_UNWINDER)
144 BUILD_TRAP_HANDLER(bug)
151 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff,
/arch/mips/kernel/
H A Dcpu-bugs64.c123 int bug, fix, i; local
125 printk("Checking for the multiply/shift bug... ");
145 bug = 0;
148 bug = 1;
150 if (bug == 0) {
190 printk("Checking for the daddi bug... ");
253 printk("Checking for the daddiu bug... ");
/arch/xtensa/mm/
H A Dtlb.c262 int bug = 0; local
267 bug |= check_tlb_entry(w, e, true);
270 bug |= check_tlb_entry(w, e, false);
271 if (bug & TLB_INSANE)
273 if (bug & TLB_SUSPICIOUS)
/arch/mn10300/kernel/
H A Dgdb-stub.c130 #include <linux/bug.h>
1232 const struct bug_entry *bug; local
1234 bug = find_bug(regs->pc);
1235 if (bug)
1244 regs->pc, bug->file, bug->line);
/arch/powerpc/xmon/
H A Dxmon.c26 #include <linux/bug.h>
1413 const struct bug_entry *bug; local
1421 bug = find_bug(regs->nip);
1422 if (bug == NULL)
1424 if (is_warning_bug(bug))
1429 bug->file, bug->line);
1431 printf("kernel BUG at %p!\n", (void *)bug->bug_addr);

Completed in 249 milliseconds