Searched refs:WARN_ON (Results 1 - 25 of 254) sorted by relevance

1234567891011

/arch/arm/mach-omap2/
H A Dpowerdomain-common.c65 WARN_ON(1); /* should never happen */
85 WARN_ON(1); /* should never happen */
105 WARN_ON(1); /* should never happen */
H A Dserial.c158 if (WARN_ON(!uart))
220 if (WARN_ON(!bdata))
222 if (WARN_ON(bdata->id < 0))
224 if (WARN_ON(bdata->id >= num_uarts))
259 if (WARN_ON(!oh))
H A Domap4-common.c142 if (WARN_ON(!l2cache_base))
204 if (WARN_ON(!sar_ram_base))
/arch/arm/mach-vexpress/
H A Dplatsmp.c56 if (WARN_ON(!reg))
65 if (WARN_ON(!vexpress_dt_cortex_a9_scu_base))
75 WARN_ON(of_scan_flat_dt(vexpress_dt_find_scu, NULL));
115 WARN_ON(1);
147 WARN_ON(1);
156 WARN_ON(1);
161 WARN_ON(1);
/arch/blackfin/include/asm/
H A Dbug.h58 #define WARN_ON(condition) \ macro
/arch/mips/include/asm/
H A Dbugs.h47 WARN_ON(daddiu_bug < 0);
/arch/powerpc/platforms/pseries/
H A Devent_sources.c48 WARN_ON(1);
69 WARN_ON(1);
81 WARN_ON(1);
/arch/powerpc/include/asm/
H A Dxics.h102 if (WARN_ON(os_cppr->index >= MAX_NUM_PRIORITIES - 1))
115 if (WARN_ON(os_cppr->index < 1))
128 WARN_ON(os_cppr->index != 0);
/arch/avr32/include/asm/
H A Dbug.h58 #define WARN_ON(condition) \ macro
/arch/parisc/include/asm/
H A Dbug.h76 #define WARN_ON(x) ({ \ macro
/arch/s390/include/asm/
H A Dbug.h53 #define WARN_ON(x) ({ \ macro
/arch/sh/kernel/
H A Dreturn_address.c42 WARN_ON(i != depth + 1);
H A Ddma-nommu.c20 WARN_ON(size == 0);
33 WARN_ON(nents == 0 || sg[0].length == 0);
/arch/arm/common/
H A Dfiq_glue_setup.c54 if (WARN_ON(!stack)) {
62 if (WARN_ON(ret))
/arch/ia64/kernel/
H A Dnuma.c56 WARN_ON(!cpu_isset(cpu, node_to_cpu_mask[nid]));
57 WARN_ON(cpu_to_node_map[cpu] != nid);
/arch/powerpc/platforms/cell/spufs/
H A Dgang.c50 WARN_ON(gang->contexts || !list_empty(&gang->list));
77 WARN_ON(ctx->gang != gang);
/arch/arm/plat-omap/
H A Domap-pm-noop.c198 WARN_ON(1);
258 WARN_ON(1);
319 if (WARN_ON(!dev))
/arch/parisc/kernel/
H A Dftrace.c57 WARN_ON(1);
90 WARN_ON(1);
125 WARN_ON(1);
/arch/powerpc/platforms/83xx/
H A Dmpc837x_rdb.c31 WARN_ON(1);
/arch/arm/mach-davinci/
H A Dmux.c39 if (WARN_ON(!soc_info->pinmux_pins))
44 if (WARN_ON(!pinmux_base))
/arch/x86/kernel/
H A Dpci-nommu.c35 WARN_ON(size == 0);
64 WARN_ON(nents == 0 || sg[0].length == 0);
/arch/x86/mm/
H A Dioremap.c396 WARN_ON(1);
460 WARN_ON(1);
498 WARN_ON(system_state != SYSTEM_BOOTING);
511 WARN_ON(1);
524 WARN_ON(1);
541 WARN_ON(1);
596 WARN_ON(1);
603 WARN_ON(1);
615 WARN_ON(1);
/arch/arm/mach-s3c64xx/
H A Dmach-smartq.c397 WARN_ON(smartq_lcd_setup_gpio());
398 WARN_ON(smartq_power_off_init());
399 WARN_ON(smartq_usb_host_init());
400 WARN_ON(smartq_usb_otg_init());
401 WARN_ON(smartq_wifi_init());
/arch/powerpc/mm/
H A Dpgtable_64.c172 WARN_ON(pa & ~PAGE_MASK);
173 WARN_ON(((unsigned long)ea) & ~PAGE_MASK);
174 WARN_ON(size & ~PAGE_MASK);
191 WARN_ON(((unsigned long)ea) & ~PAGE_MASK);
192 WARN_ON(size & ~PAGE_MASK);
/arch/arm/mach-highbank/
H A Dhighbank.c103 WARN_ON(!sregs_base);
107 WARN_ON(!timer_base);

Completed in 2605 milliseconds

1234567891011