Home
last modified time | relevance | path

Searched full:mips (Results 1 – 25 of 2017) sorted by relevance

12345678910>>...81

/kernel/linux/linux-6.6/arch/mips/jazz/
DKconfig9 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
10 <http://www.linux-mips.org/>.
13 bool "Support for MIPS Magnum 4000"
20 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
21 <http://www.linux-mips.org/>.
30 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
31 <http://www.linux-mips.org/>.
/kernel/linux/linux-5.10/arch/mips/jazz/
DKconfig10 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
11 <http://www.linux-mips.org/>.
14 bool "Support for MIPS Magnum 4000"
22 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
23 <http://www.linux-mips.org/>.
33 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
34 <http://www.linux-mips.org/>.
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dwar.h17 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
19 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
24 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
29 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
43 * "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10
44 * "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4
56 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
60 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
62 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
64 * "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #7
[all …]
Disa-rev.h3 * Copyright (C) 2018 MIPS Tech, LLC
4 * Author: Matt Redfearn <matt.redfearn@mips.com>
11 * The ISA revision level. This is 0 for MIPS I to V and N for
12 * MIPS{32,64}rN.
19 /* The compiler hasn't defined the isa rev so assume it's MIPS I - V (0) */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mips/
Dcpus.yaml4 $id: http://devicetree.org/schemas/mips/cpus.yaml#
7 title: MIPS CPUs
31 - mips,m14Kc
32 - mips,mips4Kc
33 - mips,mips4KEc
34 - mips,mips24Kc
35 - mips,mips24KEc
36 - mips,mips74Kc
37 - mips,mips1004Kc
79 compatible = "mips,mips1004Kc";
[all …]
/kernel/linux/linux-5.10/arch/mips/
DMakefile16 $(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
18 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
20 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
36 32bit-tool-archpref = mips
46 UTS_MACHINE := mips
94 # The DECStation requires an ECOFF kernel for remote booting, other MIPS
128 # stack space, else a SEGV is generated. This is not desirable for MIPS
139 # binutils from v2.35 when built with --enable-mips-fix-loongson3-llsc=yes,
205 # Warning: the 64-bit MIPS architecture does not support the `smartmips' extension
208 mips-cflags := $(cflags-y)
[all …]
DKconfig2 config MIPS config
126 bool "Generic board-agnostic MIPS kernel"
377 This enables support for DEC's MIPS based workstations. For details
378 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
415 This a family of machines based on the MIPS R4030 chipset which was
417 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
459 Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
542 bool "MIPS Malta board"
596 This enables support for the MIPS Technologies Malta evaluation
604 Microchip PIC32 is a family of general-purpose 32 bit MIPS core
[all …]
/kernel/linux/linux-5.10/arch/mips/oprofile/
Dop_model_mipsxx.c7 * Copyright (C) 2005 by MIPS Technologies, Inc.
351 op_model_mipsxx_ops.cpu_type = "mips/M14Kc"; in mipsxx_init()
355 op_model_mipsxx_ops.cpu_type = "mips/M14KEc"; in mipsxx_init()
359 op_model_mipsxx_ops.cpu_type = "mips/20K"; in mipsxx_init()
363 op_model_mipsxx_ops.cpu_type = "mips/24K"; in mipsxx_init()
367 op_model_mipsxx_ops.cpu_type = "mips/25K"; in mipsxx_init()
372 op_model_mipsxx_ops.cpu_type = "mips/34K"; in mipsxx_init()
377 op_model_mipsxx_ops.cpu_type = "mips/74K"; in mipsxx_init()
381 op_model_mipsxx_ops.cpu_type = "mips/interAptiv"; in mipsxx_init()
385 op_model_mipsxx_ops.cpu_type = "mips/proAptiv"; in mipsxx_init()
[all …]
/kernel/linux/linux-6.6/arch/mips/crypto/
DKconfig3 menu "Accelerated Cryptographic Algorithms for CPU (mips)"
12 Architecture: mips
16 depends on MIPS
21 Architecture: mips
31 Architecture: mips OCTEON using crypto instructions, when available
41 Architecture: mips OCTEON
51 Architecture: mips OCTEON using crypto instructions, when available
61 Architecture: mips OCTEON using crypto instructions, when available
DMakefile3 # Makefile for MIPS crypto files..
6 obj-$(CONFIG_CRYPTO_CRC32_MIPS) += crc32-mips.o
8 obj-$(CONFIG_CRYPTO_CHACHA_MIPS) += chacha-mips.o
9 chacha-mips-y := chacha-core.o chacha-glue.o
12 obj-$(CONFIG_CRYPTO_POLY1305_MIPS) += poly1305-mips.o
13 poly1305-mips-y := poly1305-core.o poly1305-glue.o
21 $(obj)/poly1305-core.S: $(src)/poly1305-mips.pl FORCE
/kernel/linux/linux-5.10/arch/mips/crypto/
DMakefile3 # Makefile for MIPS crypto files..
6 obj-$(CONFIG_CRYPTO_CRC32_MIPS) += crc32-mips.o
8 obj-$(CONFIG_CRYPTO_CHACHA_MIPS) += chacha-mips.o
9 chacha-mips-y := chacha-core.o chacha-glue.o
12 obj-$(CONFIG_CRYPTO_POLY1305_MIPS) += poly1305-mips.o
13 poly1305-mips-y := poly1305-core.o poly1305-glue.o
21 $(obj)/poly1305-core.S: $(src)/poly1305-mips.pl FORCE
/kernel/linux/linux-6.6/arch/mips/
DKconfig2 config MIPS config
135 bool "Generic board-agnostic MIPS kernel"
390 This enables support for DEC's MIPS based workstations. For details
391 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
429 This a family of machines based on the MIPS R4030 chipset which was
431 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
473 Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
527 bool "MIPS Malta board"
580 This enables support for the MIPS Technologies Malta evaluation
588 Microchip PIC32 is a family of general-purpose 32 bit MIPS core
[all …]
DMakefile15 $(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
17 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
19 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
35 32bit-tool-archpref = mips
45 UTS_MACHINE := mips
93 # The DECStation requires an ECOFF kernel for remote booting, other MIPS
118 # stack space, else a SEGV is generated. This is not desirable for MIPS
129 # binutils from v2.35 when built with --enable-mips-fix-loongson3-llsc=yes,
232 # Warning: the 64-bit MIPS architecture does not support the `smartmips' extension
235 mips-cflags := $(cflags-y)
[all …]
/kernel/linux/linux-6.6/scripts/package/
Dbuildtar71 mips)
72 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
73 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
74 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
75 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
76 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
77 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
82 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
83 cp -v -- "${objtree}/arch/mips/boot/vmlinux.bin" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
84 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/
Dmti,mips-cdmm.yaml4 $id: http://devicetree.org/schemas/bus/mti,mips-cdmm.yaml#
7 title: MIPS Common Device Memory Map
10 Defines a location of the MIPS Common Device Memory Map registers.
17 const: mti,mips-cdmm
22 used to map the MIPS CDMM registers block.
34 compatible = "mti,mips-cdmm";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/
Dmti,mips-cpc.yaml4 $id: http://devicetree.org/schemas/power/mti,mips-cpc.yaml#
7 title: MIPS Cluster Power Controller
10 Defines a location of the MIPS Cluster Power Controller registers.
17 const: mti,mips-cpc
22 used to map the MIPS CPC registers block.
34 compatible = "mti,mips-cpc";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/
Dmti,mips-cdmm.yaml4 $id: http://devicetree.org/schemas/bus/mti,mips-cdmm.yaml#
7 title: MIPS Common Device Memory Map
10 Defines a location of the MIPS Common Device Memory Map registers.
17 const: mti,mips-cdmm
22 used to map the MIPS CDMM registers block.
34 compatible = "mti,mips-cdmm";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/
Dmti,mips-cpc.yaml4 $id: http://devicetree.org/schemas/power/mti,mips-cpc.yaml#
7 title: MIPS Cluster Power Controller
10 Defines a location of the MIPS Cluster Power Controller registers.
17 const: mti,mips-cpc
22 used to map the MIPS CPC registers block.
34 compatible = "mti,mips-cpc";
/kernel/linux/linux-5.10/scripts/package/
Dbuildtar99 mips)
100 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
101 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
102 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
103 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
104 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
105 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
110 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
111 cp -v -- "${objtree}/arch/mips/boot/vmlinux.bin" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
112 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
[all …]
/kernel/linux/linux-5.10/arch/mips/ralink/
DPlatform4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
/kernel/linux/linux-6.6/arch/mips/ralink/
DPlatform4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
/kernel/linux/linux-5.10/arch/mips/kernel/
Dvmlinux.lds.S22 #undef mips
23 #define mips mips macro
24 OUTPUT_ARCH(mips)
124 .mips.machines.init : AT(ADDR(.mips.machines.init) - LOAD_OFFSET) {
126 KEEP(*(.mips.machines.init))
201 /* This is the MIPS specific mdebug section. */
224 *(.MIPS.abiflags)
225 *(.MIPS.options)
/kernel/linux/linux-6.6/arch/mips/include/asm/
Disa-rev.h3 * Copyright (C) 2018 MIPS Tech, LLC
4 * Author: Matt Redfearn <matt.redfearn@mips.com>
11 * The ISA revision level. This is 0 for MIPS I to V and N for
12 * MIPS{32,64}rN.
19 /* The compiler hasn't defined the isa rev so assume it's MIPS I - V (0) */
/kernel/linux/linux-6.6/arch/mips/kernel/
Dvmlinux.lds.S22 #undef mips
23 #define mips mips macro
24 OUTPUT_ARCH(mips)
124 .mips.machines.init : AT(ADDR(.mips.machines.init) - LOAD_OFFSET) {
126 KEEP(*(.mips.machines.init))
212 /* This is the MIPS specific mdebug section. */
235 *(.MIPS.abiflags)
236 *(.MIPS.options)
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
Drseq-mips.h3 * Author: Paul Burton <paul.burton@mips.com>
4 * (C) Copyright 2018 MIPS Tech LLC
11 * On MIPS:
39 /* Unknown MIPS architecture. */
155 #include "rseq-mips-bits.h"
159 #include "rseq-mips-bits.h"
167 #include "rseq-mips-bits.h"
171 #include "rseq-mips-bits.h"
179 #include "rseq-mips-bits.h"

12345678910>>...81