Re: [PATCH 2/4] kselftest/arm64: Use a define for SVCR

2024-11-12 Thread Mark Brown
On Mon, Nov 11, 2024 at 11:34:02PM +, Catalin Marinas wrote: > I get an error when trying to build this out of tree: > /home/cmarinas/work/linux/tools/testing/selftests/../../../tools/arch/arm64/include/asm/sysreg.h:132:10: > fatal error: asm/sysreg-defs.h: No such file or directory > 132

Re: [PATCH 2/4] kselftest/arm64: Use a define for SVCR

2024-11-11 Thread Catalin Marinas
On Thu, Nov 07, 2024 at 01:38:05AM +, Mark Brown wrote: > For some reason when we're accessing SVCR in the FP tests we use the raw > numerical version of the register name rather than hiding that behind a > preprocessor macro for readability. Since we already use the generated > defines for sys

[PATCH 2/4] kselftest/arm64: Use a define for SVCR

2024-11-06 Thread Mark Brown
For some reason when we're accessing SVCR in the FP tests we use the raw numerical version of the register name rather than hiding that behind a preprocessor macro for readability. Since we already use the generated defines for sysreg bitfields in other the KVM selftests let's do the same thing her