aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/kvm_ppc.h')
-rw-r--r--arch/powerpc/include/asm/kvm_ppc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_ppc.h b/arch/powerpc/include/asm/kvm_ppc.h
index c662f140283..9b6f3f99c5e 100644
--- a/arch/powerpc/include/asm/kvm_ppc.h
+++ b/arch/powerpc/include/asm/kvm_ppc.h
@@ -111,6 +111,13 @@ extern void kvmppc_core_destroy_mmu(struct kvm_vcpu *vcpu);
111extern int kvmppc_kvm_pv(struct kvm_vcpu *vcpu); 111extern int kvmppc_kvm_pv(struct kvm_vcpu *vcpu);
112extern void kvmppc_map_magic(struct kvm_vcpu *vcpu); 112extern void kvmppc_map_magic(struct kvm_vcpu *vcpu);
113 113
114extern int kvmppc_core_init_vm(struct kvm *kvm);
115extern void kvmppc_core_destroy_vm(struct kvm *kvm);
116extern int kvmppc_core_prepare_memory_region(struct kvm *kvm,
117 struct kvm_userspace_memory_region *mem);
118extern void kvmppc_core_commit_memory_region(struct kvm *kvm,
119 struct kvm_userspace_memory_region *mem);
120
114/* 121/*
115 * Cuts out inst bits with ordering according to spec. 122 * Cuts out inst bits with ordering according to spec.
116 * That means the leftmost bit is zero. All given bits are included. 123 * That means the leftmost bit is zero. All given bits are included.