Message ID | 20250410080723.953525-5-yeoreum.yun@arm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | support FEAT_MTE_STORE_ONLY feature | expand |
diff --git a/tools/testing/selftests/arm64/abi/hwcap.c b/tools/testing/selftests/arm64/abi/hwcap.c index a539eeb0bfc0..32385f67498e 100644 --- a/tools/testing/selftests/arm64/abi/hwcap.c +++ b/tools/testing/selftests/arm64/abi/hwcap.c @@ -1104,6 +1104,12 @@ static const struct hwcap_data { .hwcap_bit = HWCAP3_MTE_FAR, .cpuinfo = "mte_far", }, + { + .name = "MTE_STOREONLY", + .at_hwcap = AT_HWCAP3, + .hwcap_bit = HWCAP3_MTE_STORE_ONLY, + .cpuinfo = "mte_store_only", + }, }; typedef void (*sighandler_fn)(int, siginfo_t *, void *);