Home
last modified time | relevance | path

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

/linux/lib/
H 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()
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 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);
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 Dmodule.h466 struct bug_entry *bug_table;
/linux/arch/s390/include/asm/
H A Dbug.h49 [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 Dbug.h11 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 Dbug.h38 "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 Dbug.h51 "i" (sizeof(struct bug_entry))); \
65 "i" (sizeof(struct bug_entry))); \
90 "i" (sizeof(struct bug_entry))); \
/linux/rust/kernel/
H A Dbug.rs42 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 Dbug.h70 "i" (sizeof(struct bug_entry))); \
/linux/arch/powerpc/include/asm/
H A Dbug.h60 "i" (sizeof(struct bug_entry)), \
/linux/arch/sh/kernel/
H A Dtraps.c94 const struct bug_entry *bug; in handle_BUG()
/linux/include/asm-generic/
H A Dbug.h48 struct bug_entry { struct
/linux/arch/s390/kernel/
H A Dtraps.c261 btt = report_bug_entry((struct bug_entry *)regs->gprs[2], regs); in monitor_event_exception()
/linux/arch/arm64/kvm/
H A Dhandle_exit.c543 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler()
/linux/arch/powerpc/kernel/
H A Dasm-offsets.c351 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
/linux/arch/powerpc/xmon/
H A Dxmon.c1801 const struct bug_entry *bug; in print_bug_trap()