Home
last modified time | relevance | path

Searched refs:bug_entry (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/lib/
Dbug.c51 extern struct bug_entry __start___bug_table[], __stop___bug_table[];
53 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr()
66 static struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
69 struct bug_entry *bug = NULL; in module_find_bug()
104 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize()
126 static inline struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
132 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()
134 struct bug_entry *bug; in find_bug()
145 struct bug_entry *bug; in report_bug()
202 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dbug.h71 "i" (0), "i" (sizeof(struct bug_entry))); \
84 "i" (sizeof(struct bug_entry)), \
95 "i" (sizeof(struct bug_entry))); \
109 "i" (sizeof(struct bug_entry)), \
Dmodule.h72 struct bug_entry *bug_table;
/Linux-v4.19/arch/parisc/include/asm/
Dbug.h37 "i" (0), "i" (sizeof(struct bug_entry)) ); \
61 "i" (sizeof(struct bug_entry)) ); \
74 "i" (sizeof(struct bug_entry)) ); \
/Linux-v4.19/arch/sh/include/asm/
Dbug.h51 "i" (sizeof(struct bug_entry))); \
65 "i" (sizeof(struct bug_entry))); \
90 "i" (sizeof(struct bug_entry))); \
/Linux-v4.19/arch/s390/include/asm/
Dbug.h25 "i" (sizeof(struct bug_entry))); \
40 "i" (sizeof(struct bug_entry))); \
/Linux-v4.19/arch/x86/include/asm/
Dbug.h45 "i" (sizeof(struct bug_entry))); \
59 "i" (sizeof(struct bug_entry))); \
/Linux-v4.19/include/linux/
Dbug.h34 static inline int is_warning_bug(const struct bug_entry *bug) in is_warning_bug()
39 struct bug_entry *find_bug(unsigned long bugaddr);
Dmodule.h407 struct bug_entry *bug_table;
/Linux-v4.19/arch/riscv/include/asm/
Dbug.h59 "i" (sizeof(struct bug_entry))); \
/Linux-v4.19/arch/sh/kernel/
Dtraps.c92 const struct bug_entry *bug; in handle_BUG()
/Linux-v4.19/include/asm-generic/
Dbug.h23 struct bug_entry { struct
/Linux-v4.19/arch/powerpc/kernel/
Dasm-offsets.c415 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c1596 const struct bug_entry *bug; in print_bug_trap()