Searched refs:BUG (Results 51 - 75 of 994) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-tegra/
H A Dhotplug.c52 BUG();
/linux-master/arch/nios2/mm/
H A Dioremap.c36 BUG();
41 BUG();
62 BUG();
87 BUG();
/linux-master/arch/x86/xen/
H A Dsuspend_pv.c24 BUG();
H A Dsmp_hvm.c69 BUG();
H A Dirq.c31 BUG();
H A Dsmp_pv.c209 BUG();
287 BUG();
313 * Why is this a BUG? If the hypercall fails then everything can be
360 BUG();
371 BUG();
376 BUG();
381 BUG();
396 BUG();
/linux-master/arch/microblaze/kernel/
H A Ddma.c29 BUG();
/linux-master/arch/x86/include/asm/
H A Dbug.h66 #define BUG() \ macro
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh280 # Prints "BUG: " in red followed by remaining arguments
/linux-master/fs/bcachefs/
H A Dbbpos.h27 BUG();
/linux-master/fs/nilfs2/
H A Dpage.h53 do { nilfs_folio_bug(folio); BUG(); } while (0)
/linux-master/arch/riscv/kernel/
H A Dcpu-hotplug.c75 BUG();
/linux-master/include/linux/
H A Dmmdebug.h24 BUG(); \
31 BUG(); \
38 BUG(); \
45 BUG(); \
/linux-master/arch/loongarch/include/asm/
H A Dbug.h51 #define BUG() \ macro
/linux-master/include/asm-generic/
H A Dbug.h52 * Don't use BUG() or BUG_ON() unless there's really no way out; one
56 * it's probably not BUG-worthy.
58 * If you're tempted to BUG(), think again: is completely giving up
63 #define BUG() do { \ macro
64 printk("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __func__); \
66 panic("BUG!"); \
71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
85 * Do not include "BUG"/"WARNING" in format strings manually to make these
159 #define BUG() do { \ macro
166 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } whil
[all...]
/linux-master/security/selinux/
H A Dnetlink.c38 BUG();
63 BUG();
/linux-master/arch/csky/mm/
H A Ddma-mapping.c70 BUG();
85 BUG();
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_dma.c95 BUG();
106 BUG();
116 BUG();
126 BUG();
154 BUG();
234 BUG();
310 BUG();
337 BUG();
/linux-master/arch/arm/mach-spear/
H A Dspear13xx.c109 BUG();
117 BUG();
/linux-master/drivers/tty/serial/
H A Dcpm_uart.h93 BUG();
109 BUG();
/linux-master/arch/powerpc/include/asm/
H A Dbug.h69 #define BUG() do { \
81 BUG(); \
/linux-master/arch/mips/mm/
H A Ddma-noncoherent.c71 BUG();
86 BUG();
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.h73 ({ BUG(); 0; }); \
86 BUG(); \
387 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; })
388 #define SMC_outl(x, ioaddr, reg) BUG()
389 #define SMC_insl(a, r, p, l) BUG()
390 #define SMC_outsl(a, r, p, l) BUG()
394 #define SMC_insl(a, r, p, l) BUG()
395 #define SMC_outsl(a, r, p, l) BUG()
402 #define SMC_insw(a, r, p, l) BUG()
403 #define SMC_outsw(a, r, p, l) BUG()
[all...]
/linux-master/arch/mips/kernel/
H A Dwatch.c26 BUG();
58 BUG();
91 BUG();
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c143 BUG();
176 BUG();
266 BUG();

Completed in 222 milliseconds

1234567891011>>