Searched refs:BUG (Results 1 - 25 of 340) sorted by relevance

1234567891011>>

/arch/h8300/include/asm/
H A Dtlbflush.h16 BUG();
21 BUG();
31 BUG();
36 BUG();
41 BUG();
47 BUG();
52 BUG();
/arch/cris/include/arch-v32/arch/
H A Dbug.h12 #define BUG() \ macro
26 #define BUG() __asm__ __volatile__ ("break 14\n\t") macro
/arch/x86/include/asm/
H A Dbug.h15 #define BUG() \ macro
29 #define BUG() \ macro
/arch/mn10300/include/asm/
H A Dbug.h19 #define BUG() \ macro
H A Dhighmem.h52 BUG();
61 BUG();
87 BUG();
112 BUG();
/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
H A Dmcf_pgalloc.h31 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); })
32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); })
81 #define pmd_free(mm, pmd) BUG()
100 #define pgd_populate(mm, pmd, pte) BUG()
/arch/mips/include/asm/mach-cavium-octeon/
H A Ddma-coherence.h23 BUG();
29 BUG();
35 BUG();
41 BUG();
46 BUG();
51 BUG();
62 BUG();
/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/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/sh/mm/
H A Dnommu.c41 BUG();
46 BUG();
52 BUG();
57 BUG();
62 BUG();
67 BUG();
84 BUG();
90 BUG();
/arch/sparc/include/asm/
H A Dbug.h9 #define BUG() do { \ macro
14 #define BUG() __builtin_trap() macro
/arch/microblaze/include/asm/
H A Dtlbflush.h59 #define flush_tlb() BUG()
60 #define flush_tlb_all() BUG()
61 #define flush_tlb_mm(mm) BUG()
62 #define flush_tlb_page(vma, addr) BUG()
63 #define flush_tlb_range(mm, start, end) BUG()
64 #define flush_tlb_pgtables(mm, start, end) BUG()
65 #define flush_tlb_kernel_range(start, end) BUG()
/arch/alpha/include/asm/
H A Dbug.h11 #define BUG() do { \ macro
/arch/sh/include/asm/
H A Daddrspace.h47 #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; })
48 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; })
49 #define P3SEGADDR(a) ({ (void)(a); BUG(); NULL; })
50 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; })
/arch/mips/include/asm/
H A Dbug.h11 static inline void __noreturn BUG(void) function
25 BUG();
H A Dpgtable-bits.h84 #define _PAGE_READ ({if (kernel_uses_smartmips_rixi) BUG(); 1 << _PAGE_READ_SHIFT; })
103 #define _PAGE_HUGE ({BUG(); 1; }) /* Dummy value */
108 #define _PAGE_NO_EXEC ({if (!kernel_uses_smartmips_rixi) BUG(); 1 << _PAGE_NO_EXEC_SHIFT; })
112 #define _PAGE_NO_READ ({if (!kernel_uses_smartmips_rixi) BUG(); 1 << _PAGE_NO_READ_SHIFT; })
140 #define _PAGE_NO_READ ({BUG(); 0; })
141 #define _PAGE_NO_READ_SHIFT ({BUG(); 0; })
144 #define _PAGE_NO_EXEC ({BUG(); 0; })
/arch/frv/include/asm/
H A Dtlbflush.h63 #define flush_tlb() BUG()
64 #define flush_tlb_all() BUG()
65 #define flush_tlb_mm(mm) BUG()
66 #define flush_tlb_page(vma,addr) BUG()
67 #define flush_tlb_range(mm,start,end) BUG()
68 #define flush_tlb_kernel_range(start, end) BUG()
/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/ia64/xen/
H A Dgrant-table.c65 BUG();
71 BUG();
75 BUG(); /* not yet. actually this flag is not used. */
77 BUG();
/arch/m32r/mm/
H A Dfault-nommu.c48 printk("kernel BUG at %s:%d!\n", file, line);
99 BUG();
107 BUG();
116 BUG();
124 BUG();
132 BUG();
/arch/sparc/lib/
H A Dbitext.c45 BUG();
47 BUG();
49 BUG();
107 BUG(); /* Much too late to do any good, but alas... */
111 BUG();
124 BUG();
/arch/arm/mach-ebsa110/
H A Dio.c59 BUG();
83 BUG();
94 BUG();
140 BUG();
150 BUG();
275 BUG();
340 BUG();
357 BUG();
372 BUG();
390 BUG();
[all...]
/arch/mips/lib/
H A Duncached.c55 BUG();
67 BUG();
/arch/blackfin/include/asm/
H A Dbug.h52 #define BUG() \ macro

Completed in 406 milliseconds

1234567891011>>