linux/tools/testing/selftests/arm64/abi
Mark Brown 7a9bcaaad5 kselftest/arm64: Add simple hwcap validation
Add some trivial hwcap validation which checks that /proc/cpuinfo and
AT_HWCAP agree with each other and can verify that for extensions that can
generate a SIGILL due to adding new instructions one appears or doesn't
appear as expected. I've added SVE and SME, other capabilities can be
added later if this gets merged.

This isn't super exciting but on the other hand took very little time to
write and should be handy when verifying that you wired up AT_HWCAP
properly.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220829154602.827275-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2022-09-06 18:30:42 +01:00
..
.gitignore kselftest/arm64: Add simple hwcap validation 2022-09-06 18:30:42 +01:00
hwcap.c kselftest/arm64: Add simple hwcap validation 2022-09-06 18:30:42 +01:00
Makefile kselftest/arm64: Add simple hwcap validation 2022-09-06 18:30:42 +01:00
syscall-abi-asm.S kselftest/arm64: Add SME support to syscall ABI test 2022-04-28 17:57:12 +01:00
syscall-abi.c kselftest/arm64: Add SME support to syscall ABI test 2022-04-28 17:57:12 +01:00
syscall-abi.h kselftest/arm64: Add SME support to syscall ABI test 2022-04-28 17:57:12 +01:00
tpidr2.c kselftest/arm64: Add tests for TPIDR2 2022-04-28 17:57:11 +01:00