Searched refs:arch (Results 51 - 75 of 919) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/pci/
H A DMakefile10 CPPFLAGS += -I$(srctree)/arch/ia64/sn/include
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hostfs/
H A DMakefile11 include arch/um/scripts/Makefile.rules
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dboard-perseus2.h2 * linux/include/asm-arm/arch-omap/board-perseus2.h
33 #include <asm/arch/fpga.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-pnx4008/
H A Dhardware.h2 * linux/include/asm-arm/arch-pnx4008/hardware.h
24 #include <asm/arch/platform.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dmtd-xip.h20 #include <asm/arch/pxa-regs.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-realview/
H A Dhardware.h2 * linux/include/asm-arm/arch-realview/hardware.h
26 #include <asm/arch/platform.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/hardware/
H A Darm_scu.h4 #include <asm/arch/scu.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dmmzone.h14 * Currently defined in arch/arm/mm/discontig.c
28 #include <asm/arch/memory.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A DMakefile10 CPPFLAGS += -I$(srctree)/arch/ia64/sn/include
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/
H A DMakefile32 head-y := arch/m32r/kernel/head.o arch/m32r/kernel/init_task.o
36 libs-y += arch/m32r/lib/ $(LIBGCC)
37 core-y += arch/m32r/kernel/ \
38 arch/m32r/mm/ \
39 arch/m32r/boot/
41 drivers-$(CONFIG_OPROFILE) += arch/m32r/oprofile/
43 boot := arch/m32r/boot
58 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/
H A DMakefile16 arch-y := v10
17 arch-$(CONFIG_ETRAX_ARCH_V10) := v10
18 arch-$(CONFIG_ETRAX_ARCH_V32) := v32
21 ifneq ($(arch-y),)
22 SARCH := arch-$(arch-y)
34 CFLAGS := $(CFLAGS) -mlinux -march=$(arch-y) -pipe
41 head-y := arch/$(ARCH)/$(SARCH)/kernel/head.o
45 core-y += arch/$(ARCH)/kernel/ arch/
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dboard-generic.c2 * linux/arch/arm/mach-omap1/board-generic.c
22 #include <asm/mach/arch.h>
25 #include <asm/arch/gpio.h>
26 #include <asm/arch/mux.h>
27 #include <asm/arch/usb.h>
28 #include <asm/arch/board.h>
29 #include <asm/arch/common.h>
H A Dboard-palmte.c2 * linux/arch/arm/mach-omap1/board-palmte.c
26 #include <asm/mach/arch.h>
29 #include <asm/arch/gpio.h>
30 #include <asm/arch/mux.h>
31 #include <asm/arch/usb.h>
32 #include <asm/arch/board.h>
33 #include <asm/arch/common.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dboard-generic.c2 * linux/arch/arm/mach-omap2/board-generic.c
25 #include <asm/mach/arch.h>
28 #include <asm/arch/gpio.h>
29 #include <asm/arch/mux.h>
30 #include <asm/arch/usb.h>
31 #include <asm/arch/board.h>
32 #include <asm/arch/common.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/
H A DMakefile74 head-y := arch/x86_64/kernel/head.o arch/x86_64/kernel/head64.o arch/x86_64/kernel/init_task.o
76 libs-y += arch/x86_64/lib/
77 core-y += arch/x86_64/kernel/ \
78 arch/x86_64/mm/ \
79 arch/x86_64/crypto/
80 core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
81 drivers-$(CONFIG_PCI) += arch/x86_64/pci/
82 drivers-$(CONFIG_OPROFILE) += arch/x86_6
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/
H A DMakefile123 head-y := arch/powerpc/kernel/head_32.o
124 head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o
125 head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o
126 head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o
127 head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o
128 head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o
130 head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o
131 head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o
133 core-y += arch/powerpc/kernel/ \
134 arch/powerp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/
H A DMakefile55 head-y := arch/sparc64/kernel/head.o arch/sparc64/kernel/init_task.o
57 core-y += arch/sparc64/kernel/ arch/sparc64/mm/
58 core-$(CONFIG_SOLARIS_EMUL) += arch/sparc64/solaris/
59 core-y += arch/sparc64/math-emu/
60 libs-y += arch/sparc64/prom/ arch/sparc64/lib/
62 drivers-$(CONFIG_OPROFILE) += arch/sparc64/oprofile/
64 boot := arch/sparc6
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/
H A DMakefile2 # arch/arm26/Makefile
35 head-y := arch/arm26/kernel/head.o arch/arm26/kernel/init_task.o
45 core-y += arch/arm26/kernel/ arch/arm26/mm/ arch/arm26/machine/
46 core-$(CONFIG_FPE_NWFPE) += arch/arm26/nwfpe/
48 libs-y += arch/arm26/lib/
53 boot := arch/arm26/boot
86 if [ -f arch/arm2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/
H A DMakefile161 libs-$(CONFIG_ARC) += arch/mips/arc/
162 libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
171 core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/
178 core-$(CONFIG_SOC_AU1X00) += arch/mips/au1000/common/
184 libs-$(CONFIG_MIPS_PB1000) += arch/mips/au1000/pb1000/
191 libs-$(CONFIG_MIPS_PB1100) += arch/mips/au1000/pb1100/
198 libs-$(CONFIG_MIPS_PB1500) += arch/mips/au1000/pb1500/
205 libs-$(CONFIG_MIPS_PB1550) += arch/mips/au1000/pb1550/
212 libs-$(CONFIG_MIPS_PB1200) += arch/mips/au1000/pb1200/
219 libs-$(CONFIG_MIPS_DB1000) += arch/mip
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/
H A DMakefile2 # arch/arm/Makefile
21 # Do not use arch/arm/defconfig - it's always outdated.
50 arch-$(CONFIG_CPU_32v7) :=-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7a,-march=armv5t -Wa$(comma)-march=armv7a)
51 arch-$(CONFIG_CPU_32v6) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6)
55 arch-$(CONFIG_CPU_32v6K) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6k,-march=armv5t -Wa$(comma)-march=armv6k)
57 arch-$(CONFIG_CPU_32v5) :=-D__LINUX_ARM_ARCH__=5 $(call cc-option,-march=armv5te,-march=armv4t)
58 arch-$(CONFIG_CPU_32v4T) :=-D__LINUX_ARM_ARCH__=4 -march=armv4t
59 arch-$(CONFIG_CPU_32v4) :=-D__LINUX_ARM_ARCH__=4 -march=armv4
60 arch-$(CONFIG_CPU_32v3) :=-D__LINUX_ARM_ARCH__=3 -march=armv3
88 CFLAGS +=$(CFLAGS_ABI) $(arch
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/
H A DMakefile40 include $(srctree)/arch/i386/Makefile.cpu
89 core-$(CONFIG_X86_GENERICARCH) += arch/i386/mach-generic/
94 core-$(CONFIG_X86_ES7000) := arch/i386/mach-es7000/
99 head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task.o
101 libs-y += arch/i386/lib/
102 core-y += arch/i386/kernel/ \
103 arch/i386/mm/ \
104 arch/i386/$(mcore-y)/ \
105 arch/i38
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/
H A DMakefile39 KBUILD_IMAGE :=arch/s390/boot/image
87 head-y := arch/s390/kernel/head.o arch/s390/kernel/init_task.o
89 core-y += arch/s390/mm/ arch/s390/kernel/ arch/s390/crypto/ \
90 arch/s390/appldata/ arch/s390/hypfs/
91 libs-y += arch/s390/lib/
93 drivers-$(CONFIG_MATHEMU) += arch/s39
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/boot/ramdisk/
H A DMakefile15 RAMDISK_IMAGE = arch/$(ARCH)/boot/ramdisk/$(CONFIG_EMBEDDED_RAMDISK_IMAGE)
17 arch/$(ARCH)/boot/ramdisk/ramdisk.o:
22 arch/$(ARCH)/boot/ramdisk/ramdisk.o $@
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/
H A DMakefile2 # arch/blackfin/Makefile
53 head-y := arch/$(ARCH)/mach-$(MACHINE)/head.o arch/$(ARCH)/kernel/init_task.o
55 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/
59 core-y += arch/$(ARCH)/mach-$(MACHINE)/
60 core-y += arch/$(ARCH)/mach-$(MACHINE)/boards/
63 libs-y += arch/$(ARCH)/lib/
65 drivers-$(CONFIG_OPROFILE) += arch/
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-ks8695/
H A Dcpu.c2 * arch/arm/mach-ks8695/cpu.c
30 #include <asm/mach/arch.h>
33 #include <asm/arch/regs-sys.h>
34 #include <asm/arch/regs-misc.h>

Completed in 285 milliseconds

1234567891011>>