We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b76004 commit e43454cCopy full SHA for e43454c
arch/arm64/kernel/cpufeature.c
@@ -2680,6 +2680,13 @@ static const struct arm64_cpu_capabilities arm64_features[] = {
2680
.matches = has_cpuid_feature,
2681
ARM64_CPUID_FIELDS(ID_AA64MMFR3_EL1, TCRX, IMP)
2682
},
2683
+ {
2684
+ .desc = "Stage-1 Permission Indirection Extension (S1PIE)",
2685
+ .capability = ARM64_HAS_S1PIE,
2686
+ .type = ARM64_CPUCAP_BOOT_CPU_FEATURE,
2687
+ .matches = has_cpuid_feature,
2688
+ ARM64_CPUID_FIELDS(ID_AA64MMFR3_EL1, S1PIE, IMP)
2689
+ },
2690
{},
2691
};
2692
arch/arm64/tools/cpucaps
@@ -40,6 +40,7 @@ HAS_NESTED_VIRT
40
HAS_NO_FPSIMD
41
HAS_NO_HW_PREFETCH
42
HAS_PAN
43
+HAS_S1PIE
44
HAS_RAS_EXTN
45
HAS_RNG
46
HAS_SB
0 commit comments