nEPT: MMU context for nested EPT
[deliverable/linux.git] / arch / x86 / kvm / mmu.h
index 5b59c573aba7a749ad52ed696b3402e5fd275106..77e044a0f5f70f36222510cf8012ecb9607da65e 100644 (file)
@@ -71,6 +71,8 @@ enum {
 
 int handle_mmio_page_fault_common(struct kvm_vcpu *vcpu, u64 addr, bool direct);
 int kvm_init_shadow_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *context);
+int kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *context,
+               bool execonly);
 
 static inline unsigned int kvm_mmu_available_pages(struct kvm *kvm)
 {
This page took 0.027835 seconds and 5 git commands to generate.