Home
last modified time | relevance | path

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

/linux/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) 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 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()
144 struct bug_entry *bu 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);
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.h463 struct bug_entry *bug_table;
/linux/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/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/arch/s390/include/asm/ !
H A Dbug.h25 "i" (sizeof(struct bug_entry))); \
39 "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/x86/include/asm/ !
H A Dbug.h42 "2:\t" __BUG_REL("1b") "\t# bug_entry::bug_addr\n" \
43 "\t" __BUG_REL(file) "\t# bug_entry::file\n" \
44 "\t.word " line "\t# bug_entry::line\n" \
45 "\t.word " flags "\t# bug_entry::flags\n"
48 "2:\t" __BUG_REL("1b") "\t# bug_entry::bug_addr\n" \
49 "\t.word " flags "\t# bug_entry::flags\n"
66 "i" (sizeof(struct bug_entry))); \
/linux/arch/powerpc/include/asm/ !
H A Dbug.h36 sizeof(struct bug_entry), respectively */
60 "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.h33 struct bug_entry { struct
35 bug_addrbug_entry global() argument
41 filebug_entry global() argument
43 file_dispbug_entry global() argument
45 linebug_entry global() argument
47 flagsbug_entry global() argument
/linux/arch/arm64/kvm/ !
H A Dhandle_exit.c538 struct bug_entry *bug = find_bug(elr_in_kimg); in nvhe_hyp_panic_handler()
/linux/arch/powerpc/kernel/ !
H A Dasm-offsets.c350 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()