]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:38 +0000 (11:30 +0000)
commita7336887bc34073f1382afc4b31e3cb545649134
treeba050b06d3740c5a75770c85a6861e533830f5e6
parent77bef27712ab1554bf3d5f3ee89bcbb4b5b80f16
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>
arch/arm64/kvm/hyp/hyp.h [new file with mode: 0644]