Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h339 pte = mmu->get_pdptr(vcpu, (addr >> 30) & 3); in FNAME()
H A Dmmu.c3328 pdptr = vcpu->arch.mmu->get_pdptr(vcpu, i); in mmu_alloc_shadow_roots()
4527 context->get_pdptr = kvm_pdptr_read; in init_kvm_tdp_mmu()
4722 context->get_pdptr = kvm_pdptr_read; in init_kvm_softmmu()
4760 g_context->get_pdptr = kvm_pdptr_read; in init_kvm_nested_mmu()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h350 u64 (*get_pdptr)(struct kvm_vcpu *vcpu, int index); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dnested.c103 vcpu->arch.mmu->get_pdptr = nested_svm_get_tdp_pdptr; in nested_svm_init_mmu_context()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c366 vcpu->arch.mmu->get_pdptr = kvm_pdptr_read; in nested_ept_init_mmu_context()