Searched refs:bug_entry (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/lib/ |
D | bug.c | 51 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() 102 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize() 123 static inline struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug() 129 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line() 145 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug() 147 struct bug_entry *bug; in find_bug() 158 struct bug_entry *bug; in report_bug() [all …]
|
/linux-6.1.9/include/linux/ |
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()
|
D | module.h | 437 struct bug_entry *bug_table;
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | bug.h | 37 "i" (0), "i" (sizeof(struct bug_entry)) ); \ 61 "i" (sizeof(struct bug_entry)) ); \ 74 "i" (sizeof(struct bug_entry)) ); \
|
/linux-6.1.9/arch/sh/include/asm/ |
D | bug.h | 51 "i" (sizeof(struct bug_entry))); \ 65 "i" (sizeof(struct bug_entry))); \ 90 "i" (sizeof(struct bug_entry))); \
|
/linux-6.1.9/arch/s390/include/asm/ |
D | bug.h | 25 "i" (sizeof(struct bug_entry))); \ 39 "i" (sizeof(struct bug_entry))); \
|
/linux-6.1.9/arch/x86/include/asm/ |
D | bug.h | 39 "i" (sizeof(struct bug_entry))); \ 54 "i" (sizeof(struct bug_entry))); \
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | bug.h | 73 "i" (sizeof(struct bug_entry)), \ 83 "i" (sizeof(struct bug_entry)), \
|
D | module.h | 49 struct bug_entry *bug_table;
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | bug.h | 66 "i" (sizeof(struct bug_entry))); \
|
/linux-6.1.9/include/asm-generic/ |
D | bug.h | 33 struct bug_entry { struct
|
/linux-6.1.9/arch/sh/kernel/ |
D | traps.c | 92 const struct bug_entry *bug; in handle_BUG()
|
/linux-6.1.9/arch/arm64/kvm/ |
D | handle_exit.c | 347 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | asm-offsets.c | 352 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | xmon.c | 1823 const struct bug_entry *bug; in print_bug_trap()
|