arm: helper: Factor out CP regs common to [pv]msa
commit8e5d75c950a1241f6e1243c37f28cd58f68fedc9
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 15 Jun 2015 17:06:10 +0000 (15 18:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jun 2015 17:06:10 +0000 (15 18:06 +0100)
treed5f54b87969ef3bf2baa246ce720ae9ef588d38f
parent5e5cf9e35f25f9f932a6ce25107c11b67b426a43
arm: helper: Factor out CP regs common to [pv]msa

V6+ PMSA and VMSA share some common registers that are currently
in the VMSA definition block. Split them out into a new def that can
be shared to PMSA.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 284db78a43c63c9bfbb60de539672c361bcb6af8.1434066412.git.peter.crosthwaite@xilinx.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c