commit | bdfb4b389c8d8f07e2d5b8e1291e01c789ba4aad | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Apr 24 10:31:37 2014 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri Jul 11 04:57:45 2014 -0700 |
tree | c8ea6ce76344e6ad816ab89ca2bf280bca88ac28 | |
parent | e6a9551760623d1703487e8a16bb9c3ea8a7e7a8 [diff] |
arm64: KVM: add trap handlers for AArch32 debug registers Add handlers for all the AArch32 debug registers that are accessible from EL0 or EL1. The code follow the same strategy as the AArch64 counterpart with regards to tracking the dirty state of the debug registers. Reviewed-by: Anup Patel <anup.patel@linaro.org> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>