Searched refs:bug_entry (Results 1 - 15 of 15) sorted by relevance

/linux-master/lib/
H A Dbug.c25 - NOTE: struct bug_entry does not have "file" or "line" entries
52 extern struct bug_entry __start___bug_table[], __stop___bug_table[];
54 static inline unsigned long bug_addr(const struct bug_entry *bug)
67 static struct bug_entry *module_find_bug(unsigned long bugaddr)
70 struct bug_entry *bug = NULL;
103 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry);
124 static inline struct bug_entry *module_find_bug(unsigned long bugaddr)
130 void bug_get_file_line(struct bug_entry *bug, const char **file,
146 struct bug_entry *find_bug(unsigned long bugaddr)
148 struct bug_entry *bu
[all...]
/linux-master/include/linux/
H A Dbug.h34 static inline int is_warning_bug(const struct bug_entry *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,
H A Dmodule.h471 struct bug_entry *bug_table;
/linux-master/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-master/arch/s390/include/asm/
H A Dbug.h25 "i" (sizeof(struct bug_entry))); \
39 "i" (sizeof(struct bug_entry))); \
/linux-master/arch/x86/include/asm/
H A Dbug.h30 "2:\t" __BUG_REL(1b) "\t# bug_entry::bug_addr\n" \
31 "\t" __BUG_REL(%c0) "\t# bug_entry::file\n" \
32 "\t.word %c1" "\t# bug_entry::line\n" \
33 "\t.word %c2" "\t# bug_entry::flags\n" \
39 "i" (sizeof(struct bug_entry))); \
48 "2:\t" __BUG_REL(1b) "\t# bug_entry::bug_addr\n" \
49 "\t.word %c0" "\t# bug_entry::flags\n" \
54 "i" (sizeof(struct bug_entry))); \
/linux-master/arch/sh/include/asm/
H A Dbug.h19 * %4 - sizeof(struct bug_entry)
51 "i" (sizeof(struct bug_entry))); \
65 "i" (sizeof(struct bug_entry))); \
90 "i" (sizeof(struct bug_entry))); \
/linux-master/arch/powerpc/include/asm/
H A Dmodule.h54 struct bug_entry *bug_table;
H A Dbug.h36 sizeof(struct bug_entry), respectively */
60 "i" (sizeof(struct bug_entry)), \
/linux-master/arch/riscv/include/asm/
H A Dbug.h66 "i" (sizeof(struct bug_entry))); \
/linux-master/arch/sh/kernel/
H A Dtraps.c92 const struct bug_entry *bug;
/linux-master/include/asm-generic/
H A Dbug.h33 struct bug_entry { struct
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c405 struct bug_entry *bug = find_bug(elr_in_kimg);
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c351 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry));
/linux-master/arch/powerpc/xmon/
H A Dxmon.c1818 const struct bug_entry *bug;

Completed in 424 milliseconds