Searched refs:BUG_ON (Results 1 - 25 of 2201) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Derr_ev7.h166 BUG_ON((type < EL_TYPE__PAL__ENV__AMBIENT_TEMPERATURE)
/linux-master/arch/arm/include/asm/
H A Dfirmware.h74 BUG_ON(!ops);
H A Dfncpy.h69 BUG_ON((uintptr_t)(dest_buf) & (FNCPY_ALIGN - 1) || \
/linux-master/arch/arm/mach-omap2/
H A Dprminst44xx.c60 BUG_ON(part >= OMAP4_MAX_PRCM_PARTITIONS ||
69 BUG_ON(part >= OMAP4_MAX_PRCM_PARTITIONS ||
/linux-master/arch/csky/mm/
H A Dcontext.c31 BUG_ON(((1 << CONFIG_CPU_ASID_BITS) - 1) <= num_possible_cpus());
/linux-master/arch/mips/ath79/
H A Dclock.c47 BUG_ON(type >= ARRAY_SIZE(clk_names) || !clk_names[type]);
/linux-master/arch/mips/generic/
H A Dboard-sead3.c169 BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3"));
/linux-master/arch/mips/include/asm/
H A Dbug.h34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) macro
/linux-master/arch/mips/mm/
H A Dsc-rm7k.c50 BUG_ON(size == 0);
74 BUG_ON(size == 0);
125 BUG_ON(tcache_size == 0);
/linux-master/arch/mips/pci/
H A Dpci-ip32.c135 BUG_ON(request_irq(MACE_PCI_BRIDGE_IRQ, macepci_error, 0,
H A Dpci-malta.c119 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) &&
136 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) &&
H A Dpci.c38 BUG_ON(!lsize);
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c39 BUG_ON(calls != spufs_calls);
161 BUG_ON(spufs_calls->owner != calls->owner);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c152 BUG_ON(avail != (4 - slot));
H A Dcontext.c82 BUG_ON(!list_empty(&ctx->rq));
167 BUG_ON(ctx->state != SPU_STATE_SAVED);
/linux-master/arch/powerpc/platforms/ps3/
H A Dtime.c25 BUG_ON(result);
38 BUG_ON(result);
/linux-master/arch/sh/boards/mach-r2d/
H A Dsetup.c69 BUG_ON(cs != 0); /* Single Epson RTC-9701JE attached on CS0 */
/linux-master/arch/sh/drivers/pci/
H A Dfixups-se7751.c99 * meaning all calls go straight through... use BUG_ON to
102 BUG_ON(chan->resources[1].start != SH7751_PCI_MEMORY_BASE);
/linux-master/arch/sh/include/asm/
H A Dbug.h108 #define UNWINDER_BUG_ON BUG_ON
/linux-master/arch/sh/kernel/cpu/irq/
H A Dipr.c63 BUG_ON(p->ipr_idx >= desc->nr_offsets);
64 BUG_ON(!desc->ipr_offsets[p->ipr_idx]);
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dclock-sh7619.c70 BUG_ON(!pll2_mult);
/linux-master/arch/sh/kernel/
H A Ddwarf.c324 BUG_ON(!cie_tmp);
360 BUG_ON(!fde_tmp);
/linux-master/arch/sh/mm/
H A Dtlb-urb.c34 BUG_ON(!--urb);
84 BUG_ON(urb++ == MMUCR_URB_NENTRIES);
/linux-master/arch/sparc/include/asm/
H A Dvga.h25 BUG_ON((long) addr >= 0);
32 BUG_ON((long) addr >= 0);
39 BUG_ON((long) p >= 0);
46 BUG_ON((long) d >= 0);
53 BUG_ON((long) d >= 0);
/linux-master/arch/sparc/kernel/
H A Djump_label.c22 BUG_ON(off & 3);
34 BUG_ON(off > 0x7fffff);
35 BUG_ON(off < -0x800000);

Completed in 367 milliseconds

1234567891011>>