]> 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)
commitdb24b14b16308d1e3880ca941713fe789755e83e
treeba050b06d3740c5a75770c85a6861e533830f5e6
parent27e24db078f10e69704a9fac4df6668d63fd82e9
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]