Home
last modified time | relevance | path

Searched defs:BUG_ON (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/virtio/linux/
H A Dbug.h7 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond)) macro
/openbmc/linux/arch/mips/include/asm/
H A Dbug.h34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) macro
/openbmc/linux/tools/include/linux/
H A Dkernel.h63 #define BUG_ON(cond) do { if (cond) {} } while (0) macro
65 #define BUG_ON(cond) assert(!(cond)) macro
/openbmc/u-boot/include/linux/
H A Dbug.h14 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
/openbmc/linux/include/asm-generic/
H A Dbug.h71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
163 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dbug.h78 #define BUG_ON(x) do { \ macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dmap_populate.c22 #define BUG_ON(condition, description) \ macro
H A Dmremap_dontunmap.c30 #define BUG_ON(condition, description) \ macro
/openbmc/qemu/qobject/
H A Djson-parser.c41 #define BUG_ON(cond) assert(!(cond)) macro
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h15 #define BUG_ON(x) assert(!(x)) macro
/openbmc/qemu/hw/9pfs/
H A D9p.h165 #define BUG_ON(cond) assert(!(cond)) macro
/openbmc/qemu/target/cris/
H A Dtranslate.c54 #define BUG_ON(x) ({if (x) BUG();}) macro