commit | 3c29568768dfe6965ca51e1a78f9f31ebc0c500a | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sat Jan 02 15:07:13 2016 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:13 2016 +0000 |
tree | 567bdc926a71611b929ee2d093e60d5928138ac1 | |
parent | 08dcbfda0774d5550447835f20a647b7e4c94481 [diff] |
ARM: KVM: Add system register accessor macros In order to move system register (CP15, mostly) access to C code, add a few macros to facilitate this, and minimize the difference between 32 and 64bit CP15 registers. This will get heavily used in the following patches. Acked-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>