]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc76a0a6695c61088c8d2e731e25305502666bf7d
treeba050b06d3740c5a75770c85a6861e533830f5e6
parent3600c2fdc09a43a30909743569e35a29121602ed
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]