summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/kvm.h
diff options
context:
space:
mode:
authorMarc Zyngier2012-12-10 17:15:34 +0100
committerMarc Zyngier2013-06-07 15:03:36 +0200
commit7c8c5e6a9101ea57a1c2c9faff0917e79251a21e (patch)
tree9cfd6c3a7f2c1235911b0473bec8ce00b4f3fca0 /include/uapi/linux/kvm.h
parentarm64: KVM: user space interface (diff)
downloadkernel-qcow2-linux-7c8c5e6a9101ea57a1c2c9faff0917e79251a21e.tar.gz
kernel-qcow2-linux-7c8c5e6a9101ea57a1c2c9faff0917e79251a21e.tar.xz
kernel-qcow2-linux-7c8c5e6a9101ea57a1c2c9faff0917e79251a21e.zip
arm64: KVM: system register handling
Provide 64bit system register handling, modeled after the cp15 handling for ARM. Reviewed-by: Christopher Covington <cov@codeaurora.org> Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'include/uapi/linux/kvm.h')
-rw-r--r--include/uapi/linux/kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h
index a5c86fc34a37..2d1bcb891468 100644
--- a/include/uapi/linux/kvm.h
+++ b/include/uapi/linux/kvm.h
@@ -783,6 +783,7 @@ struct kvm_dirty_tlb {
#define KVM_REG_IA64 0x3000000000000000ULL
#define KVM_REG_ARM 0x4000000000000000ULL
#define KVM_REG_S390 0x5000000000000000ULL
+#define KVM_REG_ARM64 0x6000000000000000ULL
#define KVM_REG_SIZE_SHIFT 52
#define KVM_REG_SIZE_MASK 0x00f0000000000000ULL