Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h183 static inline bool mmu_is_nested(struct kvm_vcpu *vcpu) in mmu_is_nested() function
230 vcpu->arch.mmio_gva = mmu_is_nested(vcpu) ? 0 : gva & PAGE_MASK; in vcpu_cache_mmio_info()
H A Dx86.c7308 BUG_ON(!mmu_is_nested(vcpu)); in translate_nested_gpa()
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c88 WARN_ON(mmu_is_nested(vcpu)); in nested_svm_init_mmu_context()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c366 WARN_ON_ONCE(!mmu_is_nested(vcpu)); in nested_ept_invalidate_addr()
425 WARN_ON(mmu_is_nested(vcpu)); in nested_ept_init_mmu_context()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c4062 if (mmu_is_nested(vcpu)) in mmio_info_in_cache()
5415 if (mmu_is_nested(vcpu)) in kvm_init_mmu()