Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/OK3568_Linux_fs/buildroot/package/uhd/
H A D0003-add-RISC-V-endian-detection.patch18 This is due to a missing support for this architecture in msgpack.
25 .../include/rpc/msgpack/predef/architecture.h | 1 +
26 .../rpc/msgpack/predef/architecture/riscv.h | 48 +++++++++++++++++++
29 create mode 100644 host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture/riscv.h
31 …eps/rpclib/include/rpc/msgpack/predef/architecture.h b/host/lib/deps/rpclib/include/rpc/msgpack/pr…
33 --- a/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
34 +++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
36 #include <rpc/msgpack/predef/architecture/parisc.h>
37 #include <rpc/msgpack/predef/architecture/ppc.h>
38 #include <rpc/msgpack/predef/architecture/pyramid.h>
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0001-architecture-Recognise-RISCV-32-RISCV-64.patch4 Subject: [PATCH] architecture: Recognise RISCV-32/RISCV-64
9 src/architecture.h | 13 +++++++++++++
12 diff --git a/src/architecture.h b/src/architecture.h
14 --- a/src/architecture.h
15 +++ b/src/architecture.h
37 +# error "Unrecognized riscv architecture variant"
41 # error "Please register your architecture here!"
/OK3568_Linux_fs/u-boot/arch/
H A DKconfig12 bool "ARC architecture"
21 bool "ARM architecture"
27 bool "M68000 architecture"
31 bool "MicroBlaze architecture"
36 bool "MIPS architecture"
42 bool "NDS32 architecture"
46 bool "Nios II architecture"
53 bool "PowerPC architecture"
58 bool "riscv architecture"
90 bool "SuperH architecture"
[all …]
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-bootlin/
H A DConfig.in.options73 Bootlin toolchain for the aarch64 architecture, using the
98 Bootlin toolchain for the aarch64 architecture, using the
121 Bootlin toolchain for the aarch64 architecture, using the
144 Bootlin toolchain for the aarch64 architecture, using the
166 Bootlin toolchain for the aarch64 architecture, using the
189 Bootlin toolchain for the aarch64 architecture, using the
214 Bootlin toolchain for the aarch64be architecture, using the
239 Bootlin toolchain for the aarch64be architecture, using the
262 Bootlin toolchain for the aarch64be architecture, using the
285 Bootlin toolchain for the aarch64be architecture, using the
[all …]
/OK3568_Linux_fs/buildroot/arch/
H A DConfig.in22 Select the target architecture family to build for.
45 instruction set architecture (ISA) developed by ARM Holdings.
55 instruction set architecture (ISA) developed by ARM Holdings.
65 Aarch64 is a 64-bit architecture developed by ARM Holdings.
66 http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
74 Aarch64 is a 64-bit architecture developed by ARM Holdings.
75 http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
92 Intel i386 architecture compatible microprocessor
107 bus based architecture (little endian)
116 bus based architecture (non-AXI, big endian)
[all …]
/OK3568_Linux_fs/buildroot/package/boost/
H A D0001-added-missing-brackets.patch10 include/boost/predef/architecture/sparc.h | 4 ++--
13 diff --git a/boost/predef/architecture/sparc.h b/boost/predef/architecture/sparc.h
15 --- a/boost/predef/architecture/sparc.h
16 +++ b//boost/predef/architecture/sparc.h
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/
H A D0001-do-not-hardcode-the-full-path-of-dpkg.patch25 dpkg --print-architecture >/dev/null 2>&1; then
26 - HOST_ARCH=$(/usr/bin/dpkg --print-architecture)
27 + HOST_ARCH=$(dpkg --print-architecture)
29 udpkg --print-architecture >/dev/null 2>&1; then
30 HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dgn-utils.inc1 # GN host architecture helpers.
8 """Returns a GN architecture name corresponding to the build host's machine
9 architecture."""
23 # GN target architecture helpers.
25 # Determining the target architecture is more difficult, as there are many
41 """Returns a GN architecture name corresponding to the target machine's
42 architecture."""
45 bb.fatal('Unsupported target architecture. A valid override for the '
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/
H A Ddefn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch4 Subject: [PATCH 1/2] defn2[c|man]: don't rely on dpkg-architecture to set arch
29 -my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
32 +#my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
46 -my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
49 +#my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
/OK3568_Linux_fs/buildroot/package/qt5/qt5script/
H A D0001-Detect-32-bits-armv8-a-architecture.patch4 Subject: [PATCH] Detect 32-bits armv8-a architecture
9 These toolchains define __ARM_ARCH_8A__ (for ARM architecture version)
12 This commit catches this new architecture (armv8a) within a #ifdef/#endif
20 …/javascriptcore/JavaScriptCore/wtf/Platform.h:370:6: error: #error "Not supported ARM architecture"
21 # error "Not supported ARM architecture"
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/
H A DREADME55 TUNE_ARCH - The GNU canonical arch for a specific architecture. i.e.
57 configure. TUNE_ARCH definitions are specific to a given architecture.
59 See each architecture's README for details for that CPU family.
61 TUNE_PKGARCH - The package architecture used by the packaging systems to
62 define the architecture, abi and tuning of a particular package.
64 each architecture. See each architectures README for details for that
69 PACKAGE_EXTRA_ARCHS:tune-<tune>. If an architecture deviates from the
70 default it will be listed in the architecture README.
78 architecture specific floating point. This is synchronized with the
90 new tune file for a "fast-forward" CPU architecture (one that supports
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/
H A DREADME11 X86ARCH32 - This is the 32-bit architecture GNU canonical arch, TUNE_ARCH.
13 X86ARCH64 - This is the 64-bit architecture GNU canonical arch, TUNE_ARCH.
19 The package architecture for 32-bit targets is historical and generally
22 For 64-bit architectures, the architecture is expected to end in '_64'.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.rst90 ARM ARM architecture is enabled.
91 ARM64 ARM64 architecture is enabled.
105 IA-64 IA-64 architecture is enabled.
106 IMA Integrity measurement architecture is enabled.
119 M68k M68k architecture is enabled.
123 MIPS MIPS architecture is enabled.
134 PARISC The PA-RISC architecture is enabled.
139 PPC PowerPC architecture is enabled.
144 S390 S390 architecture is enabled.
152 SH SuperH architecture is enabled.
[all …]
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A DKconfig18 Secure boot and trust architecture compatible version 2
23 Secure boot and trust architecture compatible version 4
28 Secure boot and trust architecture compatible version 5
33 Secure boot and trust architecture compatible version 6
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64-arches.def24 The NAME is the name of the architecture, represented as a string
26 this architecture. ARCH_IDENT is the architecture identifier. It must be
28 ARCH_REV is an integer specifying the architecture major revision.
29 FLAGS are the flags implied by the architecture.
/OK3568_Linux_fs/buildroot/package/libmpeg2/
H A D0003-fix-arm-detection.patch1 Improve the ARM detection to work on Thumb-only architecture
20 AC_DEFINE([ARCH_ALPHA],,[alpha architecture]);;
23 - AC_DEFINE([ARCH_ARM],,[ARM architecture]);;
25 + [AC_DEFINE([ARCH_ARM],,[ARM architecture])
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0001-check-for-available-arm-optimizations.patch28 AC_DEFINE([ARCH_X86],,[x86 architecture])
31 AC_DEFINE([ARCH_ALPHA],,[alpha architecture]);;
34 - AC_DEFINE([ARCH_ARM],,[ARM architecture]);;
39 + build_arm_opt=true; AC_DEFINE([ARCH_ARM],,[ARM architecture]),
/OK3568_Linux_fs/kernel/Documentation/features/
H A Darch-support.txt2 For generic kernel features that need architecture support, the
8 | ok | # feature supported by the architecture
9 |TODO| # feature not yet supported by the architecture
/OK3568_Linux_fs/buildroot/package/start-stop-daemon/
H A D0002-just-warn-on-missing-arch.patch23 AC_MSG_CHECKING([dpkg architecture name])
26 - AC_MSG_ERROR([cannot determine host dpkg architecture])
27 + AC_MSG_WARN([cannot determine host dpkg architecture])
/OK3568_Linux_fs/buildroot/utils/
H A Dget-developers30 if args.architecture is not None:
58 if args.architecture is not None:
60 if args.architecture in dev.architectures:
/OK3568_Linux_fs/kernel/arch/
H A DKconfig3 # General architecture dependent options
12 menu "General architecture-dependent options"
155 This symbol should be selected by an architecture if 64 bit
157 though it is not a 64 bit architecture.
171 This symbol should be selected by an architecture if it can
186 inline assembler that the architecture code provides in the
191 store-and-swap instructions if the architecture has them. It
196 Any architecture with load-and-swap or store-and-swap
260 An architecture should select this when it can successfully
279 # Select if the architecture provides the arch_dma_set_uncached symbol to
[all …]
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dmemory-model.rst18 FLATMEM, DISCONTIGMEM and SPARSEMEM. Each architecture defines what
49 To allocate the `mem_map` array, architecture specific setup code should
54 An architecture may free parts of the `mem_map` array that do not cover the
55 actual physical pages. In such case, the architecture specific
78 The architecture setup code should call :c:func:`free_area_init_node` for
118 `MAX_PHYSMEM_BITS` constants defined by each architecture that
120 physical address that an architecture supports, the
143 The architecture setup code should call sparse_init() to
162 To use vmemmap, an architecture has to reserve a range of virtual
165 the architecture should implement :c:func:`vmemmap_populate` method
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/irq/
H A Dirqflags-tracing.rst15 CONFIG_PROVE_RWSEM_LOCKING will be offered on an architecture - these
21 state changes. But an architecture can be irq-flags-tracing enabled in a
42 - if the architecture has non-maskable interrupts then those need to be
47 implementation in an architecture: lockdep will detect that and will
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmultilib_header.bbclass3 # If applicable on the architecture, this routine will rename the header and
5 # A wrapper will be generated for the architecture that knows how to call
6 # all of the ABI variants for that given architecture.
/OK3568_Linux_fs/kernel/arch/mips/jazz/
H A DKconfig10 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
22 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
33 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at

12345678910>>...33