Home
last modified time | relevance | path

Searched full:armv8 (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/kernel/linux/linux-6.6/arch/arm64/crypto/
DKconfig6 tristate "Hash functions: GHASH (ARMv8 Crypto Extensions)"
16 - ARMv8 Crypto Extensions
40 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)"
48 - ARMv8 Crypto Extensions
59 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)"
67 - ARMv8 Crypto Extensions
78 tristate "Hash functions: SHA-384 and SHA-512 (ARMv8 Crypto Extensions)"
86 - ARMv8 Crypto Extensions
89 tristate "Hash functions: SHA-3 (ARMv8.2 Crypto Extensions)"
97 - ARMv8.2 Crypto Extensions
[all …]
/kernel/linux/linux-5.10/arch/arm64/
DKconfig.platforms76 This enables support for Broadcom's ARMv8 Set Top Box SoCs
79 bool "ARMv8 based Samsung Exynos SoC family"
90 This enables support for ARMv8 based Samsung Exynos SoC family.
93 bool "ARMv8 based Microchip Sparx5 SoC family"
97 This enables support for the Microchip Sparx5 ARMv8-based
121 bool "ARMv8 based Freescale Layerscape SoC family"
137 This enables support for Hisilicon ARMv8 SoC family
151 & MT81xx ARMv8 SoCs
189 bool "ARMv8 based NXP i.MX SoC family"
199 This enables support for the ARMv8 based SoCs in the
[all …]
DKconfig926 ARMv8.3 Pointer Authentication will result in the PAC being
967 bool "52-bit (ARMv8.2)"
972 part of the ARMv8.2-LPA extension.
975 do not support ARMv8.2-LPA, but with some added memory overhead (and
1295 to ARMv8 without modification.
1335 bool "Emulate deprecated/obsolete ARMv8 instructions"
1351 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
1375 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
1391 AArch32 EL0, and is deprecated in ARMv8.
1407 menu "ARMv8.1 architectural features"
[all …]
/kernel/linux/linux-6.6/arch/arm64/
DKconfig.platforms79 This enables support for Broadcom's ARMv8 Set Top Box SoCs
108 This enables support for ARMv8 based Samsung Exynos SoC family.
115 This enables support for the Microchip Sparx5 ARMv8-based
149 This enables support for Hisilicon ARMv8 SoC family
163 & MT81xx ARMv8 SoCs
218 This enables support for the ARMv8 based SoCs in the
234 This enables support for the ARMv8 based Nuvoton MA35 series SoCs.
252 This enables support for the ARMv8 based Qualcomm chipsets.
258 This enables support for the ARMv8 based Realtek chipsets,
264 This enables support for the ARMv8 based Renesas SoCs.
[all …]
DKconfig1358 ARMv8.3 Pointer Authentication will result in the PAC being
1399 bool "52-bit (ARMv8.2)"
1404 part of the ARMv8.2-LPA extension.
1407 do not support ARMv8.2-LPA, but with some added memory overhead (and
1687 to ARMv8 without modification.
1730 bool "Emulate deprecated/obsolete ARMv8 instructions"
1746 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
1770 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
1786 AArch32 EL0, and is deprecated in ARMv8.
1802 menu "ARMv8.1 architectural features"
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/
DMakefile10 # check if the compiler supports ARMv8.3 and branch protection with PAuth
11 pauth_cc_support := $(shell if ($(CC) $(CFLAGS) -march=armv8.3-a -E -x c /dev/null -o /dev/null 2>&…
23 # ARMv8.3. Therefore target ARMv8.3 wherever they are used directly
25 $(CC) -c $^ -o $@ $(CFLAGS) -march=armv8.3-a
28 $(CC) -c $^ -o $@ $(CFLAGS) -march=armv8.3-a
30 # when -mbranch-protection is enabled and the target architecture is ARMv8.3 or
32 # preventing the tests from occurring at all. Compile for ARMv8.2 so tests can
35 $(CC) $^ -o $@ $(CFLAGS) -march=armv8.2-a
38 $(CC) $^ -o $@ $(CFLAGS) -march=armv8.2-a
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/
DMakefile10 # check if the compiler supports ARMv8.3 and branch protection with PAuth
11 pauth_cc_support := $(shell if ($(CC) $(CFLAGS) -march=armv8.3-a -E -x c /dev/null -o /dev/null 2>&…
23 # ARMv8.3. Therefore target ARMv8.3 wherever they are used directly
25 $(CC) -c $^ -o $@ $(CFLAGS) -march=armv8.3-a
28 $(CC) -c $^ -o $@ $(CFLAGS) -march=armv8.3-a
30 # when -mbranch-protection is enabled and the target architecture is ARMv8.3 or
32 # preventing the tests from occurring at all. Compile for ARMv8.2 so tests can
35 $(CC) $^ -o $@ $(CFLAGS) -march=armv8.2-a
38 $(CC) $^ -o $@ $(CFLAGS) -march=armv8.2-a
/kernel/linux/linux-5.10/arch/arm64/crypto/
DKconfig21 tristate "SHA-1 digest algorithm (ARMv8 Crypto Extensions)"
27 tristate "SHA-224/SHA-256 digest algorithm (ARMv8 Crypto Extensions)"
33 tristate "SHA-384/SHA-512 digest algorithm (ARMv8 Crypto Extensions)"
39 tristate "SHA3 digest algorithm (ARMv8.2 Crypto Extensions)"
45 tristate "SM3 digest algorithm (ARMv8.2 Crypto Extensions)"
51 tristate "SM4 symmetric cipher (ARMv8.2 Crypto Extensions)"
57 tristate "GHASH/AES-GCM using ARMv8 Crypto Extensions"
74 tristate "AES core cipher using ARMv8 Crypto Extensions"
80 tristate "AES in CCM mode using ARMv8 Crypto Extensions"
88 tristate "AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions"
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dnuma.txt132 compatible = "arm,armv8";
140 compatible = "arm,armv8";
147 compatible = "arm,armv8";
154 compatible = "arm,armv8";
161 compatible = "arm,armv8";
168 compatible = "arm,armv8";
175 compatible = "arm,armv8";
182 compatible = "arm,armv8";
189 compatible = "arm,armv8";
197 compatible = "arm,armv8";
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
Dnuma.txt176 compatible = "arm,armv8";
184 compatible = "arm,armv8";
191 compatible = "arm,armv8";
198 compatible = "arm,armv8";
205 compatible = "arm,armv8";
212 compatible = "arm,armv8";
219 compatible = "arm,armv8";
226 compatible = "arm,armv8";
233 compatible = "arm,armv8";
241 compatible = "arm,armv8";
[all …]
/kernel/linux/linux-6.6/arch/arm/crypto/
DKconfig17 tristate "Hash functions: GHASH (PMULL/NEON/ARMv8 Crypto Extensions)"
30 - ARMv8 Crypto Extensions
34 that is part of the ARMv8 Crypto Extensions, or a slower variant that
81 On ARM processors that have NEON support but not the ARMv8
108 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)"
115 Architecture: arm using ARMv8 Crypto Extensions
118 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)"
126 - ARMv8 Crypto Extensions
190 tristate "Ciphers: AES, modes: ECB/CBC/CTS/CTR/XTS (ARMv8 Crypto Extensions)"
206 - ARMv8 Crypto Extensions
/kernel/linux/linux-5.10/arch/arm64/boot/dts/arm/
Dfvp-base-revc.dts5 * Architecture Envelope Model (AEM) ARMv8-A
47 compatible = "arm,armv8";
53 compatible = "arm,armv8";
59 compatible = "arm,armv8";
65 compatible = "arm,armv8";
71 compatible = "arm,armv8";
77 compatible = "arm,armv8";
83 compatible = "arm,armv8";
89 compatible = "arm,armv8";
138 compatible = "arm,armv8-timer";
[all …]
Drtsm_ve-aemv8a.dts5 * Architecture Envelope Model (AEM) ARMv8-A
41 compatible = "arm,armv8";
49 compatible = "arm,armv8";
57 compatible = "arm,armv8";
65 compatible = "arm,armv8";
110 compatible = "arm,armv8-timer";
119 compatible = "arm,armv8-pmuv3";
Dfoundation-v8.dtsi5 * ARMv8 Foundation model DTS
36 compatible = "arm,armv8";
42 compatible = "arm,armv8";
48 compatible = "arm,armv8";
54 compatible = "arm,armv8";
71 compatible = "arm,armv8-timer";
80 compatible = "arm,armv8-pmuv3";
/kernel/linux/linux-5.10/arch/arm/crypto/
DKconfig38 using special ARMv8 Crypto Extensions.
47 using special ARMv8 Crypto Extensions.
100 tristate "Accelerated AES using ARMv8 Crypto Extensions"
107 ARMv8 Crypto Extensions
110 tristate "PMULL-accelerated GHASH using NEON/ARMv8 Crypto Extensions"
118 that is part of the ARMv8 Crypto Extensions, or a slower variant that
/kernel/linux/linux-6.6/arch/arm64/boot/dts/arm/
Dfvp-base-revc.dts5 * Architecture Envelope Model (AEM) ARMv8-A
47 compatible = "arm,armv8";
60 compatible = "arm,armv8";
73 compatible = "arm,armv8";
86 compatible = "arm,armv8";
99 compatible = "arm,armv8";
112 compatible = "arm,armv8";
125 compatible = "arm,armv8";
138 compatible = "arm,armv8";
211 compatible = "arm,armv8-timer";
[all …]
Drtsm_ve-aemv8a.dts5 * Architecture Envelope Model (AEM) ARMv8-A
41 compatible = "arm,armv8";
49 compatible = "arm,armv8";
57 compatible = "arm,armv8";
65 compatible = "arm,armv8";
112 compatible = "arm,armv8-timer";
121 compatible = "arm,armv8-pmuv3";
Dfoundation-v8.dtsi5 * ARMv8 Foundation model DTS
36 compatible = "arm,armv8";
42 compatible = "arm,armv8";
48 compatible = "arm,armv8";
54 compatible = "arm,armv8";
73 compatible = "arm,armv8-timer";
82 compatible = "arm,armv8-pmuv3";
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/
Dtsc.c12 * According to ARM DDI 0487F.c, from Armv8.0 to Armv8.5 inclusive, the in rdtsc()
13 * system counter is at least 56 bits wide; from Armv8.6, the counter in rdtsc()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
Dtsc.c12 * According to ARM DDI 0487F.c, from Armv8.0 to Armv8.5 inclusive, the in rdtsc()
13 * system counter is at least 56 bits wide; from Armv8.6, the counter in rdtsc()
/kernel/uniproton/
Dconfig.xml43 <platform plat_name="armv8">
44 <name>armv8</name>
54 <platform plat_name="armv8">
55 <name>armv8</name>
/kernel/linux/linux-6.6/Documentation/trace/coresight/
Dcoresight-cpu-debug.rst11 Coresight CPU debug module is defined in ARMv8-a architecture reference manual
49 - ARMv8-a (ARM DDI 0487A.k) and ARMv7-a (ARM DDI 0406C.b) have different
52 If PCSROffset=0b0000, on ARMv8-a the feature of EDPCSR is not implemented;
59 If PCSROffset=0b0010, ARMv8-a defines "EDPCSR implemented, and samples have
61 state". So on ARMv8 if EDDEVID1.PCSROffset is 0b0010 and the CPU operates
70 have been enabled properly. In ARMv8-a ARM (ARM DDI 0487A.k) chapter 'H9.1
/kernel/linux/linux-5.10/Documentation/trace/coresight/
Dcoresight-cpu-debug.rst11 Coresight CPU debug module is defined in ARMv8-a architecture reference manual
49 - ARMv8-a (ARM DDI 0487A.k) and ARMv7-a (ARM DDI 0406C.b) have different
52 If PCSROffset=0b0000, on ARMv8-a the feature of EDPCSR is not implemented;
59 If PCSROffset=0b0010, ARMv8-a defines "EDPCSR implemented, and samples have
61 state". So on ARMv8 if EDDEVID1.PCSROffset is 0b0010 and the CPU operates
70 have been enabled properly. In ARMv8-a ARM (ARM DDI 0487A.k) chapter 'H9.1
/kernel/uniproton/cmake/tool_chain/
Dhi3093_armv8_config.cmake.in2 include(${CMAKE_CURRENT_LIST_DIR}/uniproton-hi3093-armv8-targets.cmake)
12 check_required_components(uniproton-hi3093-armv8)
Draspi4_armv8_config.cmake.in2 include(${CMAKE_CURRENT_LIST_DIR}/uniproton-raspi4-armv8-targets.cmake)
12 check_required_components(uniproton-raspi4-armv8)

12345678910>>...26