Searched refs:bug_entry (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/lib/ |
H A D | bug.c | 52 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() 225 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table() [all …]
|
/openbmc/linux/include/linux/ |
H A D | bug.h | 34 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()
|
H A D | module.h | 471 struct bug_entry *bug_table;
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | bug.h | 40 "i" (0), "i" (sizeof(struct bug_entry)) ); \ 66 "i" (sizeof(struct bug_entry)) ); \ 80 "i" (sizeof(struct bug_entry)) ); \
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | bug.h | 51 "i" (sizeof(struct bug_entry))); \ 65 "i" (sizeof(struct bug_entry))); \ 90 "i" (sizeof(struct bug_entry))); \
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | bug.h | 25 "i" (sizeof(struct bug_entry))); \ 39 "i" (sizeof(struct bug_entry))); \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | bug.h | 51 "i" (sizeof(struct bug_entry))); \ 66 "i" (sizeof(struct bug_entry))); \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | module.h | 54 struct bug_entry *bug_table;
|
H A D | bug.h | 60 "i" (sizeof(struct bug_entry)), \
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | bug.h | 66 "i" (sizeof(struct bug_entry))); \
|
/openbmc/linux/include/asm-generic/ |
H A D | bug.h | 33 struct bug_entry { struct
|
/openbmc/linux/arch/sh/kernel/ |
H A D | traps.c | 92 const struct bug_entry *bug; in handle_BUG()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | handle_exit.c | 405 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 355 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 1820 const struct bug_entry *bug; in print_bug_trap()
|