Home
last modified time | relevance | path

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

/linux/lib/
A Dbug.c52 extern struct bug_entry __start___bug_table[], __stop___bug_table[];
54 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr()
67 static struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
70 struct bug_entry *bug = NULL; in module_find_bug()
103 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize()
130 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line()
146 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()
148 struct bug_entry *bug; in find_bug()
159 struct bug_entry *bug; in report_bug()
213 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table()
[all …]
/linux/include/linux/
A Dbug.h34 static inline int is_warning_bug(const struct bug_entry *bug) in is_warning_bug()
39 void bug_get_file_line(struct bug_entry *bug, const char **file,
42 struct bug_entry *find_bug(unsigned long bugaddr);
64 struct bug_entry;
65 static inline void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line()
A Dmodule.h434 struct bug_entry *bug_table;
/linux/arch/parisc/include/asm/
A Dbug.h37 "i" (0), "i" (sizeof(struct bug_entry)) ); \
61 "i" (sizeof(struct bug_entry)) ); \
74 "i" (sizeof(struct bug_entry)) ); \
/linux/arch/sh/include/asm/
A Dbug.h51 "i" (sizeof(struct bug_entry))); \
65 "i" (sizeof(struct bug_entry))); \
90 "i" (sizeof(struct bug_entry))); \
/linux/arch/s390/include/asm/
A Dbug.h24 "i" (sizeof(struct bug_entry))); \
38 "i" (sizeof(struct bug_entry))); \
/linux/arch/x86/include/asm/
A Dbug.h37 "i" (sizeof(struct bug_entry))); \
51 "i" (sizeof(struct bug_entry))); \
/linux/arch/powerpc/include/asm/
A Dbug.h64 "i" (sizeof(struct bug_entry)), \
74 "i" (sizeof(struct bug_entry)), \
A Dmodule.h51 struct bug_entry *bug_table;
/linux/arch/riscv/include/asm/
A Dbug.h66 "i" (sizeof(struct bug_entry))); \
/linux/include/asm-generic/
A Dbug.h27 struct bug_entry { struct
/linux/arch/sh/kernel/
A Dtraps.c92 const struct bug_entry *bug; in handle_BUG()
/linux/arch/arm64/kvm/
A Dhandle_exit.c305 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler()
/linux/arch/powerpc/kernel/
A Dasm-offsets.c349 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
/linux/arch/powerpc/xmon/
A Dxmon.c1825 const struct bug_entry *bug; in print_bug_trap()

Completed in 28 milliseconds