Searched defs:BUG (Results 1 - 16 of 16) sorted by relevance

/arch/alpha/include/asm/
H A Dbug.h11 #define BUG() do { \ macro
/arch/cris/include/arch-v32/arch/
H A Dbug.h12 #define BUG() \ macro
26 #define BUG() __asm__ __volatile__ ("break 14\n\t") macro
/arch/ia64/include/asm/
H A Dbug.h6 #define BUG() do { printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); ia64_abort(); } while (0) macro
8 /* should this BUG be made generic? */
/arch/m68k/include/asm/
H A Dbug.h8 #define BUG() do { \ macro
9 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
13 #define BUG() do { \ macro
14 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
15 panic("BUG!"); \
19 #define BUG() do { \ macro
/arch/mn10300/include/asm/
H A Dbug.h19 #define BUG() \ macro
/arch/sparc/include/asm/
H A Dbug.h9 #define BUG() do { \ macro
14 #define BUG() __builtin_trap() macro
/arch/x86/include/asm/
H A Dbug.h15 #define BUG() \ macro
29 #define BUG() \ macro
/arch/avr32/include/asm/
H A Dbug.h52 #define BUG() \ macro
/arch/blackfin/include/asm/
H A Dbug.h52 #define BUG() \ macro
/arch/mips/include/asm/
H A Dbug.h11 static inline void __noreturn BUG(void) function
25 BUG();
/arch/s390/include/asm/
H A Dbug.h44 #define BUG() do { \ macro
/arch/arm/include/asm/
H A Dbug.h22 #define BUG() _BUG(__FILE__, __LINE__, BUG_INSTR_VALUE) macro
/arch/frv/include/asm/
H A Dbug.h36 #define BUG() \ macro
/arch/parisc/include/asm/
H A Dbug.h13 /* the break instruction is used as BUG() marker. */
24 #define BUG() \ macro
39 #define BUG() \ macro
/arch/cris/include/arch-v10/arch/
H A Dbug.h8 /* The BUG() macro is used for marking obviously incorrect code paths.
34 #define BUG() \
45 #define BUG() \ macro
57 #define BUG() (*(int *)0 = 0) macro
/arch/sh/include/asm/
H A Dbug.h41 #define BUG() \ macro
105 #define UNWINDER_BUG BUG

Completed in 2063 milliseconds