Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h333 pte = mmu->get_pdptr(vcpu, (addr >> 30) & 3); in FNAME()
H A Dmmu.c3790 pdptrs[i] = mmu->get_pdptr(vcpu, i); in mmu_alloc_shadow_roots()
5218 context->get_pdptr = kvm_pdptr_read; in init_kvm_tdp_mmu()
5367 context->get_pdptr = kvm_pdptr_read; in init_kvm_softmmu()
5381 g_context->get_pdptr = kvm_pdptr_read; in init_kvm_nested_mmu()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h439 u64 (*get_pdptr)(struct kvm_vcpu *vcpu, int index); member
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c101 vcpu->arch.mmu->get_pdptr = nested_svm_get_tdp_pdptr; in nested_svm_init_mmu_context()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c431 vcpu->arch.mmu->get_pdptr = kvm_pdptr_read; in nested_ept_init_mmu_context()