Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dbug.c54 extern struct bug_entry __start___bug_table[], __stop___bug_table[];
56 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr()
69 static struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
72 struct bug_entry *bug = NULL; in module_find_bug()
107 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize()
129 static inline struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
135 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()
137 struct bug_entry *bug; in find_bug()
148 struct bug_entry *bug; in report_bug()
213 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table()
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dbug.h37 "i" (0), "i" (sizeof(struct bug_entry)) ); \
61 "i" (sizeof(struct bug_entry)) ); \
74 "i" (sizeof(struct bug_entry)) ); \
/OK3568_Linux_fs/kernel/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))); \
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dbug.h24 "i" (sizeof(struct bug_entry))); \
38 "i" (sizeof(struct bug_entry))); \
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dbug.h46 "i" (sizeof(struct bug_entry))); \
60 "i" (sizeof(struct bug_entry))); \
/OK3568_Linux_fs/kernel/include/linux/
H A Dbug.h34 static inline int is_warning_bug(const struct bug_entry *bug) in is_warning_bug()
39 struct bug_entry *find_bug(unsigned long bugaddr);
H A Dmodule.h452 struct bug_entry *bug_table;
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmodule.h51 struct bug_entry *bug_table;
H A Dbug.h58 "i" (sizeof(struct bug_entry)), \
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dbug.h66 "i" (sizeof(struct bug_entry))); \
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dtraps.c92 const struct bug_entry *bug; in handle_BUG()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dbug.h25 struct bug_entry { struct
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c444 DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry)); in main()
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c1734 const struct bug_entry *bug; in print_bug_trap()