Symbol: bug_entry
arch/arm64/kvm/handle_exit.c
543
struct bug_entry *bug = find_bug(elr_in_kimg);
arch/parisc/include/asm/bug.h
38
"i" (0), "i" (sizeof(struct bug_entry)) ); \
arch/parisc/include/asm/bug.h
64
"i" (sizeof(struct bug_entry)) ); \
arch/parisc/include/asm/bug.h
78
"i" (sizeof(struct bug_entry)) ); \
arch/powerpc/include/asm/bug.h
60
"i" (sizeof(struct bug_entry)), \
arch/powerpc/kernel/asm-offsets.c
351
DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry));
arch/powerpc/xmon/xmon.c
1801
const struct bug_entry *bug;
arch/riscv/include/asm/bug.h
70
"i" (sizeof(struct bug_entry))); \
arch/s390/include/asm/bug.h
49
[size] "i" (sizeof(struct bug_entry))); \
arch/s390/include/asm/bug.h
65
struct bug_entry *bug; \
arch/s390/include/asm/bug.h
76
[size] "i" (sizeof(struct bug_entry))); \
arch/s390/include/asm/bug.h
91
struct bug_entry;
arch/s390/include/asm/bug.h
95
void __WARN_trap(struct bug_entry *bug, ...);
arch/s390/kernel/traps.c
261
btt = report_bug_entry((struct bug_entry *)regs->gprs[2], regs);
arch/sh/include/asm/bug.h
51
"i" (sizeof(struct bug_entry))); \
arch/sh/include/asm/bug.h
65
"i" (sizeof(struct bug_entry))); \
arch/sh/include/asm/bug.h
90
"i" (sizeof(struct bug_entry))); \
arch/sh/kernel/traps.c
94
const struct bug_entry *bug;
arch/x86/include/asm/bug.h
11
struct bug_entry;
arch/x86/include/asm/bug.h
12
extern void __WARN_trap(struct bug_entry *bug, ...);
arch/x86/include/asm/bug.h
159
struct bug_entry *bug; \
arch/x86/include/asm/bug.h
169
[size] "i" (sizeof(struct bug_entry))); \
arch/x86/include/asm/bug.h
96
[size] "i" (sizeof(struct bug_entry))); \
include/linux/bug.h
34
static inline int is_warning_bug(const struct bug_entry *bug)
include/linux/bug.h
39
void bug_get_file_line(struct bug_entry *bug, const char **file,
include/linux/bug.h
42
struct bug_entry *find_bug(unsigned long bugaddr);
include/linux/bug.h
45
enum bug_trap_type report_bug_entry(struct bug_entry *bug, struct pt_regs *regs);
include/linux/bug.h
65
struct bug_entry;
include/linux/bug.h
68
report_bug_entry(struct bug_entry *bug, struct pt_regs *regs)
include/linux/bug.h
73
static inline void bug_get_file_line(struct bug_entry *bug, const char **file,
include/linux/module.h
466
struct bug_entry *bug_table;
lib/bug.c
120
static inline struct bug_entry *module_find_bug(unsigned long bugaddr)
lib/bug.c
126
void bug_get_file_line(struct bug_entry *bug, const char **file,
lib/bug.c
142
static const char *bug_get_format(struct bug_entry *bug)
lib/bug.c
165
struct bug_entry *find_bug(unsigned long bugaddr)
lib/bug.c
167
struct bug_entry *bug;
lib/bug.c
197
static enum bug_trap_type __report_bug(struct bug_entry *bug, unsigned long bugaddr, struct pt_regs *regs)
lib/bug.c
260
enum bug_trap_type report_bug_entry(struct bug_entry *bug, struct pt_regs *regs)
lib/bug.c
284
static void clear_once_table(struct bug_entry *start, struct bug_entry *end)
lib/bug.c
286
struct bug_entry *bug;
lib/bug.c
52
extern struct bug_entry __start___bug_table[], __stop___bug_table[];
lib/bug.c
54
static inline unsigned long bug_addr(const struct bug_entry *bug)
lib/bug.c
67
static struct bug_entry *module_find_bug(unsigned long bugaddr)
lib/bug.c
69
struct bug_entry *bug;
lib/bug.c
99
mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry);