Searched refs:arch (Results 26 - 50 of 925) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-davinci/
H A Dserial.h14 #include <asm/arch/io.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-integrator/
H A Dsystem.h2 * linux/include/asm-arm/arch-integrator/system.h
24 #include <asm/arch/cm.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Dhardware.h2 * include/asm-arm/arch-ixp4xx/hardware.h
31 #include <asm/arch/cpu.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pnx4008/
H A Dsystem.h2 * linux/include/asm-arm/arch-pnx4008/system.h
26 #include <asm/arch/platform.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dirq.h6 #include <asm/arch/irq.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/
H A DMakefile22 LDFLAGS_MODULE += -T $(srctree)/arch/m68k/kernel/module.lds
59 head-y := arch/m68k/kernel/head.o
61 head-y := arch/m68k/kernel/sun3-head.o
64 core-y += arch/m68k/kernel/ arch/m68k/mm/
65 libs-y += arch/m68k/lib/
67 core-$(CONFIG_Q40) += arch/m68k/q40/
68 core-$(CONFIG_AMIGA) += arch/m68k/amiga/
69 core-$(CONFIG_ATARI) += arch/m68k/atari/
70 core-$(CONFIG_MAC) += arch/m68
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckstack.pl17 # objdump -d vmlinux | stackcheck.pl [arch]
19 # TODO : Port to all architectures (one regex per arch)
21 # check for arch
30 my $arch = shift;
31 if ($arch eq "") {
32 $arch = `uname -m`;
37 if ($arch eq 'arm') {
40 } elsif ($arch =~ /^i[3456]86$/) {
43 } elsif ($arch eq 'x86_64') {
46 } elsif ($arch e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/
H A DMakefile54 head-y := arch/ppc/kernel/head.o
55 head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o
56 head-$(CONFIG_4xx) := arch/ppc/kernel/head_4xx.o
57 head-$(CONFIG_44x) := arch/ppc/kernel/head_44x.o
58 head-$(CONFIG_FSL_BOOKE) := arch/ppc/kernel/head_fsl_booke.o
60 head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o
62 core-y += arch/ppc/kernel/ arch/powerpc/kernel/ \
63 arch/ppc/platforms/ \
64 arch/pp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dpm-h1940.S1 /* linux/arch/arm/mach-s3c2410/pm-h1940.S
24 #include <asm/arch/map.h>
26 #include <asm/arch/regs-gpio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Dhardware.h2 * include/asm-arm/arch-at91/hardware.h
20 #include <asm/arch/at91rm9200.h>
22 #include <asm/arch/at91sam9260.h>
24 #include <asm/arch/at91sam9261.h>
26 #include <asm/arch/at91sam9263.h>
28 #include <asm/arch/at91sam9rl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dsystem.h1 /* linux/include/asm-arm/arch-s3c2410/system.h
16 #include <asm/arch/map.h>
17 #include <asm/arch/idle.h>
18 #include <asm/arch/reset.h>
20 #include <asm/arch/regs-watchdog.h>
21 #include <asm/arch/regs-clock.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dmake_curl_rpm9 arch=`rpm --showrc | awk 'NF == 3 && $2 == "_arch" { print $3 }'`
50 sed -e 's/^Packager: .*/Packager: $packager_name $packager_email/' $specs_dir/$target.spec > $specs_dir/$target-$version-$arch.spec
53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec
55 echo "error building $target for $arch -- check output above"
58 echo "$target rpm is now in $rpms_dir/$arch"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/
H A DMakefile27 head-y := arch/sparc/kernel/head.o arch/sparc/kernel/init_task.o
30 core-y += arch/sparc/kernel/ arch/sparc/mm/ arch/sparc/math-emu/
31 libs-y += arch/sparc/prom/ arch/sparc/lib/
33 drivers-$(CONFIG_OPROFILE) += arch/sparc/oprofile/
35 # Export what is needed by arch/sparc/boot/Makefile
56 boot := arch/spar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/
H A DMakefile36 # arch/xtensa/boot/ramdisk
38 core-$(CONFIG_EMBEDDED_RAMDISK) += arch/xtensa/boot/ramdisk/
56 head-y := arch/xtensa/kernel/head.o
57 core-y += arch/xtensa/kernel/ arch/xtensa/mm/
59 core-y += arch/xtensa/platform-$(PLATFORM)/
61 libs-y += arch/xtensa/lib/ $(LIBGCC)
63 boot := arch/xtensa/boot
72 $(archinc)/.platform: $(wildcard include/config/arch/*.h) include/config/auto.conf
88 CLEAN_FILES += arch/xtens
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/
H A DMakefile38 # arch/sh64/defconfig never had any hope of being
52 head-y := arch/$(ARCH)/kernel/head.o arch/$(ARCH)/kernel/init_task.o
54 core-y += arch/sh64/kernel/ arch/sh64/mm/
57 core-y += arch/sh64/mach-$(machine-y)/
61 libs-y += arch/$(ARCH)/lib/ $(LIBGCC)
63 drivers-$(CONFIG_OPROFILE) += arch/sh64/oprofile/
65 boot := arch/$(ARCH)/boot
75 archprepare: arch/
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-lh7a40x/
H A DMakefile12 obj-$(CONFIG_MACH_KEV7A400) += arch-kev7a400.o irq-lh7a400.o
13 obj-$(CONFIG_MACH_LPD7A400) += arch-lpd7a40x.o irq-lh7a400.o
14 obj-$(CONFIG_MACH_LPD7A404) += arch-lpd7a40x.o irq-lh7a404.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/
H A DMakefile26 head-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/head.o
27 head-y += arch/avr32/kernel/head.o
28 core-$(CONFIG_PLATFORM_AT32AP) += arch/avr32/mach-at32ap/
29 core-$(CONFIG_BOARD_ATSTK1000) += arch/avr32/boards/atstk1000/
30 core-$(CONFIG_BOARD_ATNGW100) += arch/avr32/boards/atngw100/
31 core-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/
32 core-y += arch/avr32/kernel/
33 core-y += arch/avr32/mm/
34 libs-y += arch/avr32/lib/
36 archincdir-$(CONFIG_PLATFORM_AT32AP) := arch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/threads/
H A Dpthreads-vms.com5 $ arch := vax
6 $ if f$getsyi("CPU") .ge. 128 then arch := axp
9 $ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dpthreads-vms.com5 $ arch := vax
6 $ if f$getsyi("CPU") .ge. 128 then arch := axp
9 $ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A DMakefile10 include arch/um/scripts/Makefile.rules
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A DMakefile10 include arch/um/scripts/Makefile.rules
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/sys-i386/
H A DMakefile10 include arch/um/scripts/Makefile.rules
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/sys-x86_64/
H A DMakefile10 include arch/um/scripts/Makefile.rules
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dtls.c14 t->thread.arch.fs = t->thread.regs.regs.skas.regs[R8 / sizeof(long)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/
H A DMakefile2 # arch/v850/Makefile
17 arch_dir = arch/v850

Completed in 219 milliseconds

1234567891011>>