| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dispc.h | 118 BUG(); in DISPC_DEFAULT_COLOR() 135 BUG(); in DISPC_TRANS_COLOR() 146 BUG(); in DISPC_TIMING_H() 153 BUG(); in DISPC_TIMING_H() 164 BUG(); in DISPC_TIMING_V() 171 BUG(); in DISPC_TIMING_V() 182 BUG(); in DISPC_POL_FREQ() 189 BUG(); in DISPC_POL_FREQ() 200 BUG(); in DISPC_DIVISORo() 207 BUG(); in DISPC_DIVISORo() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
| D | dispc.h | 121 BUG(); in DISPC_DEFAULT_COLOR() 138 BUG(); in DISPC_TRANS_COLOR() 149 BUG(); in DISPC_TIMING_H() 156 BUG(); in DISPC_TIMING_H() 167 BUG(); in DISPC_TIMING_V() 174 BUG(); in DISPC_TIMING_V() 185 BUG(); in DISPC_POL_FREQ() 192 BUG(); in DISPC_POL_FREQ() 203 BUG(); in DISPC_DIVISORo() 210 BUG(); in DISPC_DIVISORo() [all …]
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | io_noioport.h | 7 BUG(); in inb() 13 BUG(); in inw() 19 BUG(); in inl() 25 BUG(); in outb() 30 BUG(); in outw() 35 BUG(); in outl() 40 BUG(); in ioport_map() 46 BUG(); in ioport_unmap() 56 #define insb(a, b, c) BUG() 57 #define insw(a, b, c) BUG() [all …]
|
| D | addrspace.h | 44 #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; }) 45 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) 46 #define P3SEGADDR(a) ({ (void)(a); BUG(); NULL; }) 47 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; })
|
| /Linux-v5.4/arch/sh/mm/ |
| D | nommu.c | 40 BUG(); in local_flush_tlb_all() 45 BUG(); in local_flush_tlb_mm() 51 BUG(); in local_flush_tlb_range() 56 BUG(); in local_flush_tlb_page() 61 BUG(); in local_flush_tlb_one() 66 BUG(); in local_flush_tlb_kernel_range() 83 BUG(); in kmap_coherent() 89 BUG(); in kunmap_coherent()
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | tlbflush.h | 59 #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()
|
| D | pgalloc.h | 48 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) 49 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) 65 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) 68 #define pgd_populate(mm, pmd, pte) BUG()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | smp_32.c | 104 BUG(); in smp_cpus_done() 108 BUG(); in smp_cpus_done() 112 BUG(); in smp_cpus_done() 213 BUG(); in smp_prepare_cpus() 217 BUG(); in smp_prepare_cpus() 221 BUG(); in smp_prepare_cpus() 276 BUG(); in __cpu_up() 280 BUG(); in __cpu_up() 284 BUG(); in __cpu_up() 312 BUG(); in arch_cpu_pre_starting() [all …]
|
| /Linux-v5.4/arch/arm/mach-ebsa110/ |
| D | io.c | 60 BUG(); in __isamem_convert_addr() 84 BUG(); in __readw() 95 BUG(); in __readl() 141 BUG(); in __writew() 151 BUG(); in __writel() 276 BUG(); in __inl() 341 BUG(); in __outl() 358 BUG(); in outsb() 373 BUG(); in insb() 391 BUG(); in outsw() [all …]
|
| /Linux-v5.4/scripts/coccinelle/misc/ |
| D | bugon.cocci | 2 /// Use BUG_ON instead of a if condition followed by BUG. 4 //# This makes an effort to find cases where BUG() follows an if 5 //# condition on an expression and replaces the if condition and BUG() 27 *if (e) BUG(); 37 -if (e) BUG(); 49 if (e) BUG@p (); 61 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
| D | hash-4k.h | 106 BUG(); in get_hpte_slot_array() 112 BUG(); in hpte_valid() 119 BUG(); in hpte_hash_index() 126 BUG(); in mark_hpte_slot_valid() 136 BUG(); in hash__pmd_same() 142 BUG(); in hash__pmd_mkhuge()
|
| /Linux-v5.4/fs/quota/ |
| D | kqid.c | 25 BUG(); in qid_eq() 51 BUG(); in qid_lt() 78 BUG(); in from_kqid() 111 BUG(); in from_kqid_munged() 130 BUG(); in qid_valid()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | tlbflush.h | 238 BUG(); in __flush_tlb() 243 BUG(); in __flush_tlb_one() 253 BUG(); in flush_tlb_all() 258 BUG(); in flush_tlb_mm() 263 BUG(); in flush_tlb_page() 269 BUG(); in flush_tlb_range() 274 BUG(); in flush_tlb_kernel_page()
|
| D | bug.h | 9 #define BUG() do { \ macro 15 #define BUG() do { \ macro 22 #define BUG() do { \ macro
|
| D | mcf_pgalloc.h | 31 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) 32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) 84 #define pmd_free(mm, pmd) BUG() 103 #define pgd_populate(mm, pmd, pte) BUG()
|
| /Linux-v5.4/arch/x86/mm/ |
| D | pgtable_32.c | 38 BUG(); in set_pte_vaddr() 43 BUG(); in set_pte_vaddr() 48 BUG(); in set_pte_vaddr() 53 BUG(); in set_pte_vaddr()
|
| /Linux-v5.4/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| D | workqueues.h | 51 BUG(); in schedule_work() 57 BUG(); in schedule_work_on() 64 BUG(); in queue_work() 72 BUG(); in queue_delayed_work()
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | io.h | 14 BUG(); in isa_bus_to_virt() 19 BUG(); in isa_virt_to_bus() 270 BUG(); in inb() 276 BUG(); in inw() 282 BUG(); in inl() 286 #define outb(x, y) BUG() 287 #define outw(x, y) BUG() 288 #define outl(x, y) BUG()
|
| /Linux-v5.4/drivers/dma/ |
| D | iop-adma.h | 176 BUG(); in iop_chan_pq_slot_count() 184 BUG(); in iop_desc_init_pq() 190 BUG(); in iop_desc_set_pq_addr() 197 BUG(); in iop_desc_set_pq_src_addr() 203 BUG(); in iop_chan_pq_zero_sum_slot_count() 211 BUG(); in iop_desc_init_pq_zero_sum() 217 BUG(); in iop_desc_set_pq_zero_sum_byte_count() 226 BUG(); in iop_desc_set_pq_zero_sum_addr() 236 BUG(); in iop_adma_get_max_pq() 251 BUG(); in iop_chan_get_current_descriptor() [all …]
|
| /Linux-v5.4/arch/sparc/lib/ |
| D | bitext.c | 46 BUG(); in bit_map_string_get() 48 BUG(); in bit_map_string_get() 50 BUG(); in bit_map_string_get() 108 BUG(); /* Much too late to do any good, but alas... */ in bit_map_clear() 112 BUG(); in bit_map_clear()
|
| /Linux-v5.4/arch/x86/platform/pvh/ |
| D | enlighten.c | 42 BUG(); in mem_map_via_hcall() 63 BUG(); in init_pvh_bootparams() 107 BUG(); in xen_pvh_init() 129 BUG(); in xen_prepare_pvh()
|
| /Linux-v5.4/arch/arm/mach-omap1/ |
| D | lcd_dma.c | 92 BUG(); in omap_set_lcd_dma_b1_rotation() 103 BUG(); in omap_set_lcd_dma_b1_mirror() 113 BUG(); in omap_set_lcd_dma_b1_vxres() 123 BUG(); in omap_set_lcd_dma_b1_scale() 151 BUG(); in set_b1_regs() 231 BUG(); in set_b1_regs() 307 BUG(); in omap_request_lcd_dma() 334 BUG(); in omap_free_lcd_dma()
|
| /Linux-v5.4/arch/xtensa/kernel/ |
| D | xtensa_ksyms.c | 86 BUG(); in __xtensa_libgcc_window_spill() 92 BUG(); in __sync_fetch_and_and_4() 98 BUG(); in __sync_fetch_and_or_4()
|
| /Linux-v5.4/include/linux/ |
| D | mmdebug.h | 23 BUG(); \ 30 BUG(); \ 37 BUG(); \
|
| /Linux-v5.4/include/asm-generic/ |
| D | bug.h | 54 #define BUG() do { \ macro 62 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) 173 #define BUG() do {} while (1) macro 177 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
|