Re: [PATCH v3 00/10] arm64: Get rid of READ/WRITE_SYSREG32

2021-05-10 Thread Julien Grall
Hi Michal, On 05/05/2021 08:42, Michal Orzel wrote: The purpose of this patch series is to remove usage of 32bit helper macros READ/WRITE_SYSREG32 on arm64 as the idea of them is not following the latest ARMv8 specification and mrs/msr instructions are expecting 64bit values. According to ARM

[PATCH v3 00/10] arm64: Get rid of READ/WRITE_SYSREG32

2021-05-05 Thread Michal Orzel
The purpose of this patch series is to remove usage of 32bit helper macros READ/WRITE_SYSREG32 on arm64 as the idea of them is not following the latest ARMv8 specification and mrs/msr instructions are expecting 64bit values. According to ARM DDI 0487G.a all the AArch64 system registers are 64bit