arm64: KVM: Add a HYP-specific header file
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 21 Oct 2015 09:09:49 +0000 (10:09 +0100)
committerAlex Shi <alex.shi@linaro.org>
Wed, 9 Nov 2016 14:15:40 +0000 (22:15 +0800)
commiteb99dec6d1e3b75580d312b1d29a18c39ed1e7ad
tree872bb2ffbb3cf256650fc730715a157d69feabb7
parentac185e4487ba0b3684f511fcacbc63b0359f679b
arm64: KVM: Add a HYP-specific header file

In order to expose the various EL2 services that are private to
the hypervisor, add a new hyp.h file.

So far, it only contains mundane things such as section annotation
and VA manipulation.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
(cherry picked from commit c76a0a6695c61088c8d2e731e25305502666bf7d)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/kvm/hyp/hyp.h [new file with mode: 0644]