Home
last modified time | relevance | path

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

/linux-6.15/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()
126 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line()
142 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()
144 struct bug_entry *bug; in find_bug()
155 struct bug_entry *bug; in __report_bug()
221 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table()
[all …]
/linux-6.15/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);
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 Dmodule.h483 struct bug_entry *bug_table;
/linux-6.15/arch/parisc/include/asm/
H A Dbug.h40 "i" (0), "i" (sizeof(struct bug_entry)) ); \
66 "i" (sizeof(struct bug_entry)) ); \
80 "i" (sizeof(struct bug_entry)) ); \
/linux-6.15/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-6.15/arch/s390/include/asm/
H A Dbug.h25 "i" (sizeof(struct bug_entry))); \
39 "i" (sizeof(struct bug_entry))); \
/linux-6.15/arch/x86/include/asm/
H A Dbug.h55 "i" (sizeof(struct bug_entry))); \
70 "i" (sizeof(struct bug_entry))); \
/linux-6.15/arch/riscv/include/asm/
H A Dbug.h66 "i" (sizeof(struct bug_entry))); \
/linux-6.15/arch/powerpc/include/asm/
H A Dbug.h60 "i" (sizeof(struct bug_entry)), \
/linux-6.15/arch/sh/kernel/
H A Dtraps.c94 const struct bug_entry *bug; in handle_BUG()
/linux-6.15/include/asm-generic/
H A Dbug.h33 struct bug_entry { struct
/linux-6.15/arch/arm64/kvm/
H A Dhandle_exit.c465 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler()
/linux-6.15/arch/powerpc/kernel/
H A Dasm-offsets.c350 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c1801 const struct bug_entry *bug; in print_bug_trap()