aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_44x.h
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2009-01-03 16:22:58 -0600
committerAvi Kivity <avi@redhat.com>2009-03-24 11:02:55 +0200
commitc46fb0211f8b93de45400bff814c0f29335af5fc (patch)
treeff1e5943ecb6177aaacdfa0ab92f96ef59b30b5d /arch/powerpc/include/asm/kvm_44x.h
parentKVM: Move struct kvm_pio_request into x86 kvm_host.h (diff)
downloadlinux-dev-c46fb0211f8b93de45400bff814c0f29335af5fc.tar.xz
linux-dev-c46fb0211f8b93de45400bff814c0f29335af5fc.zip
KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific header
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/include/asm/kvm_44x.h')
-rw-r--r--arch/powerpc/include/asm/kvm_44x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_44x.h b/arch/powerpc/include/asm/kvm_44x.h
index f49031b632ca..d22d39942a92 100644
--- a/arch/powerpc/include/asm/kvm_44x.h
+++ b/arch/powerpc/include/asm/kvm_44x.h
@@ -28,6 +28,13 @@
* need to find some way of advertising it. */
#define KVM44x_GUEST_TLB_SIZE 64
+struct kvmppc_44x_tlbe {
+ u32 tid; /* Only the low 8 bits are used. */
+ u32 word0;
+ u32 word1;
+ u32 word2;
+};
+
struct kvmppc_44x_shadow_ref {
struct page *page;
u16 gtlb_index;