Searched refs:SMP (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dspinlock.h14 #error SMP spinlocks not implemented for MN10300
H A Dsmp.h1 /* MN10300 SMP support
15 #error SMP not yet supported for MN10300
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsmp.h6 #error SMP not supported
H A Datomic.h22 #error not SMP safe
29 * We do not have SMP systems, so we don't have to deal with that.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dmkcompile_h5 SMP=$3
48 if [ -n "$SMP" ] ; then CONFIG_FLAGS="SMP"; fi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A DMakefile79 SMP := $(shell $(CC) $(MODCFLAGS) -E -dM $(CONFIG_FILE) | \ macro
81 ifneq ($(SMP),1)
82 SMP := 0 macro
84 ifeq ($(SMP),1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h80 # All cores other than the master need to wait here for SMP bootstrap
106 # Jump to the normal Linux SMP entry point
112 # Someone tried to boot SMP with a non SMP kernel. All extra cores
126 * Do SMP slave processor setup necessary before we can savely execute C code.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxMGL.spec53 if [ "$SMP" != "" ]; then
54 export MAKE="make -j$SMP"
H A DwxBase.spec64 if [ "$SMP" != "" ]; then
65 export MAKE="make -j$SMP"
H A DwxMotif.spec83 if [ "$SMP" != "" ]; then
84 export MAKE="make -j$SMP"
H A DwxX11.spec96 if [ "$SMP" != "" ]; then
97 export MAKE="make -j$SMP"
H A DwxGTK.spec152 if [ "$SMP" != "" ]; then
153 export MAKE="make -j$SMP"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbitops.h27 # error SMP not supported on this architecture
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dspinlock.h5 #error SMP not supported on pre-ARMv6 CPUs
H A Datomic.h33 * ARMv6 UP and SMP safe atomic ops. We use load exclusive and
153 #error SMP not supported on pre-ARMv6 CPUs
H A Dsystem.h244 * NOTE that this solution won't work on an SMP system, so explcitly
285 #error SMP is not supported on this platform
333 #error "SMP is not supported on this platform"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Datomic.h17 #error not SMP safe
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Datomic_32.S43 /* Read asm-sparc/atomic.h carefully to understand how this works for SMP.
44 * Really, some things here for SMP are overly clever, go read the header.
54 1: ldstub [%g1 + 3], %g7 ! Spin on the byte lock for SMP.
80 1: ldstub [%g1 + 3], %g7 ! Spin on the byte lock for SMP.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-v7.S194 tst r0, #(1 << 6) @ SMP/nAMP mode enabled?
195 orreq r0, r0, #(1 << 6) | (1 << 0) @ Enable SMP/nAMP mode and
212 orr r0, r0, #(1 << 6) @ Enable SMP bit for ACP on UP
H A Dproc-v6.S159 mrc p15, 0, r0, c1, c0, 1 @ Enable SMP/nAMP mode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfphw.S96 @ No need for SMP since this is not done lazily

Completed in 117 milliseconds