Home
last modified time | relevance | path

Searched refs:BUG (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/arch/h8300/include/asm/
Dtlbflush.h16 BUG(); in __flush_tlb()
21 BUG(); in __flush_tlb_one()
31 BUG(); in flush_tlb_all()
36 BUG(); in flush_tlb_mm()
41 BUG(); in flush_tlb_page()
47 BUG(); in flush_tlb_range()
52 BUG(); in flush_tlb_kernel_page()
/arch/sh/mm/
Dnommu.c41 BUG(); in local_flush_tlb_all()
46 BUG(); in local_flush_tlb_mm()
52 BUG(); in local_flush_tlb_range()
57 BUG(); in local_flush_tlb_page()
62 BUG(); in local_flush_tlb_one()
67 BUG(); in local_flush_tlb_kernel_range()
84 BUG(); in kmap_coherent()
90 BUG(); in kunmap_coherent()
/arch/mips/include/asm/mach-cavium-octeon/
Ddma-coherence.h23 BUG(); in plat_map_dma_mem()
29 BUG(); in plat_map_dma_mem_page()
35 BUG(); in plat_dma_addr_to_phys()
41 BUG(); in plat_unmap_dma_mem()
46 BUG(); in plat_dma_supported()
51 BUG(); in plat_extra_sync_for_device()
62 BUG(); in plat_dma_mapping_error()
/arch/microblaze/include/asm/
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/frv/include/asm/
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/m32r/mm/
Dfault-nommu.c99 BUG(); in update_mmu_cache()
107 BUG(); in local_flush_tlb_page()
116 BUG(); in local_flush_tlb_range()
124 BUG(); in local_flush_tlb_mm()
132 BUG(); in local_flush_tlb_all()
/arch/m68k/include/asm/
Dbug.h8 #define BUG() do { \ macro
13 #define BUG() do { \ macro
19 #define BUG() do { \ macro
Dtlbflush.h237 BUG(); in __flush_tlb()
242 BUG(); in __flush_tlb_one()
252 BUG(); in flush_tlb_all()
257 BUG(); in flush_tlb_mm()
262 BUG(); in flush_tlb_page()
268 BUG(); in flush_tlb_range()
273 BUG(); in flush_tlb_kernel_page()
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/sh/include/asm/
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/ia64/xen/
Dgrant-table.c65 BUG(); in gnttab_map_grant_ref_pre()
71 BUG(); in gnttab_map_grant_ref_pre()
75 BUG(); /* not yet. actually this flag is not used. */ in gnttab_map_grant_ref_pre()
77 BUG(); in gnttab_map_grant_ref_pre()
/arch/cris/include/arch-v10/arch/
Dbug.h34 #define BUG() \
45 #define BUG() \ macro
57 #define BUG() (*(int *)0 = 0) macro
/arch/sparc/kernel/
Dsmp_32.c90 BUG(); in smp_cpus_done()
94 BUG(); in smp_cpus_done()
107 BUG(); in smp_cpus_done()
111 BUG(); in smp_cpus_done()
115 BUG(); in smp_cpus_done()
350 BUG(); in smp_prepare_cpus()
354 BUG(); in smp_prepare_cpus()
367 BUG(); in smp_prepare_cpus()
371 BUG(); in smp_prepare_cpus()
375 BUG(); in smp_prepare_cpus()
[all …]
/arch/mips/include/asm/
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; })
Dbug.h11 static inline void __noreturn BUG(void) in BUG() function
25 BUG(); in __BUG_ON()
/arch/arm/mach-ebsa110/
Dio.c59 BUG(); in __isamem_convert_addr()
83 BUG(); in __readw()
94 BUG(); in __readl()
140 BUG(); in __writew()
150 BUG(); in __writel()
275 BUG(); in __inl()
340 BUG(); in __outl()
357 BUG(); in outsb()
372 BUG(); in insb()
390 BUG(); in outsw()
[all …]
/arch/sparc/lib/
Dbitext.c45 BUG(); in bit_map_string_get()
47 BUG(); in bit_map_string_get()
49 BUG(); in bit_map_string_get()
107 BUG(); /* Much too late to do any good, but alas... */ in bit_map_clear()
111 BUG(); in bit_map_clear()
124 BUG(); in bit_map_init()
/arch/mn10300/include/asm/
Dhighmem.h52 BUG(); in kmap()
61 BUG(); in kunmap()
87 BUG(); in kmap_atomic()
112 BUG(); in __kunmap_atomic()
/arch/cris/include/arch-v32/arch/
Dbug.h12 #define BUG() \ macro
26 #define BUG() __asm__ __volatile__ ("break 14\n\t") macro
/arch/x86/include/asm/
Dbug.h15 #define BUG() \ macro
29 #define BUG() \ macro
/arch/frv/mm/
Dhighmem.c27 BUG(); in kunmap()
63 BUG(); in kmap_atomic()
84 BUG(); in __kunmap_atomic()
Ddma-alloc.c89 BUG(); in consistent_alloc()
97 BUG(); in consistent_alloc()
144 BUG(); in consistent_free()
158 BUG(); in consistent_sync()
/arch/sparc/include/asm/
Dbug.h9 #define BUG() do { \ macro
14 #define BUG() __builtin_trap() macro
/arch/parisc/include/asm/
Dio.h13 BUG(); in isa_bus_to_virt()
18 BUG(); in isa_virt_to_bus()
265 BUG(); in inb()
271 BUG(); in inw()
277 BUG(); in inl()
281 #define outb(x, y) BUG()
282 #define outw(x, y) BUG()
283 #define outl(x, y) BUG()
/arch/xtensa/kernel/
Dpci-dma.c53 BUG(); in dma_alloc_coherent()
72 BUG(); in dma_free_coherent()
82 BUG(); in consistent_sync()

12345678910>>...15