Lines Matching defs:bug
24 #include <linux/bug.h>1820 const struct bug_entry *bug;1828 bug = find_bug(regs->nip);1829 if (bug == NULL)1831 if (is_warning_bug(bug))1836 (char *)bug + bug->file_disp, bug->line);1838 printf("kernel BUG at %px!\n", (void *)bug + bug->bug_addr_disp);