Home
last modified time | relevance | path

Searched refs:mmu_is_nested (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/
A Dx86.h184 static inline bool mmu_is_nested(struct kvm_vcpu *vcpu) in mmu_is_nested() function
236 vcpu->arch.mmio_gva = mmu_is_nested(vcpu) ? 0 : gva & PAGE_MASK; in vcpu_cache_mmio_info()
A Dx86.c6510 BUG_ON(!mmu_is_nested(vcpu)); in translate_nested_gpa()
/linux/arch/x86/kvm/svm/
A Dnested.c98 WARN_ON(mmu_is_nested(vcpu)); in nested_svm_init_mmu_context()
/linux/arch/x86/kvm/mmu/
A Dmmu.c3760 if (mmu_is_nested(vcpu)) in mmio_info_in_cache()
5033 if (mmu_is_nested(vcpu)) in kvm_init_mmu()
/linux/arch/x86/kvm/vmx/
A Dnested.c348 WARN_ON_ONCE(!mmu_is_nested(vcpu)); in nested_ept_invalidate_addr()
403 WARN_ON(mmu_is_nested(vcpu)); in nested_ept_init_mmu_context()

Completed in 50 milliseconds