KVM: arm64: re-factor hyp.S debug register code
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Jul 2015 16:29:59 +0000 (17:29 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 21 Jul 2015 11:47:08 +0000 (12:47 +0100)
commite0a1b9a937dc6df9eb402af8966b5d617c7c6b34
treeea7d657f75973e262c02aefbfb519de18d41549f
parent337b99bf7edfb2044781447e7ca386edb1fdba9d
KVM: arm64: re-factor hyp.S debug register code

This is a pre-cursor to sharing the code with the guest debug support.
This replaces the big macro that fishes data out of a fixed location
with a more general helper macro to restore a set of debug registers. It
uses macro substitution so it can be re-used for debug control and value
registers. It does however rely on the debug registers being 64 bit
aligned (as they happen to be in the hyp ABI).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kvm/hyp.S