target-arm: Allow raw_read() and raw_write() to handle 64 bit regs
commit22d9e1a986a671ebfacb21555b7533336f3e8259
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:31 +0000 (20 14:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:31 +0000 (20 14:54 +0100)
tree5429ecb3e5ccf7a88a64192e2c91312f5bd39dbf
parentb643e4b90bb0b70adde97a09349d8ca7067309d9
target-arm: Allow raw_read() and raw_write() to handle 64 bit regs

Extend the raw_read() and raw_write() helper accessors so that
they can be used for 64 bit registers as well as 32 bit registers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Message-id: 1376065080-26661-2-git-send-email-peter.maydell@linaro.org
target-arm/helper.c