Searched refs:bug_addr (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/lib/
H A Dbug.c9 the containing struct bug_entry for bug_addr and file.
51 static inline unsigned long bug_addr(const struct bug_entry *bug) bug_addr() function
54 return bug->bug_addr; bug_addr()
75 if (bugaddr == bug_addr(bug)) module_find_bug()
132 if (bugaddr == bug_addr(bug)) find_bug()
/linux-4.1.27/include/linux/
H A Dbug.h98 enum bug_trap_type report_bug(unsigned long bug_addr, struct pt_regs *regs);
105 static inline enum bug_trap_type report_bug(unsigned long bug_addr, report_bug() argument
/linux-4.1.27/include/asm-generic/
H A Dbug.h20 unsigned long bug_addr; member in struct:bug_entry
/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c1469 printf("kernel BUG at %p!\n", (void *)bug->bug_addr); print_bug_trap()

Completed in 135 milliseconds