/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.h | 130 BUG(); in DISPC_DEFAULT_COLOR() 147 BUG(); in DISPC_TRANS_COLOR() 158 BUG(); in DISPC_TIMING_H() 165 BUG(); in DISPC_TIMING_H() 176 BUG(); in DISPC_TIMING_V() 183 BUG(); in DISPC_TIMING_V() 194 BUG(); in DISPC_POL_FREQ() 201 BUG(); in DISPC_POL_FREQ() 212 BUG(); in DISPC_DIVISORo() 219 BUG(); in DISPC_DIVISORo() [all …]
|
D | rfbi.c | 187 BUG(); in rfbi_write_command() 218 BUG(); in rfbi_read_data() 245 BUG(); in rfbi_write_data() 300 BUG(); in rfbi_write_pixels() 655 BUG(); in rfbi_configure_bus() 674 BUG(); in rfbi_configure_bus() 691 BUG(); in rfbi_configure_bus() 698 BUG(); in rfbi_configure_bus() 702 BUG(); in rfbi_configure_bus()
|
D | dispc.c | 869 BUG(); return; in dispc_ovl_set_color_mode() 906 BUG(); return; in dispc_ovl_set_color_mode() 941 BUG(); in dispc_ovl_set_channel_out() 965 BUG(); in dispc_ovl_set_channel_out() 970 BUG(); in dispc_ovl_set_channel_out() 999 BUG(); in dispc_ovl_get_channel_out() 1504 BUG(); in dispc_ovl_set_accu_uv() 1520 BUG(); in dispc_ovl_set_accu_uv() 1649 BUG(); in dispc_ovl_set_scaling_uv() 1789 BUG(); in color_mode_to_bpp() [all …]
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io_noioport.h | 6 BUG(); in inb() 12 BUG(); in inw() 18 BUG(); in inl() 24 BUG(); in outb() 29 BUG(); in outw() 34 BUG(); in outl() 39 BUG(); in ioport_map() 45 BUG(); in ioport_unmap() 55 #define insb(a, b, c) BUG() 56 #define insw(a, b, c) BUG() [all …]
|
D | addrspace.h | 47 #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; })
|
D | bug.h | 41 #define BUG() \ macro 105 #define UNWINDER_BUG BUG
|
D | syscall_32.h | 72 BUG(); in syscall_get_arguments() 93 BUG(); in syscall_set_arguments()
|
D | tlb.h | 125 BUG(); in tlb_wire_entry() 130 BUG(); in tlb_unwire_entry()
|
D | uncached.h | 53 #define uncached_resize(size) BUG()
|
D | smp-ops.h | 46 BUG(); in play_dead()
|
/linux-4.1.27/arch/sh/mm/ |
D | nommu.c | 41 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()
|
/linux-4.1.27/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 | 108 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) 109 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) 184 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) 187 #define pgd_populate(mm, pmd, pte) BUG()
|
D | syscall.h | 55 BUG(); in microblaze_get_syscall_arg() 78 BUG(); in microblaze_set_syscall_arg()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | smp_32.c | 103 BUG(); in smp_cpus_done() 107 BUG(); in smp_cpus_done() 111 BUG(); in smp_cpus_done() 212 BUG(); in smp_prepare_cpus() 216 BUG(); in smp_prepare_cpus() 220 BUG(); in smp_prepare_cpus() 275 BUG(); in __cpu_up() 279 BUG(); in __cpu_up() 283 BUG(); in __cpu_up() 311 BUG(); in arch_cpu_pre_starting() [all …]
|
/linux-4.1.27/arch/frv/include/asm/ |
D | tlbflush.h | 63 #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()
|
D | syscall.h | 95 BUG(); in syscall_get_arguments() 119 BUG(); in syscall_set_arguments()
|
D | bug.h | 36 #define BUG() \ macro
|
D | pgalloc.h | 63 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *) 2); })
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | bugon.cocci | 1 /// Use BUG_ON instead of a if condition followed by BUG. 3 //# This makes an effort to find cases where BUG() follows an if 4 //# condition on an expression and replaces the if condition and BUG() 26 *if (e) BUG(); 36 -if (e) BUG(); 48 if (e) BUG@p (); 60 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
|
/linux-4.1.27/arch/arm/mach-ebsa110/ |
D | io.c | 59 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 …]
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
D | dma-coherence.h | 25 BUG(); in plat_map_dma_mem() 32 BUG(); in plat_map_dma_mem_page() 39 BUG(); in plat_dma_addr_to_phys() 46 BUG(); in plat_unmap_dma_mem() 51 BUG(); in plat_dma_supported()
|
/linux-4.1.27/arch/m32r/mm/ |
D | fault-nommu.c | 99 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()
|
/linux-4.1.27/fs/quota/ |
D | kqid.c | 24 BUG(); in qid_eq() 50 BUG(); in qid_lt() 77 BUG(); in from_kqid() 110 BUG(); in from_kqid_munged() 129 BUG(); in qid_valid()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | tlbflush.h | 237 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()
|
D | bug.h | 8 #define BUG() do { \ macro 13 #define BUG() do { \ macro 19 #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); }) 85 #define pmd_free(mm, pmd) BUG() 104 #define pgd_populate(mm, pmd, pte) BUG()
|
D | sun3_pgalloc.h | 17 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) 99 #define pgd_populate(mm, pmd, pte) BUG()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | io.h | 13 BUG(); in isa_bus_to_virt() 18 BUG(); in isa_virt_to_bus() 269 BUG(); in inb() 275 BUG(); in inw() 281 BUG(); in inl() 285 #define outb(x, y) BUG() 286 #define outw(x, y) BUG() 287 #define outl(x, y) BUG()
|
D | bug.h | 26 #define BUG() \ macro 41 #define BUG() \ macro
|
D | pgalloc.h | 97 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) 99 #define pgd_populate(mm, pmd, pte) BUG()
|
D | syscall.h | 38 BUG(); in syscall_get_arguments()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | bug.h | 34 #define BUG() \ 45 #define BUG() \ macro 57 #define BUG() (*(int *)0 = 0) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | highmem.h | 52 BUG(); in kmap() 61 BUG(); in kunmap() 87 BUG(); in kmap_atomic() 112 BUG(); in __kunmap_atomic()
|
D | syscall.h | 80 BUG(); in syscall_get_arguments() 112 BUG(); in syscall_set_arguments()
|
D | bug.h | 19 #define BUG() \ macro
|
/linux-4.1.27/arch/sparc/lib/ |
D | bitext.c | 45 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()
|
/linux-4.1.27/arch/arm/include/asm/hardware/ |
D | iop3xx-adma.h | 194 BUG(); in iop_chan_pq_slot_count() 202 BUG(); in iop_desc_init_pq() 208 BUG(); in iop_desc_set_pq_addr() 215 BUG(); in iop_desc_set_pq_src_addr() 221 BUG(); in iop_chan_pq_zero_sum_slot_count() 229 BUG(); in iop_desc_init_pq_zero_sum() 235 BUG(); in iop_desc_set_pq_zero_sum_byte_count() 244 BUG(); in iop_desc_set_pq_zero_sum_addr() 254 BUG(); in iop_adma_get_max_pq() 269 BUG(); in iop_chan_get_current_descriptor() [all …]
|
/linux-4.1.27/arch/frv/mm/ |
D | dma-alloc.c | 89 BUG(); in consistent_alloc() 97 BUG(); in consistent_alloc() 144 BUG(); in consistent_free() 158 BUG(); in consistent_sync()
|
D | highmem.c | 27 BUG(); in kunmap() 63 BUG(); in kmap_atomic() 84 BUG(); in __kunmap_atomic()
|
/linux-4.1.27/drivers/clocksource/ |
D | tegra20_timer.c | 173 BUG(); in tegra20_init_timer() 179 BUG(); in tegra20_init_timer() 213 BUG(); in tegra20_init_timer() 224 BUG(); in tegra20_init_timer() 241 BUG(); in tegra20_init_rtc()
|
D | cadence_ttc_timer.c | 487 BUG(); in ttc_timer_init() 493 BUG(); in ttc_timer_init() 503 BUG(); in ttc_timer_init() 511 BUG(); in ttc_timer_init()
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable_32.c | 36 BUG(); in set_pte_vaddr() 41 BUG(); in set_pte_vaddr() 46 BUG(); in set_pte_vaddr()
|
D | mmio-mod.c | 108 BUG(); in print_pte() 140 BUG(); in die_kmmio_nesting_error() 218 BUG(); in post()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | xtensa_ksyms.c | 81 BUG(); in __xtensa_libgcc_window_spill() 87 BUG(); in __sync_fetch_and_and_4() 93 BUG(); in __sync_fetch_and_or_4()
|
D | pci-dma.c | 85 BUG(); in consistent_sync()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | lcd_dma.c | 96 BUG(); in omap_set_lcd_dma_b1_rotation() 107 BUG(); in omap_set_lcd_dma_b1_mirror() 117 BUG(); in omap_set_lcd_dma_b1_vxres() 127 BUG(); in omap_set_lcd_dma_b1_scale() 155 BUG(); in set_b1_regs() 235 BUG(); in set_b1_regs() 311 BUG(); in omap_request_lcd_dma() 338 BUG(); in omap_free_lcd_dma()
|
/linux-4.1.27/include/linux/ |
D | mmdebug.h | 22 BUG(); \ 29 BUG(); \ 36 BUG(); \
|
D | hugetlb.h | 125 #define follow_hugetlb_page(m,v,p,vs,a,b,i,w) ({ BUG(); 0; }) 127 #define copy_hugetlb_page_range(src, dst, vma) ({ BUG(); 0; }) 141 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) 142 #define hugetlb_fault(mm, vma, addr, flags) ({ BUG(); 0; }) 165 BUG(); in __unmap_hugepage_range_final() 172 BUG(); in __unmap_hugepage_range() 187 BUG(); in pgd_write() 195 BUG(); in pud_write()
|
D | proc_fs.h | 68 static inline void *PDE_DATA(const struct inode *inode) {BUG(); return NULL;} in PDE_DATA() 69 static inline void *proc_get_parent_data(const struct inode *inode) { BUG(); return NULL; } in proc_get_parent_data()
|
D | if_vlan.h | 216 BUG(); in vlan_dev_real_dev() 222 BUG(); in vlan_dev_vlan_id() 228 BUG(); in vlan_dev_vlan_proto() 269 BUG(); in vlan_get_encap_level()
|
D | ptrace.h | 284 BUG(); /* This can never be called. */ in user_enable_single_step() 327 BUG(); /* This can never be called. */ in user_enable_block_step()
|
D | transport_class.h | 93 BUG(); in transport_container_unregister()
|
D | pid_namespace.h | 90 BUG(); in zap_pid_ns_processes()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | bug.h | 12 #define BUG() \ macro 26 #define BUG() __asm__ __volatile__ ("break 14\n\t") macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | bug.h | 14 #define BUG() \ macro 28 #define BUG() \ macro
|
D | syscall.h | 130 BUG(); in syscall_get_arguments() 157 BUG(); in syscall_get_arguments() 191 BUG(); in syscall_set_arguments() 218 BUG(); in syscall_set_arguments()
|
D | debugreg.h | 44 BUG(); in native_get_debugreg() 71 BUG(); in native_set_debugreg()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | bug.h | 9 #define BUG() do { \ macro 14 #define BUG() __builtin_trap() macro
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.h | 364 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) 365 #define SMC_outl(x, ioaddr, reg) BUG() 366 #define SMC_insl(a, r, p, l) BUG() 367 #define SMC_outsl(a, r, p, l) BUG() 371 #define SMC_insl(a, r, p, l) BUG() 372 #define SMC_outsl(a, r, p, l) BUG() 395 #define SMC_insw(a, r, p, l) BUG() 396 #define SMC_outsw(a, r, p, l) BUG() 401 #define SMC_insw(a, r, p, l) BUG() 402 #define SMC_outsw(a, r, p, l) BUG() [all …]
|
/linux-4.1.27/arch/nios2/mm/ |
D | ioremap.c | 36 BUG(); in remap_area_pte() 41 BUG(); in remap_area_pte() 62 BUG(); in remap_area_pmd() 87 BUG(); in remap_area_pages()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | bug.h | 11 static inline void __noreturn BUG(void) in BUG() function 25 BUG(); in __BUG_ON()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-recvmsg.c | 125 BUG(); in rxrpc_recvmsg() 217 BUG(); in rxrpc_recvmsg() 242 BUG(); in rxrpc_recvmsg() 269 BUG(); in rxrpc_recvmsg() 283 BUG(); in rxrpc_recvmsg() 306 BUG(); in rxrpc_recvmsg() 321 BUG(); in rxrpc_recvmsg()
|
D | ar-accept.c | 293 BUG(); in rxrpc_accept_incoming_calls() 373 BUG(); in rxrpc_accept_call() 381 BUG(); in rxrpc_accept_call() 383 BUG(); in rxrpc_accept_call() 452 BUG(); in rxrpc_reject_call()
|
D | ar-internal.h | 695 BUG(); \ 708 BUG(); \ 717 BUG(); \ 730 BUG(); \ 806 BUG(); \
|
D | ar-transport.c | 63 BUG(); in rxrpc_alloc_transport() 67 BUG(); in rxrpc_alloc_transport()
|
D | ar-peer.c | 88 BUG(); in rxrpc_alloc_peer() 92 BUG(); in rxrpc_alloc_peer()
|
/linux-4.1.27/kernel/sched/ |
D | stop_task.c | 55 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop() 90 BUG(); /* its impossible to change to this class */ in switched_to_stop() 96 BUG(); /* how!?, what priority? */ in prio_changed_stop()
|
D | idle_task.c | 64 BUG(); in switched_to_idle() 70 BUG(); in prio_changed_idle()
|
/linux-4.1.27/arch/arm/kvm/ |
D | handle_exit.c | 35 BUG(); in handle_svc_hyp() 129 BUG(); in kvm_get_exit_handler() 150 BUG(); in handle_exit()
|
/linux-4.1.27/arch/mips/bcm63xx/ |
D | gpio.c | 47 BUG(); in bcm63xx_gpio_set() 74 BUG(); in bcm63xx_gpio_get() 96 BUG(); in bcm63xx_gpio_set_direction()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | io.h | 48 BUG(); in ioremap_nocache() 58 BUG(); in ioremap_cache()
|
/linux-4.1.27/arch/mips/kernel/ |
D | watch.c | 24 BUG(); in mips_install_watch_registers() 53 BUG(); in mips_read_watch_registers() 83 BUG(); in mips_clear_watch_registers()
|
D | time.c | 85 BUG(); in plat_timer_setup()
|
D | smp-up.c | 62 BUG(); in up_cpu_die()
|
D | smp-gic.c | 42 BUG(); in gic_send_ipi_single()
|
/linux-4.1.27/arch/mips/lib/ |
D | uncached.c | 54 BUG(); in run_uncached() 66 BUG(); in run_uncached()
|
/linux-4.1.27/kernel/time/ |
D | tick-internal.h | 106 ktime_t nextevt) { BUG(); } in tick_setup_oneshot() 107 static inline void tick_resume_oneshot(void) { BUG(); } in tick_resume_oneshot() 126 static inline void tick_broadcast_setup_oneshot(struct clock_event_device *bc) { BUG(); } in tick_broadcast_setup_oneshot()
|
/linux-4.1.27/arch/arm/kernel/ |
D | reboot.c | 57 BUG(); in __soft_restart() 76 BUG(); in _soft_restart()
|
D | dma.c | 202 BUG(); in enable_dma() 223 BUG(); in disable_dma()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 252 BUG(); in xen_vcpu_restore() 261 BUG(); in xen_vcpu_restore() 527 BUG(); in set_aliased_prot() 534 BUG(); in set_aliased_prot() 630 BUG(); in xen_load_gdt() 662 BUG(); in xen_load_gdt_boot() 668 BUG(); in xen_load_gdt_boot() 738 BUG(); in xen_load_gs_index() 754 BUG(); in xen_write_ldt_entry() 845 BUG(); in xen_write_idt_entry() [all …]
|
D | time.c | 112 BUG(); in xen_setup_runstate_info() 303 BUG(); in xen_timerop_set_next_event() 341 BUG(); in xen_vcpuop_set_mode() 348 BUG(); in xen_vcpuop_set_mode() 469 BUG(); in xen_timer_resume()
|
D | smp.c | 339 BUG(); in xen_smp_prepare_cpus() 434 BUG(); in cpu_initialize_context() 531 BUG(); in xen_cpu_die() 536 BUG(); in xen_play_dead() 551 BUG(); in stop_self()
|
D | suspend.c | 28 BUG(); in xen_pv_pre_suspend()
|
D | irq.c | 106 BUG(); in xen_safe_halt()
|
/linux-4.1.27/arch/arm/include/asm/xen/ |
D | hypercall.h | 67 BUG(); in MULTI_update_va_mapping() 74 BUG(); in MULTI_mmu_update()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 189 BUG(); in ps3_open_hv_device() 198 BUG(); in ps3_open_hv_device() 227 BUG(); in ps3_close_hv_device() 236 BUG(); in ps3_close_hv_device() 339 BUG(); in ps3_mmio_region_init() 449 BUG(); in ps3_system_bus_shutdown() 616 BUG(); in ps3_ioc0_map_page() 675 BUG(); in ps3_ioc0_map_sg() 691 BUG(); in ps3_ioc0_unmap_sg() 774 BUG(); in ps3_system_bus_device_register()
|
D | htab.c | 82 BUG(); in ps3_hpte_insert() 133 BUG(); in ps3_hpte_updatepp() 178 BUG(); in ps3_hpte_invalidate()
|
/linux-4.1.27/include/asm-generic/ |
D | bug.h | 48 #define BUG() do { \ macro 55 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) 141 #define BUG() do {} while (1) macro
|
D | tlbflush.h | 16 BUG(); in flush_tlb_mm()
|
D | pgtable.h | 72 BUG(); in pmdp_test_and_clear_young() 182 BUG(); in pmdp_set_wrprotect() 235 BUG(); in pmd_same() 576 BUG(); in pmd_write()
|
/linux-4.1.27/drivers/parisc/ |
D | superio.c | 281 BUG(); in superio_init() 296 BUG(); in superio_mask_irq() 314 BUG(); in superio_unmask_irq() 348 BUG(); in superio_fixup_irq() 381 BUG(); in superio_fixup_irq()
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap-mmio.c | 45 BUG(); in regmap_mmio_regsize_check() 84 BUG(); in regmap_mmio_get_offset() 124 BUG(); in regmap_mmio_gather_write() 184 BUG(); in regmap_mmio_read()
|
/linux-4.1.27/arch/arm/mach-spear/ |
D | spear3xx.c | 100 BUG(); in spear3xx_timer_init() 108 BUG(); in spear3xx_timer_init()
|
D | spear13xx.c | 111 BUG(); in spear13xx_timer_init() 119 BUG(); in spear13xx_timer_init()
|
D | pl080.c | 73 BUG(); in pl080_put_signal()
|
D | spear6xx.c | 387 BUG(); in spear6xx_timer_init() 395 BUG(); in spear6xx_timer_init()
|
/linux-4.1.27/arch/microblaze/mm/ |
D | consistent.c | 76 BUG(); in consistent_alloc() 186 BUG(); in consistent_free() 241 BUG(); in consistent_sync()
|
/linux-4.1.27/drivers/cpufreq/ |
D | sparc-us2e-cpufreq.c | 153 BUG(); in us2e_transition() 178 BUG(); in index_to_estar_mode() 201 BUG(); in index_to_divisor() 226 BUG(); in estar_to_divisor()
|
D | sparc-us3-cpufreq.c | 73 BUG(); in get_current_freq() 121 BUG(); in us3_freq_target()
|
D | powernv-cpufreq.c | 191 BUG(); in get_pmspr() 205 BUG(); in set_pmspr()
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | syscall.h | 81 BUG(); in syscall_get_arguments() 119 BUG(); in syscall_set_arguments()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | bug.h | 65 #define BUG() do { \ 77 BUG(); \
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgalloc.h | 74 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) 77 #define pgd_populate(mm, pmd, pte) BUG()
|
/linux-4.1.27/arch/mips/ath79/ |
D | common.c | 78 BUG(); in ath79_device_reset_set() 106 BUG(); in ath79_device_reset_clear()
|
D | gpio.c | 152 BUG(); in ath79_gpio_get_function_reg() 200 BUG(); in ath79_gpio_init()
|
D | irq.c | 112 BUG(); in ath79_misc_irq_init() 359 BUG(); in arch_init_irq()
|
D | dev-common.c | 93 BUG(); in ath79_register_uart()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf_res.c | 145 BUG(); in vmw_cmdbuf_res_commit() 181 BUG(); in vmw_cmdbuf_res_revert() 267 BUG(); in vmw_cmdbuf_res_remove()
|
/linux-4.1.27/security/selinux/ |
D | netnode.c | 127 BUG(); in sel_netnode_find() 168 BUG(); in sel_netnode_insert() 228 BUG(); in sel_netnode_sid_slow()
|
D | netlink.c | 41 BUG(); in selnl_msglen() 66 BUG(); in selnl_add_payload()
|
/linux-4.1.27/arch/m68k/sun3/ |
D | sun3dvma.c | 141 BUG(); in rmcache() 164 BUG(); in get_baddr() 199 BUG(); in get_baddr() 316 BUG(); in dvma_map_align()
|
/linux-4.1.27/fs/cachefiles/ |
D | internal.h | 321 BUG(); \ 332 BUG(); \ 341 BUG(); \ 352 BUG(); \
|
/linux-4.1.27/fs/btrfs/ |
D | print-tree.c | 79 BUG(); in print_extent_item() 131 BUG(); in print_extent_item() 270 BUG(); in btrfs_print_leaf() 342 BUG(); in btrfs_print_tree() 345 BUG(); in btrfs_print_tree()
|
D | locking.h | 50 BUG(); in btrfs_tree_unlock_rw()
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | syscall.h | 95 BUG(); in syscall_get_arguments() 134 BUG(); in syscall_set_arguments()
|
D | dma-mapping.h | 35 BUG(); in __dma_sync_for_device() 51 BUG(); in __dma_sync_for_cpu()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | smpboot.c | 361 BUG(); in __cpu_up() 377 BUG(); in smp_cpus_done() 465 BUG(); in smp_callin() 481 BUG(); in smp_callin()
|
D | smp.c | 331 BUG(); in smp_flush_tlb_page() 378 BUG(); in flush_tlb_others() 796 BUG(); in send_IPI_mask_phys() 798 BUG(); in send_IPI_mask_phys()
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_bmap.c | 177 BUG(); in vxfs_bmap_indir() 240 BUG(); in vxfs_bmap_typed() 275 BUG(); in vxfs_bmap1()
|
/linux-4.1.27/arch/mips/fw/arc/ |
D | memory.c | 81 BUG(); in memtype_classify_arcs() 101 BUG(); in memtype_classify_arc()
|
/linux-4.1.27/fs/afs/ |
D | rxrpc.c | 152 BUG(); in afs_data_delivered() 169 BUG(); in afs_free_skb() 182 BUG(); in afs_free_call() 527 BUG(); in afs_deliver_to_call() 673 BUG(); in afs_transfer_reply() 741 BUG(); in afs_deliver_cm_op_id() 743 BUG(); in afs_deliver_cm_op_id() 850 BUG(); in afs_extract_data()
|
D | internal.h | 813 BUG(); \ 826 BUG(); \ 841 BUG(); \ 850 BUG(); \ 863 BUG(); \
|
D | flock.c | 143 BUG(); in afs_lock_work() 177 BUG(); in afs_lock_work() 243 BUG(); in afs_defer_unlock() 245 BUG(); in afs_defer_unlock()
|
/linux-4.1.27/include/linux/mtd/ |
D | cfi.h | 79 BUG(); in cfi_interleave() 353 default: BUG(); in cfi_build_cmd() 368 default: BUG(); in cfi_build_cmd() 422 default: BUG(); in cfi_merge_status() 446 default: BUG(); in cfi_merge_status()
|
D | map.h | 148 BUG(); in map_bankwidth() 360 BUG(); in map_word_load() 428 BUG(); in inline_map_read() 448 BUG(); in inline_map_write()
|
/linux-4.1.27/net/netfilter/ |
D | xt_u32.c | 42 BUG(); in u32_match_it() 70 BUG(); in u32_match_it()
|
/linux-4.1.27/arch/arm/mach-zynq/ |
D | slcr.c | 202 BUG(); in zynq_early_slcr_init() 208 BUG(); in zynq_early_slcr_init()
|
/linux-4.1.27/fs/fscache/ |
D | internal.h | 422 BUG(); \ 433 BUG(); \ 442 BUG(); \ 453 BUG(); \
|
/linux-4.1.27/fs/9p/ |
D | acl.c | 142 BUG(); in v9fs_set_acl() 228 BUG(); in v9fs_remote_get_acl() 275 BUG(); in v9fs_remote_set_acl() 359 BUG(); in v9fs_xattr_set_acl()
|
/linux-4.1.27/arch/arm64/kvm/ |
D | regmap.c | 135 BUG(); in vcpu_reg32() 164 BUG(); in vcpu_spsr32()
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.debug | 42 bool "Suppress Kernel BUG Messages" 44 Do not output any debug BUG messages within the kernel.
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | pci.c | 87 BUG(); in __pci_addr() 89 BUG(); in __pci_addr() 91 BUG(); in __pci_addr()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgalloc.h | 51 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) 53 #define pud_populate(mm,pmd,pte) BUG()
|
D | bug.h | 24 #define BUG() _BUG(__FILE__, __LINE__, BUG_INSTR_VALUE) macro
|
/linux-4.1.27/drivers/tty/serial/cpm_uart/ |
D | cpm_uart.h | 124 BUG(); in cpu2cpm_addr() 140 BUG(); in cpm2cpu_addr()
|
/linux-4.1.27/kernel/ |
D | audit.h | 277 #define audit_remove_watch_rule(k) BUG() 296 #define audit_remove_tree_rule(rule) BUG() 303 #define audit_kill_trees(list) BUG()
|
/linux-4.1.27/fs/ocfs2/ |
D | buffer_head_io.c | 146 BUG(); in ocfs2_read_blocks_sync() 285 BUG(); in ocfs2_read_blocks() 384 BUG(); in ocfs2_check_super_or_backup()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | op-rfkill.c | 59 BUG(); in i2400m_radio_is() 116 BUG(); in i2400m_op_rfkill_sw_toggle()
|
/linux-4.1.27/tools/virtio/linux/ |
D | bug.h | 8 #define BUG() abort() macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | bug.h | 11 #define BUG() do { \ macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | bug.h | 6 #define BUG() do { printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); ia64_abort(); } while (0) macro
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | ni_tio.c | 225 BUG(); in ni_tio_clock_period_ps() 307 BUG(); in ni_m_series_clock_src_select() 364 BUG(); in ni_660x_clock_src_select() 587 BUG(); in ni_660x_clk_src() 646 BUG(); in ni_m_clk_src() 949 BUG(); in ni_tio_set_gate_src() 1018 BUG(); in ni_660x_gate_to_generic_gate() 1054 BUG(); in ni_m_gate_to_generic_gate() 1086 BUG(); in ni_660x_gate2_to_generic_gate()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.h | 305 #define INVALID_IDX(idx) ({BUG(); 0;}) 306 #define fui(x) ({BUG(); 0;}) 307 #define util_float_to_half(x) ({BUG(); 0;})
|
/linux-4.1.27/arch/arc/include/asm/ |
D | bug.h | 24 #define BUG() do { \ macro
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | pci.c | 97 BUG(); in iop13xx_map_pci_memory() 122 BUG(); in iop13xx_map_pci_memory() 167 BUG(); in iop13xx_atu_function() 378 BUG(); in iop13xx_atue_pci_status() 527 BUG(); in iop13xx_scan_bus() 907 BUG(); in iop13xx_set_atu_mmr_bases()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | bug.h | 52 #define BUG() \ macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | dma-mapping.h | 29 BUG(); in dma_alloc_coherent() 37 BUG(); in dma_free_coherent()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | bug.h | 44 #define BUG() do { \ macro
|
D | sfp-util.h | 65 #define abort() BUG()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-bug.c | 56 MACHINE_START(BUG, "BugLabs BUGBase")
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 208 # Prints "BUG: " in red followed by remaining arguments
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pxa2xx.c | 54 BUG(); in pxa2xx_transceiver_mode()
|
/linux-4.1.27/mm/ |
D | early_ioremap.c | 51 BUG(); in __late_set_fixmap() 58 BUG(); in __late_clear_fixmap()
|
D | pgtable-generic.c | 74 BUG(); in pmdp_set_access_flags() 100 BUG(); in pmdp_clear_flush_young()
|
D | nommu.c | 469 BUG(); in vmap() 476 BUG(); in vunmap() 482 BUG(); in vm_map_ram() 489 BUG(); in vm_unmap_ram() 520 BUG(); in alloc_vm_area() 527 BUG(); in free_vm_area() 639 BUG(); in add_nommu_region() 792 BUG(); in add_vma_to_mm() 1999 BUG(); in filemap_fault() 2006 BUG(); in filemap_map_pages()
|
D | mempolicy.c | 336 BUG(); in mpol_rebind_nodemask() 347 BUG(); in mpol_rebind_nodemask() 412 BUG(); in mpol_rebind_policy() 419 BUG(); in mpol_rebind_policy() 552 BUG(); in queue_pages_hugetlb() 815 BUG(); in get_policy_nodemask() 1670 BUG(); in policy_zonelist() 1732 BUG(); in mempolicy_slab_node() 1871 BUG(); in init_nodemask_of_mempolicy() 1916 BUG(); in mempolicy_nodemask_intersects() [all …]
|
/linux-4.1.27/arch/arm/mach-hisi/ |
D | hotplug.c | 189 BUG(); in hix5hd2_set_cpu() 225 BUG(); in hip01_set_cpu()
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | pm.c | 166 BUG(); in tegra_sleep_cpu() 222 BUG(); in tegra_sleep_core()
|
D | hotplug.c | 54 BUG(); in tegra_cpu_die()
|
D | reset.c | 86 BUG(); in tegra_cpu_reset_handler_enable()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 620 BUG(); in dlm_remaster_locks() 668 BUG(); in dlm_remaster_locks() 978 BUG(); in dlm_send_all_done_msg() 1019 BUG(); in dlm_reco_data_done_handler() 1162 BUG(); in dlm_send_mig_lockres_msg() 1221 BUG(); in dlm_prepare_lvb_for_migration() 1341 BUG(); in dlm_send_one_lockres() 1637 BUG(); in dlm_lockres_master_requery() 1852 BUG(); in dlm_process_recovery_data() 1872 BUG(); in dlm_process_recovery_data() [all …]
|
D | dlmmaster.c | 241 BUG(); in __dlm_put_mle() 841 BUG(); in dlm_get_lock_resource() 1357 BUG(); in dlm_do_master_request() 1360 BUG(); in dlm_do_master_request() 1371 BUG(); in dlm_do_master_request() 1407 BUG(); in dlm_do_master_request() 1522 BUG(); in dlm_master_request_handler() 1530 BUG(); in dlm_master_request_handler() 1545 BUG(); in dlm_master_request_handler() 1617 BUG(); in dlm_master_request_handler() [all …]
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | bug.h | 52 #define BUG() \ macro
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | fixmap.h | 76 BUG(); in fix_to_virt()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-n8x0.c | 225 BUG(); in n8x0_mmc_set_power_menelaus() 259 BUG(); in n8x0_mmc_set_power_menelaus() 311 BUG(); in n8x0_mmc_set_bus_mode()
|
/linux-4.1.27/arch/arm/common/ |
D | mcpm_entry.c | 204 BUG(); in mcpm_cpu_power_down() 235 BUG(); in mcpm_cpu_suspend() 308 BUG(); in nocache_trampoline()
|
/linux-4.1.27/drivers/ps3/ |
D | ps3-lpm.c | 241 BUG(); in ps3_read_phys_ctr() 294 BUG(); in ps3_write_phys_ctr() 439 BUG(); in ps3_read_pm() 504 BUG(); in ps3_write_pm() 563 BUG(); in ps3_set_ctr_size() 738 BUG(); in pm_signal_group_to_ps3_lv1_signal_group()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-mvebu.c | 141 BUG(); in mvebu_gpioreg_edge_cause() 161 BUG(); in mvebu_gpioreg_edge_mask() 180 BUG(); in mvebu_gpioreg_level_mask() 617 BUG(); in mvebu_gpio_suspend() 660 BUG(); in mvebu_gpio_resume() 773 BUG(); in mvebu_gpio_probe()
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-gic.c | 340 BUG(); in gic_cascade_irq() 342 BUG(); in gic_cascade_irq() 455 BUG(); in gic_dist_save() 490 BUG(); in gic_dist_restore() 527 BUG(); in gic_cpu_save() 553 BUG(); in gic_cpu_restore() 710 BUG(); in gic_migrate_target()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grumain.c | 176 BUG(); in reserve_resources() 569 BUG(); in gru_unload_context() 581 BUG(); in gru_unload_context() 638 BUG(); in gru_load_context() 645 BUG(); in gru_load_context() 671 BUG(); in gru_update_cch() 680 BUG(); in gru_update_cch()
|
/linux-4.1.27/arch/um/kernel/ |
D | mem.c | 73 BUG(); in one_page_table_init() 83 BUG(); in one_md_table_init()
|
/linux-4.1.27/arch/microblaze/kernel/cpu/ |
D | cpuinfo.c | 129 BUG(); in setup_cpuinfo_clk()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirt_patch.c | 91 BUG(); in paravirt_get_next_tag() 135 BUG(); in paravirt_read_inst() 176 BUG(); in paravirt_write_inst()
|
D | paravirt_patchlist.c | 71 BUG(); in paravirt_get_gate_patchlist()
|
/linux-4.1.27/fs/jffs2/ |
D | debug.c | 38 BUG(); in __jffs2_dbg_acct_sanity_check_nolock() 47 BUG(); in __jffs2_dbg_acct_sanity_check_nolock() 117 BUG(); in __jffs2_dbg_fragtree_paranoia_check_nolock() 154 BUG(); in __jffs2_dbg_prewrite_paranoia_check() 293 BUG(); in __jffs2_dbg_superblock_counts() 382 BUG(); in __jffs2_dbg_acct_paranoia_check_nolock() 731 BUG(); in __jffs2_dbg_dump_fragtree_nolock()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | arch_timer.h | 113 BUG(); in arch_counter_get_cntpct()
|
/linux-4.1.27/arch/x86/kernel/ |
D | devicetree.c | 33 BUG(); in early_init_dt_scan_chosen_arch() 38 BUG(); in early_init_dt_add_memory_arch()
|
D | quirks.c | 87 BUG(); in ich_force_hpet_resume() 203 BUG(); in old_ich_force_hpet_resume() 295 BUG(); in vt8237_force_hpet_resume()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | timer.c | 269 BUG(); in xilinx_timer_init() 286 BUG(); in xilinx_timer_init()
|
/linux-4.1.27/fs/nilfs2/ |
D | page.h | 67 do { nilfs_page_bug(page); BUG(); } while (0)
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | userdlm.c | 173 BUG(); in user_dlm_grab_inode_ref() 207 BUG(); in __user_dlm_cond_queue_lockres() 409 BUG(); in user_dlm_inc_holders() 525 BUG(); in user_dlm_dec_holders()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_irq.c | 46 BUG(); in psb_pipestat() 58 BUG(); in mid_pipe_event() 70 BUG(); in mid_pipe_vsync() 82 BUG(); in mid_pipeconf()
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_log.h | 101 BUG(); \
|
/linux-4.1.27/arch/arm/mach-ux500/ |
D | id.h | 142 #define ux500_unknown_soc() BUG()
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
D | board-dsm320.c | 50 BUG(); in dsm320_pci_map_irq()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | setup-sh3.c | 65 BUG(); in plat_irq_setup_pins()
|
/linux-4.1.27/arch/x86/platform/intel-mid/ |
D | mrfl.c | 64 BUG(); in tangier_calibrate_tsc()
|
/linux-4.1.27/arch/um/ |
D | Kconfig.common | 53 depends on BUG
|
/linux-4.1.27/drivers/media/i2c/smiapp/ |
D | smiapp-regs.c | 122 BUG(); in ____smiapp_read() 258 BUG(); in smiapp_write_no_quirk()
|
/linux-4.1.27/arch/mips/ralink/ |
D | rt305x.c | 188 BUG(); in ralink_clk_init() 193 BUG(); in ralink_clk_init()
|
/linux-4.1.27/arch/frv/kernel/ |
D | traps.c | 301 BUG(); in atomic_operation() 427 BUG(); in data_store_error() 466 BUG(); in compound_exception()
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
D | fpu.c | 56 BUG(); in fpu_state_restore()
|
/linux-4.1.27/arch/score/kernel/ |
D | time.c | 73 BUG(); in score_timer_set_mode()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | lcdc.c | 108 BUG(); in set_load_mode() 206 BUG(); in setup_lcd_dma() 213 BUG(); in setup_lcd_dma() 359 BUG(); in omap_lcdc_setup_plane()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_debug.h | 46 BUG(); \
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | addrs.h | 143 #define TO_AMO(x) ({ BUG(); x; }) 144 #define TO_GET(x) ({ BUG(); x; })
|
/linux-4.1.27/fs/lockd/ |
D | svc.c | 278 BUG(); in lockd_down_net() 417 BUG(); in lockd_down() 422 BUG(); in lockd_down()
|
/linux-4.1.27/arch/sparc/mm/ |
D | tsb.c | 147 BUG(); in setup_tsb_params() 239 BUG(); in setup_tsb_params() 254 BUG(); in setup_tsb_params()
|
/linux-4.1.27/arch/arm/mach-bcm/ |
D | board_bcm2835.c | 122 BUG(); in bcm2835_init()
|