Home
last modified time | relevance | path

Searched full:arm64 (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/Linux-v5.15/drivers/pinctrl/mediatek/
DKconfig85 depends on ARM64 || COMPILE_TEST
86 default ARM64 && ARCH_MEDIATEK
92 depends on ARM64 || COMPILE_TEST
93 default ARM64 && ARCH_MEDIATEK
99 depends on ARM64 || COMPILE_TEST
100 default ARM64 && ARCH_MEDIATEK
111 depends on ARM64 || COMPILE_TEST
112 default ARM64 && ARCH_MEDIATEK
118 depends on ARM64 || COMPILE_TEST
119 default ARM64 && ARCH_MEDIATEK
[all …]
/Linux-v5.15/drivers/clk/sunxi-ng/
DKconfig17 default ARM64 && ARCH_SUNXI
18 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
22 default ARM64 && ARCH_SUNXI
23 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
27 default ARM64 && ARCH_SUNXI
28 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
32 default ARM64 && ARCH_SUNXI
33 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
37 default ARM64 && ARCH_SUNXI
38 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
[all …]
/Linux-v5.15/tools/testing/selftests/arm64/
DREADME1 KSelfTest ARM64
4 - These tests are arm64 specific and so not built or run but just skipped
5 completely when env-variable ARCH is found to be different than 'arm64'
8 - Holding true the above, ARM64 KSFT tests can be run within the KSelfTest
11 $ make TARGETS=arm64 kselftest-clean
12 $ make TARGETS=arm64 kselftest
16 $ make -C tools/testing/selftests TARGETS=arm64 \
19 or, alternatively, only specific arm64/ subtargets can be picked:
21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
/Linux-v5.15/drivers/cpuidle/
DKconfig.arm6 bool "Generic ARM/ARM64 CPU idle Driver"
39 depends on MCPM && !ARM64
51 depends on ARCH_CLPS711X && !ARM64 || COMPILE_TEST
57 depends on ARM_PSCI && !ARM64
64 depends on (MACH_KIRKWOOD || COMPILE_TEST) && !ARM64
70 depends on (ARCH_ZYNQ || COMPILE_TEST) && !ARM64
76 depends on ARCH_U8500 && !ARM64
83 depends on (ARCH_AT91 || COMPILE_TEST) && !ARM64
89 depends on (ARCH_EXYNOS || COMPILE_TEST) && !ARM64
96 depends on (ARCH_MVEBU || COMPILE_TEST) && !ARM64
[all …]
/Linux-v5.15/drivers/soc/renesas/
DKconfig181 if ARM64
184 bool "ARM64 Platform support for R-Car D3"
191 bool "ARM64 Platform support for R-Car E3"
198 bool "ARM64 Platform support for R-Car H3 ES1.x"
205 bool "ARM64 Platform support for R-Car H3 ES2.0+"
214 bool "ARM64 Platform support for R-Car M3-N"
221 bool "ARM64 Platform support for R-Car M3-W"
228 bool "ARM64 Platform support for R-Car M3-W+"
236 bool "ARM64 Platform support for R-Car V3H"
243 bool "ARM64 Platform support for R-Car V3M"
[all …]
/Linux-v5.15/drivers/pinctrl/sunxi/
DKconfig68 default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
89 default ARM64 && ARCH_SUNXI
94 default ARM64 && ARCH_SUNXI
99 default ARM64 && ARCH_SUNXI
104 default ARM64 && ARCH_SUNXI
109 default ARM64 && ARCH_SUNXI
114 default ARM64 && ARCH_SUNXI
119 default ARM64 && ARCH_SUNXI
124 default ARM64 && ARCH_SUNXI
129 default ARM64 && ARCH_SUNXI
/Linux-v5.15/drivers/perf/
DKconfig11 depends on (ARM && CPU_V7) || ARM64
39 depends on ARM || ARM64
46 depends on ARM64 || (COMPILE_TEST && 64BIT)
52 depends on ARM || ARM64
65 depends on ARM64 && ACPI
74 depends on ARM64
91 depends on ARCH_QCOM && ARM64 && ACPI
101 depends on ARCH_QCOM && ARM64 && ACPI
111 depends on ARCH_THUNDER2 && ARM64 && ACPI && NUMA
127 depends on ARM64
[all …]
/Linux-v5.15/Documentation/arm64/
Dacpi_object_usage.rst14 For ACPI on arm64, tables also fall into the following categories:
145 Required for arm64.
172 Required for arm64.
182 used on arm64.
203 arm64 only table, required in order to describe IO topology, SMMUs,
229 Required for arm64. Only the GIC interrupt controller structures
275 not supported by the kernel for arm64.
281 Recommend for use on arm64; use of PCC is recommended when using CPPC
306 Required for arm64.
313 on arm64, and will not be used. If provided, it will be ignored.
[all …]
/Linux-v5.15/arch/arm64/crypto/
DKconfig4 bool "ARM64 Accelerated Cryptographic Algorithms"
5 depends on ARM64
8 implemented using ARM64 specific CPU features or instructions.
13 tristate "SHA-224/SHA-256 digest algorithm for arm64"
17 tristate "SHA-384/SHA-512 digest algorithm for arm64"
74 depends on ARM64 && KERNEL_MODE_NEON
80 depends on ARM64 && KERNEL_MODE_NEON
DMakefile3 # linux/arch/arm64/crypto/Makefile
44 obj-$(CONFIG_CRYPTO_SHA256_ARM64) += sha256-arm64.o
45 sha256-arm64-y := sha256-glue.o sha256-core.o
47 obj-$(CONFIG_CRYPTO_SHA512_ARM64) += sha512-arm64.o
48 sha512-arm64-y := sha512-glue.o sha512-core.o
60 obj-$(CONFIG_CRYPTO_AES_ARM64) += aes-arm64.o
61 aes-arm64-y := aes-cipher-core.o aes-cipher-glue.o
/Linux-v5.15/Documentation/virt/kvm/arm/
Dhyp-abi.rst19 On arm and arm64 (without VHE), the kernel doesn't run in hypervisor
24 EL2 (arm64), allowing it to install a set of stubs before dropping to
53 x2 = x0's value when entering the next payload (arm64)
54 x3 = x1's value when entering the next payload (arm64)
55 x4 = x2's value when entering the next payload (arm64)
58 into place (arm64 only), and jump to the restart address while at HYP/EL2.
63 x0 = HVC_VHE_RESTART (arm64 only)
75 clobber any of the caller-saved registers (x0-x18 on arm64, r0-r3 and
/Linux-v5.15/arch/arm64/
DMakefile2 # arch/arm64/Makefile
132 head-y := arch/arm64/kernel/head.o
144 libs-y := arch/arm64/lib/ $(libs-y)
148 boot := arch/arm64/boot
168 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
170 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso32 $@)
173 $(Q)$(MAKE) $(build)=arch/arm64/tools kapi
189 $(Q)$(MAKE) $(clean)=arch/arm64/kernel/vdso
190 $(Q)$(MAKE) $(clean)=arch/arm64/kernel/vdso32
201 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso \
[all …]
/Linux-v5.15/drivers/crypto/hisilicon/
DKconfig9 depends on ARM64 || COMPILE_TEST
31 depends on ARM64 || (COMPILE_TEST && 64BIT)
43 depends on ARM64 || COMPILE_TEST
54 depends on ARM64 || (COMPILE_TEST && 64BIT)
66 depends on ARM64 || (COMPILE_TEST && 64BIT)
79 depends on ARM64 && ACPI
/Linux-v5.15/drivers/clk/rockchip/
DKconfig14 depends on ARM64 || COMPILE_TEST
63 depends on ARM64 || COMPILE_TEST
70 depends on ARM64 || COMPILE_TEST
77 depends on ARM64 || COMPILE_TEST
84 depends on ARM64 || COMPILE_TEST
91 depends on ARM64 || COMPILE_TEST
/Linux-v5.15/drivers/pinctrl/meson/
DKconfig30 depends on ARM64
36 depends on ARM64
45 depends on ARM64
54 depends on ARM64
60 depends on ARM64
/Linux-v5.15/drivers/clk/mediatek/
DKconfig72 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
74 default ARCH_MEDIATEK && ARM64
122 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
124 default ARCH_MEDIATEK && ARM64
208 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
210 default ARCH_MEDIATEK && ARM64
264 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
266 default ARCH_MEDIATEK && ARM64
357 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
415 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
[all …]
/Linux-v5.15/tools/perf/util/libunwind/
Darm64.c8 * 'arch/arm64/util/unwind-libunwind.c', to make sure that this function
12 * be assigned to each arm64 thread.
26 #include <../../../../arch/arm64/include/uapi/asm/perf_regs.h>
27 #include "../../arch/arm64/util/unwind-libunwind.c"
30 * assign NO_LIBUNWIND_DEBUG_FRAME_AARCH64 to it for compiling arm64
/Linux-v5.15/drivers/phy/hisilicon/
DKconfig7 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
18 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
28 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
38 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
47 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
/Linux-v5.15/drivers/clk/sprd/
DKconfig14 depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
15 default ARM64 && ARCH_SPRD
19 depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
20 default ARM64 && ARCH_SPRD
/Linux-v5.15/drivers/clk/actions/
DKconfig20 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
21 default ARM64 && ARCH_ACTIONS
25 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
26 default ARM64 && ARCH_ACTIONS
/Linux-v5.15/Documentation/admin-guide/
Defi-stub.rst16 For arm64, there is no compressed kernel support, so the Image itself
18 kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S
19 and drivers/firmware/efi/libstub/arm64-stub.c.
38 may not need to be renamed. Similarly for arm64, arch/arm64/boot/Image
86 For the ARM and arm64 architectures, a device tree must be provided to
/Linux-v5.15/tools/perf/arch/arm64/
DMakefile13 out := $(OUTPUT)arch/arm64/include/generated/asm
16 sysdef := $(srctree)/tools/arch/arm64/include/uapi/asm/unistd.h
17 sysprf := $(srctree)/tools/perf/arch/arm64/entry/syscalls/
27 $(call QUIET_CLEAN, arm64) $(RM) $(header)
/Linux-v5.15/Documentation/translations/zh_CN/arm64/
Delf_hwcaps.rst3 :Original: :ref:`Documentation/arm64/elf_hwcaps.rst <elf_hwcaps_index>`
8 ARM64 ELF hwcaps
11 这篇文档描述了 arm64 ELF hwcaps 的用法和语义。
95 根据 Documentation/arm64/cpu-feature-registers.rst 描述,EL0 可以访问
155 如 Documentation/arm64/pointer-authentication.rst 所描述,
160 如 Documentation/arm64/pointer-authentication.rst 所描述,
/Linux-v5.15/Documentation/translations/zh_TW/arm64/
Delf_hwcaps.rst5 :Original: :ref:`Documentation/arm64/elf_hwcaps.rst <elf_hwcaps_index>`
11 ARM64 ELF hwcaps
14 這篇文檔描述了 arm64 ELF hwcaps 的用法和語義。
98 根據 Documentation/arm64/cpu-feature-registers.rst 描述,EL0 可以訪問
158 如 Documentation/arm64/pointer-authentication.rst 所描述,
163 如 Documentation/arm64/pointer-authentication.rst 所描述,
/Linux-v5.15/drivers/hwtracing/coresight/
DKconfig7 depends on ARM || ARM64
89 depends on !ARM64
102 depends on ARM64
124 depends on (ARM && !(CPU_32v3 || CPU_32v4 || CPU_32v4T)) || ARM64
138 depends on ARM || ARM64
155 depends on ARM || ARM64
180 depends on ARM64 && CORESIGHT_SOURCE_ETM4X

12345678910>>...23