kselftest/arm64/abi: Add MTE_STORE_ONLY feature hwcap test
add MTE_STORE_ONLY feature hwcap test. Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20250618092957.2069907-7-yeoreum.yun@arm.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
7502bdb43a
commit
964a07426e
|
|
@ -1104,6 +1104,12 @@ static const struct hwcap_data {
|
|||
.hwcap_bit = HWCAP3_MTE_FAR,
|
||||
.cpuinfo = "mtefar",
|
||||
},
|
||||
{
|
||||
.name = "MTE_STOREONLY",
|
||||
.at_hwcap = AT_HWCAP3,
|
||||
.hwcap_bit = HWCAP3_MTE_STORE_ONLY,
|
||||
.cpuinfo = "mtestoreonly",
|
||||
},
|
||||
};
|
||||
|
||||
typedef void (*sighandler_fn)(int, siginfo_t *, void *);
|
||||
|
|
|
|||
Loading…
Reference in New Issue