| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| D | Kconfig | 6 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/ |
| D | Kconfig.platforms | 76 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 …]
|
| D | Kconfig | 925 ARMv8.3 Pointer Authentication will result in the PAC being 966 bool "52-bit (ARMv8.2)" 971 part of the ARMv8.2-LPA extension. 974 do not support ARMv8.2-LPA, but with some added memory overhead (and 1297 to ARMv8 without modification. 1337 bool "Emulate deprecated/obsolete ARMv8 instructions" 1353 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that 1377 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is 1393 AArch32 EL0, and is deprecated in ARMv8. 1409 menu "ARMv8.1 architectural features" [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/ |
| D | Kconfig.platforms | 79 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 …]
|
| D | Kconfig | 1319 ARMv8.3 Pointer Authentication will result in the PAC being 1360 bool "52-bit (ARMv8.2)" 1365 part of the ARMv8.2-LPA extension. 1368 do not support ARMv8.2-LPA, but with some added memory overhead (and 1648 to ARMv8 without modification. 1691 bool "Emulate deprecated/obsolete ARMv8 instructions" 1707 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that 1731 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is 1747 AArch32 EL0, and is deprecated in ARMv8. 1763 menu "ARMv8.1 architectural features" [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
| D | Makefile | 10 # 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-6.6/tools/testing/selftests/arm64/pauth/ |
| D | Makefile | 10 # 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/ |
| D | Kconfig | 21 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/ |
| D | numa.txt | 132 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/ |
| D | numa.txt | 176 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/ |
| D | Kconfig | 17 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/ |
| D | fvp-base-revc.dts | 5 * 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 …]
|
| D | rtsm_ve-aemv8a.dts | 5 * 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";
|
| D | foundation-v8.dtsi | 5 * 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/ |
| D | Kconfig | 38 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/ |
| D | fvp-base-revc.dts | 5 * 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 …]
|
| D | rtsm_ve-aemv8a.dts | 5 * 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";
|
| D | foundation-v8.dtsi | 5 * 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/ |
| D | tsc.c | 12 * 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/ |
| D | tsc.c | 12 * 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/Documentation/trace/coresight/ |
| D | coresight-cpu-debug.rst | 11 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/ |
| D | coresight-cpu-debug.rst | 11 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/arm64/ |
| D | arm-acpi.rst | 2 ACPI on ARMv8 Servers 5 ACPI can be used for ARMv8 general purpose servers designed to follow 11 The ARMv8 kernel implements the reduced hardware model of ACPI version 17 If an ARMv8 system does not meet the requirements of the SBSA and SBBR, 22 industry-standard ARMv8 servers, they also apply to more than one operating 24 ACPI and Linux only, on an ARMv8 system -- that is, what Linux expects of 34 reasoning behind ACPI on ARMv8 servers. Actually, we snitch a good portion 111 ACPI support in drivers and subsystems for ARMv8 should never be mutually 124 The only defined method for passing ACPI tables to the kernel on ARMv8 128 When an ARMv8 system boots, it can either have DT information, ACPI tables, [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | spe-pmu.txt | 1 * ARMv8.2 Statistical Profiling Extension (SPE) Performance Monitor Units (PMU) 3 ARMv8.2 introduces the optional Statistical Profiling Extension for collecting
|
| /kernel/linux/linux-6.6/tools/memory-model/Documentation/ |
| D | references.txt | 44 o ARM Ltd. (Ed.). 2014. "ARM Architecture Reference Manual (ARMv8, 45 for ARMv8-A architecture profile)". ARM Ltd. 54 Sewell. 2016. "Modelling the ARMv8 Architecture, Operationally: 68 multicopy-atomic axiomatic and operational models for ARMv8". In
|