commit | 21c810017cef75435be8b8f1da2110c6d1fd887b | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Oct 14 19:36:11 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Tue Nov 10 08:34:25 2020 +0000 |
tree | 2e8ace0146f8e9b1bb705405633cf5d4be841787 | |
parent | defe21f49bc98b095300752aa1e19bb608f3e97d [diff] |
KVM: arm64: Move VHE direct sysreg accessors into kvm_host.h As we are about to need to access system registers from the HYP code based on their internal encoding, move the direct sysreg accessors to a common include file, with a VHE-specific guard. No functionnal change. Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>