bug_entry          37 arch/parisc/include/asm/bug.h 			     "i" (0), "i" (sizeof(struct bug_entry)) ); \
bug_entry          61 arch/parisc/include/asm/bug.h 			     "i" (sizeof(struct bug_entry)) );		\
bug_entry          74 arch/parisc/include/asm/bug.h 			     "i" (sizeof(struct bug_entry)) );		\
bug_entry          63 arch/powerpc/include/asm/bug.h 		    "i" (0), "i"  (sizeof(struct bug_entry)));	\
bug_entry          76 arch/powerpc/include/asm/bug.h 		  "i" (sizeof(struct bug_entry)),		\
bug_entry          87 arch/powerpc/include/asm/bug.h 		  "i" (sizeof(struct bug_entry)));		\
bug_entry         101 arch/powerpc/include/asm/bug.h 		  "i" (sizeof(struct bug_entry)),		\
bug_entry          69 arch/powerpc/include/asm/module.h 	struct bug_entry *bug_table;
bug_entry         423 arch/powerpc/kernel/asm-offsets.c 	DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry));
bug_entry        1660 arch/powerpc/xmon/xmon.c 	const struct bug_entry *bug;
bug_entry          58 arch/riscv/include/asm/bug.h 		  "i" (sizeof(struct bug_entry)));              \
bug_entry          25 arch/s390/include/asm/bug.h 		    "i" (sizeof(struct bug_entry)));		\
bug_entry          40 arch/s390/include/asm/bug.h 		    "i" (sizeof(struct bug_entry)));		\
bug_entry          51 arch/sh/include/asm/bug.h 		   "i" (sizeof(struct bug_entry)));	\
bug_entry          65 arch/sh/include/asm/bug.h 		   "i" (sizeof(struct bug_entry)));	\
bug_entry          90 arch/sh/include/asm/bug.h 		   "i" (sizeof(struct bug_entry)));	\
bug_entry          92 arch/sh/kernel/traps.c 	const struct bug_entry *bug;
bug_entry          45 arch/x86/include/asm/bug.h 			 "i" (sizeof(struct bug_entry)));		\
bug_entry          59 arch/x86/include/asm/bug.h 			 "i" (sizeof(struct bug_entry)));		\
bug_entry          34 include/linux/bug.h static inline int is_warning_bug(const struct bug_entry *bug)
bug_entry          39 include/linux/bug.h struct bug_entry *find_bug(unsigned long bugaddr);
bug_entry         424 include/linux/module.h 	struct bug_entry *bug_table;
bug_entry          51 lib/bug.c      extern struct bug_entry __start___bug_table[], __stop___bug_table[];
bug_entry          53 lib/bug.c      static inline unsigned long bug_addr(const struct bug_entry *bug)
bug_entry          66 lib/bug.c      static struct bug_entry *module_find_bug(unsigned long bugaddr)
bug_entry          69 lib/bug.c      	struct bug_entry *bug = NULL;
bug_entry         104 lib/bug.c      		mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry);
bug_entry         126 lib/bug.c      static inline struct bug_entry *module_find_bug(unsigned long bugaddr)
bug_entry         132 lib/bug.c      struct bug_entry *find_bug(unsigned long bugaddr)
bug_entry         134 lib/bug.c      	struct bug_entry *bug;
bug_entry         145 lib/bug.c      	struct bug_entry *bug;
bug_entry         209 lib/bug.c      static void clear_once_table(struct bug_entry *start, struct bug_entry *end)
bug_entry         211 lib/bug.c      	struct bug_entry *bug;