Searched refs:CPU (Results 76 - 100 of 160) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dgpio.c53 #error Unsuppoted CPU Selection
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dconfig505 CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
506 CPU=${CPU:-0}
507 if [ $CPU -ge 4000 ]; then
513 #CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
514 #CPU=${CPU:-0}
515 #if [ $CPU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dconfig505 CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
506 CPU=${CPU:-0}
507 if [ $CPU -ge 4000 ]; then
513 #CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
514 #CPU=${CPU:-0}
515 #if [ $CPU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-loongson/
H A Dloongson.h308 * s: CPU, PCIDMA
322 LOONGSON_ADDRWIN_CFG(CPU, PCI, win, src, dst, size)
324 LOONGSON_ADDRWIN_CFG(CPU, DDR, win, src, dst, size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/conftools/
H A Dconfig.guess499 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
794 #undef CPU
798 CPU=mipsel
801 CPU=mips
803 CPU=
807 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
809 test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
832 # Look for CPU level
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dconfig.guess475 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
776 #undef CPU
780 CPU=mipsel
783 CPU=mips
785 CPU=
789 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
791 test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
814 # Look for CPU level
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsetup.c92 /* Generate per-CPU I&D CPLB tables */
115 printk(KERN_INFO "Instruction Cache Enabled for CPU%u\n", cpu);
133 printk(KERN_INFO "Instruction Cache Disabled for CPU%u\n", cpu);
137 printk(KERN_INFO "Data Cache Enabled for CPU%u\n", cpu);
158 printk(KERN_INFO "Data Cache Disabled for CPU%u\n", cpu);
816 CPU, bfin_cpuid(), bfin_revid());
927 printk(KERN_INFO "Compiled for ADSP-%s Rev any, running on 0.%d\n", CPU, bfin_revid());
929 printk(KERN_INFO "Compiled for ADSP-%s Rev none\n", CPU);
931 printk(KERN_INFO "Compiled for ADSP-%s Rev 0.%d\n", CPU, bfin_compiled_revid());
947 CPU, bfin_revi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dconfig.guess475 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
776 #undef CPU
780 CPU=mipsel
783 CPU=mips
785 CPU=
789 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
791 test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
814 # Look for CPU level
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dcrc_i86.asm34 ; vs. 18 (loop). I decided to optimize for newer CPU models by default, because
36 ; nowadays. In case you want optimum performance for these old CPU models
40 ; 486 and newer CPUs (without any penalty on 80286 and older CPU models).
191 ; Selection of the supported CPU instruction set and initialization
192 ; of CPU type related macros:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dcrc_i86.asm34 ; vs. 18 (loop). I decided to optimize for newer CPU models by default, because
36 ; nowadays. In case you want optimum performance for these old CPU models
40 ; 486 and newer CPUs (without any penalty on 80286 and older CPU models).
191 ; Selection of the supported CPU instruction set and initialization
192 ; of CPU type related macros:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_32.S5 * Enhanced CPU detection and feature setting code by Mike Jagdis
78 * 32-bit kernel entrypoint; only used by the boot CPU. On entry,
265 * Non-boot CPU entry point; entered from trampoline.S
352 jz 1f /* Initial CPU cleans BSS */
399 movl $1,%eax # Use the CPUID instruction to get CPU type
460 cmpb $0,%cl # the first CPU calls start_kernel
707 # boot GDT descriptor (later on used by CPU#0):
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dhead.S48 ;; This is the entry point of the kernel. The CPU is currently in
203 ;; Read CPU ID
213 ; Time to boot-up. Get stack location provided by master CPU.
223 * EBP at start of internal memory. The CPU will get there
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconfig.guess500 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
807 #undef CPU
811 CPU=mipsel
814 CPU=mips
816 CPU=
820 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
822 test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
845 # Look for CPU level
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.guess500 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
807 #undef CPU
811 CPU=mipsel
814 CPU=mips
816 CPU=
820 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
822 test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
845 # Look for CPU level
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dconfig.guess500 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
807 #undef CPU
811 CPU=mipsel
814 CPU=mips
816 CPU=
820 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
822 test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
845 # Look for CPU level
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbdbread.mak76 CPU = -cpu ARM7TDMI # ARM7TDMI target processor macro
156 CFLAGS0 = $(OUT) $(DYNAPP) $(CPU) $(APCS) $(CODE) $(CHK) $(DBG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsparccpuid.S43 ! to determine if the CPU the code is executing on is V8- or
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhead_32.S317 ! Additional CPU initialization
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/boot/
H A Dsetup.S100 ;; if not BSP (CPU#0) goto AP_loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S214 rbf [$sp+] ; return by popping the CPU status
325 ;; It needs to stack the CPU status and overall is different
335 sbfs [$sp=$sp-16] ; push the internal CPU status
345 ;; is to clear the unaligned bit in the CPU status record, so
346 ;; that the CPU will rerun both the first and second halves of
377 rbf [$sp+] ; return by popping the CPU status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dbacktrace.S47 ldr r0, [sp], #4 @ by stmfd for this CPU
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A Dconfig.guess232 # covers most systems running today. This code pipes the CPU
233 # types through head -n 1, so we only detect the type of CPU 0.
516 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
920 #undef CPU
924 CPU=${UNAME_MACHINE}el
927 CPU=${UNAME_MACHINE}
929 CPU=
933 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
934 test x"${CPU}" != x && { echo "${CPU}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/
H A Dconfig.guess232 # covers most systems running today. This code pipes the CPU
233 # types through head -n 1, so we only detect the type of CPU 0.
519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
934 #undef CPU
938 CPU=${UNAME_MACHINE}el
941 CPU=${UNAME_MACHINE}
943 CPU=
947 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
948 test x"${CPU}" != x && { echo "${CPU}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/support/
H A Dconfig.guess250 # covers most systems running today. This code pipes the CPU
251 # types through head -n 1, so we only detect the type of CPU 0.
531 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
910 #undef CPU
914 CPU=${UNAME_MACHINE}el
917 CPU=${UNAME_MACHINE}
919 CPU=
924 /^CPU/{
928 test x"${CPU}" != x && { echo "${CPU}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dconfig.guess230 # covers most systems running today. This code pipes the CPU
231 # types through head -n 1, so we only detect the type of CPU 0.
517 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
939 #undef CPU
943 CPU=${UNAME_MACHINE}el
946 CPU=${UNAME_MACHINE}
948 CPU=
952 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
953 test x"${CPU}" != x && { echo "${CPU}
[all...]

Completed in 334 milliseconds

1234567