Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmu.c3200 pdptr = vcpu->arch.mmu.get_pdptr(vcpu, i); in mmu_alloc_shadow_roots()
3845 context->get_pdptr = kvm_pdptr_read; in init_kvm_tdp_mmu()
3930 context->get_pdptr = kvm_pdptr_read; in init_kvm_softmmu()
3939 g_context->get_pdptr = kvm_pdptr_read; in init_kvm_nested_mmu()
Dpaging_tmpl.h293 pte = mmu->get_pdptr(vcpu, (addr >> 30) & 3); in FNAME()
Dsvm.c2010 vcpu->arch.mmu.get_pdptr = nested_svm_get_tdp_pdptr; in nested_svm_init_mmu_context()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h265 u64 (*get_pdptr)(struct kvm_vcpu *vcpu, int index); member