提交 2b60e682 编写于 作者: A Andrew Murray 提交者: Yang Yingliang

arm64: Advertise ARM64_HAS_DCPODP cpu feature

mainline inclusion
from v5.2-rc1
commit b9585f53
category: feature
bugzilla: 30110
CVE: NA

-------------------------------------------------

Advertise ARM64_HAS_DCPODP when both DC CVAP and DC CVADP are supported.

Even though we don't use this feature now, we provide it for consistency
with DCPOP and anticipate it being used in the future.

conflict:
arch/arm64/include/asm/cpucaps.h
Signed-off-by: NAndrew Murray <andrew.murray@arm.com>
Reviewed-by: NDave Martin <Dave.Martin@arm.com>
Reviewed-by: NSuzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: NWill Deacon <will.deacon@arm.com>
Signed-off-by: NHongbo Yao <yaohongbo@huawei.com>
Signed-off-by: NWang Wensheng <wangwensheng4@huawei.com>
Reviewed-by: NXie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 35e3e93d
......@@ -67,7 +67,8 @@
#define ARM64_HAS_GENERIC_AUTH 46
#define ARM64_HAS_CNP 47
#define ARM64_HAS_ARMv8_4_TTL 48
#define ARM64_HAS_DCPODP 49
#define ARM64_NCAPS 49
#define ARM64_NCAPS 50
#endif /* __ASM_CPUCAPS_H */
......@@ -1490,6 +1490,16 @@ static const struct arm64_cpu_capabilities arm64_features[] = {
.field_pos = ID_AA64ISAR1_DPB_SHIFT,
.min_field_value = 1,
},
{
.desc = "Data cache clean to Point of Deep Persistence",
.capability = ARM64_HAS_DCPODP,
.type = ARM64_CPUCAP_SYSTEM_FEATURE,
.matches = has_cpuid_feature,
.sys_reg = SYS_ID_AA64ISAR1_EL1,
.sign = FTR_UNSIGNED,
.field_pos = ID_AA64ISAR1_DPB_SHIFT,
.min_field_value = 2,
},
#endif
#ifdef CONFIG_ARM64_SVE
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册