summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.h
diff options
context:
space:
mode:
authorSheng Yang <sheng@linux.intel.com>2010-01-05 11:02:26 (GMT)
committerMarcelo Tosatti <mtosatti@redhat.com>2010-03-01 15:35:46 (GMT)
commitc9c5417455b0c2e3c164883354b5480e5aee3b36 (patch)
tree62aff332b7177eb277befa3f8d6c310471596692 /arch/x86/kvm/mmu.h
parent97c4cfbe890a4ad82dde8660008d42b7b05dc488 (diff)
downloadlinux-c9c5417455b0c2e3c164883354b5480e5aee3b36.tar.xz
KVM: x86: Moving PT_*_LEVEL to mmu.h
We can use them in x86.c and vmx.c now... Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/mmu.h')
-rw-r--r--arch/x86/kvm/mmu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kvm/mmu.h b/arch/x86/kvm/mmu.h
index 4567d80..ff58342 100644
--- a/arch/x86/kvm/mmu.h
+++ b/arch/x86/kvm/mmu.h
@@ -38,6 +38,10 @@
#define PT32_ROOT_LEVEL 2
#define PT32E_ROOT_LEVEL 3
+#define PT_PDPE_LEVEL 3
+#define PT_DIRECTORY_LEVEL 2
+#define PT_PAGE_TABLE_LEVEL 1
+
int kvm_mmu_get_spte_hierarchy(struct kvm_vcpu *vcpu, u64 addr, u64 sptes[4]);
static inline void kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu)