arch-power: Refactor argument registers
authorSandipan Das <sandipan@linux.ibm.com>
Sun, 14 Jun 2020 11:32:00 +0000 (17:02 +0530)
committerSandipan Das <sandipan@linux.ibm.com>
Mon, 15 Feb 2021 08:32:38 +0000 (14:02 +0530)
commitbc72457a0784ea18801d73bfe3ab36a649f55489
treeea46932cda0af97f14fe9d6a7479a14585ebd09e
parentceb4b09bd5f4a1c76d713d12a40ff9661e24523f
arch-power: Refactor argument registers

This reintroduces the argument register constants that
were removed in commit 7bb456f02 ("arch-power: Delete
unused register related constants"), adds a definition
for the sixth argument register and switches to these
constants to specify the arguments used by the system
call ABI.

Change-Id: I5804f4d2b27a04d0e7b69132e5abce5761b239f5
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
src/arch/power/registers.hh
src/arch/power/se_workload.cc