Searched refs:error (Results 1 - 25 of 556) sorted by relevance

1234567891011>>

/arch/openrisc/include/asm/
H A Dspinlock.h22 #error "or32 doesn't do SMP yet"
/arch/arm/mach-shmobile/include/mach/
H A Dmmc.h13 #error "unsupported board."
H A Dsdhi.h13 #error "unsupported CPU."
H A Dzboot.h19 #error "unsupported board."
/arch/avr32/include/asm/
H A Dbarrier.h17 # error "The AVR32 port does not support SMP"
/arch/frv/include/asm/
H A Dsmp.h6 #error SMP not supported
H A Dspinlock.h15 #error no spinlocks for FR-V yet
H A Dtopology.h6 #error NUMA not supported yet
/arch/mips/include/asm/mach-pmcs-msp71xx/
H A Dmsp_int.h40 #error "What sort of interrupt controller does *your* MSP have?"
/arch/blackfin/mach-common/
H A Darch_checks.c16 # error "VCO selected is more than maximum value. Please change the VCO multipler"
20 # error "Sclk value selected is more than maximum. Please select a proper value for SCLK multiplier"
24 # error "Sclk value selected is less than minimum. Please select a proper value for SCLK multiplier"
28 # error "ANOMALY 05000273, please make sure CCLK is at least 2x SCLK"
32 # error "Please select sclk less than cclk"
38 # error "The kernel load address must be after the fixed code section"
42 # error "The kernel load address must be 4 byte aligned"
47 # error "The kernel load address is too high; keep it below 10meg for safety"
51 # error the MPU will not function safely while Anomaly 05000263 applies
55 # error Yo
[all...]
/arch/mips/cobalt/
H A Dbuttons.c34 int error; local
40 error = platform_device_add_resources(pd, &cobalt_buttons_resource, 1);
41 if (error)
44 error = platform_device_add(pd);
45 if (error)
52 return error;
/arch/alpha/include/asm/
H A Dspinlock_types.h5 # error "please don't include this file directly"
/arch/hexagon/include/asm/
H A Dspinlock_types.h25 # error "please don't include this file directly"
/arch/metag/include/asm/
H A Dspinlock_types.h5 # error "please don't include this file directly"
/arch/powerpc/include/asm/
H A Dspinlock_types.h5 # error "please don't include this file directly"
/arch/sparc/include/asm/
H A Dspinlock_types.h5 # error "please don't include this file directly"
/arch/xtensa/include/asm/
H A Dspinlock_types.h5 # error "please don't include this file directly"
/arch/mips/include/asm/
H A Dftrace.h22 #define safe_load(load, src, dst, error) \
38 : [tmp_dst] "=&r" (dst), [tmp_err] "=r" (error)\
44 #define safe_store(store, src, dst, error) \
60 : [tmp_err] "=r" (error) \
66 #define safe_load_code(dst, src, error) \
67 safe_load(STR(lw), src, dst, error)
68 #define safe_store_code(src, dst, error) \
69 safe_store(STR(sw), src, dst, error)
71 #define safe_load_stack(dst, src, error) \
72 safe_load(STR(PTR_L), src, dst, error)
[all...]
H A Dwar.h82 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
112 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
128 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
141 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
155 #error Check setting of BCM1250_M3_WAR for your platform
162 #error Check setting of SIBYTE_1956_WAR for your platform
178 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
197 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
208 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
218 #error Chec
[all...]
/arch/powerpc/kernel/
H A Drtas-rtc.c18 int error; local
24 error = rtas_call(rtas_token("get-time-of-day"), 0, 8, ret);
26 wait_time = rtas_busy_delay_time(error);
33 if (error != 0) {
35 "error: reading the clock failed (%d)\n",
36 error);
43 /* NOTE: get_rtc_time will get an error if executed in interrupt context
50 int error; local
56 error = rtas_call(rtas_token("get-time-of-day"), 0, 8, ret);
58 wait_time = rtas_busy_delay_time(error);
88 int error, wait_time; local
[all...]
/arch/arm/include/asm/
H A Dsparsemem.h21 #error Sparsemem is not supported on this platform
/arch/avr32/mach-at32ap/include/mach/
H A Dchip.h16 # error Unknown chip type selected
/arch/blackfin/include/asm/
H A Dspinlock_types.h11 # error "please don't include this file directly"
/arch/ia64/include/asm/
H A Dspinlock_types.h5 # error "please don't include this file directly"
/arch/m32r/include/asm/
H A Dspinlock_types.h5 # error "please don't include this file directly"

Completed in 1426 milliseconds

1234567891011>>