Searched refs:bug_entry (Results 1 – 16 of 16) sorted by relevance
| /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() 69 struct bug_entry *bug; in module_find_bug() 99 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize() 120 static inline struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug() 126 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line() 142 static const char *bug_get_format(struct bug_entry *bug) in bug_get_format() 165 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug() 167 struct bug_entry *bug; in find_bug() [all …]
|
| /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); 45 enum bug_trap_type report_bug_entry(struct bug_entry *bug, struct pt_regs *regs); 65 struct bug_entry; 68 report_bug_entry(struct bug_entry *bug, struct pt_regs *regs) in report_bug_entry() 73 static inline void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line()
|
| H A D | module.h | 466 struct bug_entry *bug_table;
|
| /linux/arch/s390/include/asm/ |
| H A D | bug.h | 49 [size] "i" (sizeof(struct bug_entry))); \ 65 struct bug_entry *bug; \ 76 [size] "i" (sizeof(struct bug_entry))); \ 91 struct bug_entry; 95 void __WARN_trap(struct bug_entry *bug, ...);
|
| /linux/arch/x86/include/asm/ |
| H A D | bug.h | 11 struct bug_entry; 12 extern void __WARN_trap(struct bug_entry *bug, ...); 96 [size] "i" (sizeof(struct bug_entry))); \ 159 struct bug_entry *bug; \ 169 [size] "i" (sizeof(struct bug_entry))); \
|
| /linux/arch/parisc/include/asm/ |
| H A D | bug.h | 38 "i" (0), "i" (sizeof(struct bug_entry)) ); \ 64 "i" (sizeof(struct bug_entry)) ); \ 78 "i" (sizeof(struct bug_entry)) ); \
|
| /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))); \
|
| /linux/rust/kernel/ |
| H A D | bug.rs | 42 size = const ::core::mem::size_of::<$crate::bindings::bug_entry>(), 68 size = const ::core::mem::size_of::<$crate::bindings::bug_entry>(),
|
| /linux/arch/riscv/include/asm/ |
| H A D | bug.h | 70 "i" (sizeof(struct bug_entry))); \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bug.h | 60 "i" (sizeof(struct bug_entry)), \
|
| /linux/arch/sh/kernel/ |
| H A D | traps.c | 94 const struct bug_entry *bug; in handle_BUG()
|
| /linux/include/asm-generic/ |
| H A D | bug.h | 48 struct bug_entry { struct
|
| /linux/arch/s390/kernel/ |
| H A D | traps.c | 261 btt = report_bug_entry((struct bug_entry *)regs->gprs[2], regs); in monitor_event_exception()
|
| /linux/arch/arm64/kvm/ |
| H A D | handle_exit.c | 543 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler()
|
| /linux/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 351 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
|
| /linux/arch/powerpc/xmon/ |
| H A D | xmon.c | 1801 const struct bug_entry *bug; in print_bug_trap()
|