Home
last modified time | relevance | path

Searched refs:mips (Results 1 – 99 of 99) sorted by relevance

/linux-4.1.27/arch/mips/
DMakefile28 32bit-tool-archpref = mips
38 UTS_MACHINE := mips
200 mips-cflags := $(cflags-y)
202 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
206 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
210 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
217 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
218 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
219 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
220 libs-y += arch/mips/fw/lib/
[all …]
DKbuild7 include arch/mips/Kbuild.platforms
14 # mips object files
DKconfig254 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
573 …# See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecati…
633 …# See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecati…
927 source "arch/mips/alchemy/Kconfig"
928 source "arch/mips/ath25/Kconfig"
929 source "arch/mips/ath79/Kconfig"
930 source "arch/mips/bcm47xx/Kconfig"
931 source "arch/mips/bcm63xx/Kconfig"
932 source "arch/mips/bmips/Kconfig"
933 source "arch/mips/jazz/Kconfig"
[all …]
DKbuild.platforms38 include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
DKconfig.debug96 arch/mips/include/asm/debug.h for debugging macros.
112 arch/mips/boot/compressed/uart-16550.c does.
/linux-4.1.27/arch/mips/ralink/
DPlatform4 core-$(CONFIG_RALINK) += arch/mips/ralink/
5 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
11 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
17 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
23 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
29 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
/linux-4.1.27/arch/mips/kernel/
Dvmlinux.lds.S14 #undef mips
15 #define mips mips macro
16 OUTPUT_ARCH(mips)
113 .mips.machines.init : AT(ADDR(.mips.machines.init) - LOAD_OFFSET) {
115 *(.mips.machines.init)
DMakefile49 obj-$(CONFIG_MIPS_MT) += mips-mt.o
50 obj-$(CONFIG_MIPS_MT_FPAFF) += mips-mt-fpaff.o
93 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o
104 obj-$(CONFIG_MIPS_CM) += mips-cm.o
105 obj-$(CONFIG_MIPS_CPC) += mips-cpc.o
/linux-4.1.27/arch/mips/lantiq/
DPlatform6 cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq
8 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway
9 cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
/linux-4.1.27/arch/mips/sibyte/
DPlatform13 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
17 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
21 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
25 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
/linux-4.1.27/tools/testing/ktest/examples/
Dcrosstests.conf142 TEST_START IF ${RUN} == mips || ${RUN} == mips64 || ${DO_DEFAULT}
144 ARCH = mips
147 TEST_START IF ${RUN} == mips || ${RUN} == mips32 || ${DO_DEFAULT}
148 CROSS = mips-linux
149 ARCH = mips
/linux-4.1.27/arch/mips/dec/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-dec
7 libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
/linux-4.1.27/arch/mips/netlogic/
DKconfig12 arch/mips/netlogic/dts/xlp_evp.dts
22 arch/mips/netlogic/dts/xlp_svp.dts
32 arch/mips/netlogic/dts/xlp_fvp.dts
42 arch/mips/netlogic/dts/xlp_gvp.dts
51 arch/mips/netlogic/dts/xlp_rvp.dts
DPlatform4 cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
5 cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
/linux-4.1.27/arch/mips/txx9/
DPlatform5 -I$(srctree)/arch/mips/include/asm/mach-tx39xx
7 -I$(srctree)/arch/mips/include/asm/mach-tx49xx
/linux-4.1.27/arch/mips/jazz/
DKconfig10 <http://www.linux-mips.org/>.
22 <http://www.linux-mips.org/>.
33 <http://www.linux-mips.org/>.
DPlatform5 cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz
/linux-4.1.27/arch/mips/kvm/
DMakefile6 EXTRA_CFLAGS += -Ivirt/kvm -Iarch/mips/kvm
10 kvm-objs := $(common-objs-y) mips.o emulate.o locore.o \
/linux-4.1.27/tools/perf/config/
DMakefile.arch9 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
/linux-4.1.27/arch/mips/alchemy/
DPlatform12 cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
38 cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00
DKconfig12 # see arch/mips/include/asm/mach-au1x00/gpio.h for more information.
/linux-4.1.27/arch/mips/mm/
DMakefile12 obj-y += uasm-mips.o
30 obj-$(CONFIG_MIPS_CPU_SCACHE) += sc-mips.o
/linux-4.1.27/Documentation/mips/
DAU1xxx_IDE.README47 a) 'arch/mips/include/asm/mach-au1x00/au1xxx_ide.h'
52 b) 'drivers/ide/mips/au1xxx-ide.c'
91 Also define 'IDE_AU1XXX_BURSTMODE' in 'drivers/ide/mips/au1xxx-ide.c' to enable
108 Also undefine 'IDE_AU1XXX_BURSTMODE' in 'drivers/ide/mips/au1xxx-ide.c' to
/linux-4.1.27/arch/mips/sgi-ip22/
DPlatform11 cflags-$(CONFIG_SGI_IP22) += -I$(srctree)/arch/mips/include/asm/mach-ip22
33 cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
/linux-4.1.27/drivers/platform/
DMakefile6 obj-$(CONFIG_MIPS) += mips/
DKconfig5 source "drivers/platform/mips/Kconfig"
/linux-4.1.27/arch/mips/emma/
DPlatform3 -I$(srctree)/arch/mips/include/asm/mach-emma2rh
/linux-4.1.27/arch/mips/rb532/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-rc32434
/linux-4.1.27/arch/mips/cobalt/
DPlatform5 cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt
/linux-4.1.27/arch/mips/lasat/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-lasat
/linux-4.1.27/arch/mips/bcm63xx/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
DKconfig44 source "arch/mips/bcm63xx/boards/Kconfig"
/linux-4.1.27/arch/mips/pnx833x/
DPlatform3 cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x
/linux-4.1.27/arch/mips/bcm47xx/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-bcm47xx
/linux-4.1.27/arch/mips/ar7/
DPlatform5 cflags-$(CONFIG_AR7) += -I$(srctree)/arch/mips/include/asm/mach-ar7
/linux-4.1.27/arch/mips/jz4740/
DPlatform2 cflags-$(CONFIG_MACH_JZ4740) += -I$(srctree)/arch/mips/include/asm/mach-jz4740
/linux-4.1.27/arch/mips/ath79/
DPlatform6 cflags-$(CONFIG_ATH79) += -I$(srctree)/arch/mips/include/asm/mach-ath79
/linux-4.1.27/arch/mips/ath25/
DPlatform5 cflags-$(CONFIG_ATH25) += -I$(srctree)/arch/mips/include/asm/mach-ath25
/linux-4.1.27/arch/mips/paravirt/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-paravirt
/linux-4.1.27/arch/mips/bmips/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-bmips/
/linux-4.1.27/arch/mips/lasat/image/
Dromscript.normal1 OUTPUT_ARCH(mips)
/linux-4.1.27/arch/mips/pistachio/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-pistachio
/linux-4.1.27/arch/mips/mti-sead3/
DPlatform5 cflags-$(CONFIG_MIPS_SEAD3) += -I$(srctree)/arch/mips/include/asm/mach-sead3
/linux-4.1.27/arch/mips/pmcs-msp71xx/
DPlatform5 cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/mach-pmcs-msp71xx \
/linux-4.1.27/arch/mips/cavium-octeon/
DPlatform6 -I$(srctree)/arch/mips/include/asm/mach-cavium-octeon
/linux-4.1.27/arch/mips/sni/
DPlatform5 cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm
/linux-4.1.27/arch/mips/mti-malta/
DPlatform5 cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta
/linux-4.1.27/arch/mips/loongson1/
DPlatform6 cflags-$(CONFIG_MACH_LOONGSON1) += -I$(srctree)/arch/mips/include/asm/mach-loongson1
/linux-4.1.27/Documentation/devicetree/bindings/mips/brcm/
Dbrcm,bmips.txt7 - mips-hpt-frequency: This is common to all CPUs in the system so it lives
/linux-4.1.27/arch/mips/include/asm/
Dmips_machine.h31 __used __section(.mips.machines.init) = \
/linux-4.1.27/sound/
DMakefile9 firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/
DKconfig91 source "sound/mips/Kconfig"
/linux-4.1.27/arch/mips/lib/
DMakefile6 mips-atomic.o strlen_user.o strncpy_user.o \
/linux-4.1.27/arch/mips/sgi-ip32/
DPlatform10 cflags-$(CONFIG_SGI_IP32) += -I$(srctree)/arch/mips/include/asm/mach-ip32
/linux-4.1.27/arch/mips/vr41xx/
DPlatform5 cflags-$(CONFIG_MACH_VR41XX) += -I$(srctree)/arch/mips/include/asm/mach-vr41xx
/linux-4.1.27/arch/mips/sgi-ip27/
DPlatform10 cflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27
/linux-4.1.27/arch/mips/boot/compressed/
Dld.script9 OUTPUT_ARCH(mips)
DMakefile15 include $(srctree)/arch/mips/Kbuild.platforms
/linux-4.1.27/arch/mips/boot/dts/ralink/
Drt2880.dtsi8 compatible = "mips,mips4KEc";
Drt3883.dtsi8 compatible = "mips,mips74Kc";
Dmt7620a.dtsi8 compatible = "mips,mips24KEc";
Drt3050.dtsi8 compatible = "mips,mips24KEc";
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt121 GDA_MAGIC 0x58464552 gda arch/mips/include/asm/sn/gda.h
126 KV_MAGIC 0x5f4b565f kernel_vars_s arch/mips/include/asm/sn/klkernvars.h
149 NMI_MAGIC 0x48414d4d455201 nmi_s arch/mips/include/asm/sn/nmi.h
/linux-4.1.27/scripts/package/
Dbuilddeb43 mips*)
44 debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
101 parisc|mips|powerpc)
Dbuildtar90 mips)
/linux-4.1.27/arch/mips/boot/dts/brcm/
Dbcm6328.dtsi10 mips-hpt-frequency = <160000000>;
Dbcm6368.dtsi10 mips-hpt-frequency = <200000000>;
Dbcm3384_viper.dtsi19 mips-hpt-frequency = <300000000>;
Dbcm3384_zephyr.dtsi18 mips-hpt-frequency = <100000000>;
Dbcm7125.dtsi10 mips-hpt-frequency = <202500000>;
Dbcm7360.dtsi10 mips-hpt-frequency = <375000000>;
Dbcm7358.dtsi10 mips-hpt-frequency = <375000000>;
Dbcm7362.dtsi10 mips-hpt-frequency = <375000000>;
Dbcm7420.dtsi10 mips-hpt-frequency = <93750000>;
Dbcm7425.dtsi10 mips-hpt-frequency = <163125000>;
Dbcm7346.dtsi10 mips-hpt-frequency = <163125000>;
/linux-4.1.27/arch/mips/loongson/
DPlatform30 cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson -mno-branch-like…
/linux-4.1.27/drivers/cpuidle/
DKconfig38 source "drivers/cpuidle/Kconfig.mips"
/linux-4.1.27/Documentation/
Dmagic-number.txt121 GDA_MAGIC 0x58464552 gda arch/mips/include/asm/sn/gda.h
126 KV_MAGIC 0x5f4b565f kernel_vars_s arch/mips/include/asm/sn/klkernvars.h
149 NMI_MAGIC 0x48414d4d455201 nmi_s arch/mips/include/asm/sn/nmi.h
Dkmemleak.txt14 Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390, metag and tile.
D00-INDEX316 mips/
Dkprobes.txt302 - mips
Dkernel-parameters.txt577 inclusive. See arch/mips/include/asm/pgtable-bits.h
/linux-4.1.27/arch/mips/boot/dts/lantiq/
Ddanube.dtsi8 compatible = "mips,mips24Kc";
/linux-4.1.27/drivers/clocksource/
DMakefile53 obj-$(CONFIG_CLKSRC_MIPS_GIC) += mips-gic-timer.o
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dmips-gic.txt14 See <include/dt-bindings/interrupt-controller/mips-gic.h>.
/linux-4.1.27/drivers/irqchip/
DMakefile47 obj-$(CONFIG_MIPS_GIC) += irq-mips-gic.o
/linux-4.1.27/firmware/
DMakefile37 fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-6.2.1a.fw \
40 bnx2/bnx2-mips-06-6.2.1.fw \
DWHENCE655 File: bnx2/bnx2-mips-06-6.2.1.fw
657 File: bnx2/bnx2-mips-09-6.2.1a.fw
/linux-4.1.27/arch/arm/mach-bcm/
DKconfig52 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
/linux-4.1.27/
D.mailmap100 Ralf Baechle <ralf@linux-mips.org>
DMAINTAINERS1907 M: Ralf Baechle <ralf@linux-mips.org>
2158 L: linux-mips@linux-mips.org
2160 F: arch/mips/bcm3384/*
2161 F: arch/mips/include/asm/mach-bcm3384/*
2162 F: arch/mips/kernel/*bmips*
2200 L: linux-mips@linux-mips.org
2203 F: arch/mips/bmips/*
2204 F: arch/mips/include/asm/mach-bmips/*
2205 F: arch/mips/kernel/*bmips*
2206 F: arch/mips/boot/dts/bcm*.dts*
[all …]
DMakefile229 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
DCREDITS2909 D: Linux/MIPS AMD/Alchemy Port and mips hacking and debugging
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt198 $ make ALLSOURCE_ARCHS="x86 mips arm" tags
/linux-4.1.27/Documentation/networking/
Dstmmac.txt10 (i.e. 7xxx/5xxx SoCs), SPEAr (arm), Loongson1B (mips) and XLINX XC2V3000
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt66 architectures (arm, microblaze, mips, powerpc, sparc, and x86) and 1
Dbooting-without-of.txt18 4) Entry point for arch/mips/bmips
292 4) Entry point for arch/mips/bmips
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt306 /* mips */
396 Architectures: x86, ppc, mips
2567 Architectures: arm, arm64, mips
3456 Architectures: mips
3469 Architectures: mips