Searched defs:bugaddr (Results 1 – 2 of 2) sorted by relevance
67 static struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()120 static inline struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()165 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()200 static enum bug_trap_type __report_bug(struct bug_entry *bug, unsigned long bugaddr, struct pt_regs… in __report_bug()275 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug()
95 unsigned long bugaddr = regs->pc; in handle_BUG() local