Searched refs:BUG (Results 26 - 50 of 994) sorted by relevance

1234567891011>>

/linux-master/arch/parisc/include/asm/
H A Dbug.h16 /* the break instruction is used as BUG() marker. */
28 #define BUG() \ macro
45 #define BUG() \ macro
H A Dio.h12 BUG();
17 BUG();
184 BUG();
190 BUG();
196 BUG();
202 #define outb(x, y) ({(void)(x); (void)(y); BUG(); 0;})
203 #define outw(x, y) ({(void)(x); (void)(y); BUG(); 0;})
204 #define outl(x, y) ({(void)(x); (void)(y); BUG(); 0;})
/linux-master/arch/sh/include/asm/
H A Duncached.h54 #define uncached_resize(size) BUG()
H A Dbug.h42 #define BUG() \ macro
107 #define UNWINDER_BUG BUG
/linux-master/arch/arc/include/asm/
H A Dbug.h22 #define BUG() do { \ macro
23 pr_warn("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __func__); \
/linux-master/arch/x86/mm/
H A Dpgtable_32.c37 BUG();
42 BUG();
47 BUG();
52 BUG();
/linux-master/arch/csky/include/asm/
H A Dbug.h10 #define BUG() \ macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h59 BUG();
H A Dpgtable-4k.h58 BUG();
/linux-master/arch/sparc/kernel/
H A Dsmp_32.c102 BUG();
106 BUG();
110 BUG();
206 BUG();
210 BUG();
214 BUG();
269 BUG();
273 BUG();
277 BUG();
305 BUG();
[all...]
/linux-master/include/linux/
H A Drcupdate_trace.h96 static inline void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func) { BUG(); }
97 static inline void rcu_read_lock_trace(void) { BUG(); }
98 static inline void rcu_read_unlock_trace(void) { BUG(); }
/linux-master/arch/sparc/lib/
H A Dbitext.c46 BUG();
48 BUG();
50 BUG();
108 BUG(); /* Much too late to do any good, but alas... */
112 BUG();
/linux-master/arch/m68k/include/asm/
H A Dtlbflush.h232 BUG();
237 BUG();
247 BUG();
252 BUG();
257 BUG();
263 BUG();
268 BUG();
/linux-master/kernel/sched/
H A Dstop_task.c68 BUG(); /* the stop task should never yield, its pointless. */
90 BUG(); /* its impossible to change to this class */
96 BUG(); /* how!?, what priority? */
/linux-master/arch/sh/kernel/
H A Ddma-coherent.c31 BUG();
/linux-master/arch/x86/kvm/
H A Dfpu.h39 default: BUG();
64 default: BUG();
79 default: BUG();
94 default: BUG();
/linux-master/arch/hexagon/kernel/
H A Ddma.c31 BUG();
/linux-master/arch/s390/include/asm/
H A Dbug.h44 #define BUG() do { \ macro
/linux-master/arch/x86/platform/pvh/
H A Denlighten.c43 BUG();
64 BUG();
111 BUG();
133 BUG();
/linux-master/arch/parisc/math-emu/
H A Dfpudispatch.c321 BUG();
340 BUG();
359 BUG();
378 BUG();
391 BUG();
405 BUG();
435 BUG();
451 BUG();
467 BUG();
483 BUG();
[all...]
/linux-master/arch/nios2/mm/
H A Ddma-mapping.c41 BUG();
59 BUG();
/linux-master/arch/xtensa/kernel/
H A Dpci-dma.c56 BUG();
75 BUG();
/linux-master/arch/arm/mach-spear/
H A Dspear3xx.c82 BUG();
90 BUG();
/linux-master/arch/x86/include/asm/
H A Ddebugreg.h61 BUG();
97 BUG();
/linux-master/arch/mips/kernel/
H A Dsmp-up.c63 BUG();

Completed in 331 milliseconds

1234567891011>>