powerpc: Add ZEROIZE_GPRS macros for register clears
authorRohan McLure <rmclure@linux.ibm.com>
Wed, 21 Sep 2022 06:55:43 +0000 (16:55 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Sep 2022 13:00:14 +0000 (23:00 +1000)
commit9d54a5ce3aa87810f13cd33b314097ac6d28c350
treec313c697f7fbe3c927ba5f126823ba2ff9ddd516
parent2c27d4a419f627636b8c6038e55acb26df05c391
powerpc: Add ZEROIZE_GPRS macros for register clears

Provide register zeroing macros, following the same convention as
existing register stack save/restore macros, to be used in later
change to concisely zero a sequence of consecutive gprs.

The resulting macros are called ZEROIZE_GPRS and ZEROIZE_NVGPRS, keeping
with the naming of the accompanying restore and save macros, and usage
of zeroize to describe this operation elsewhere in the kernel.

Signed-off-by: Rohan McLure <rmclure@linux.ibm.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220921065605.1051927-4-rmclure@linux.ibm.com
arch/powerpc/include/asm/ppc_asm.h