Home
last modified time | relevance | path

Searched refs:get_cr3 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dmmu.c3161 root_gfn = vcpu->arch.mmu.get_cr3(vcpu) >> PAGE_SHIFT; in mmu_alloc_shadow_roots()
3416 arch.cr3 = vcpu->arch.mmu.get_cr3(vcpu); in kvm_arch_setup_async_pf()
3537 static unsigned long get_cr3(struct kvm_vcpu *vcpu) in get_cr3() function
3844 context->get_cr3 = get_cr3; in init_kvm_tdp_mmu()
3929 context->get_cr3 = get_cr3; in init_kvm_softmmu()
3938 g_context->get_cr3 = get_cr3; in init_kvm_nested_mmu()
Dpaging_tmpl.h289 pte = mmu->get_cr3(vcpu); in FNAME()
Dsvm.c2009 vcpu->arch.mmu.get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
Dx86.c7827 work->arch.cr3 != vcpu->arch.mmu.get_cr3(vcpu)) in kvm_arch_async_page_ready()
Dvmx.c8621 vcpu->arch.mmu.get_cr3 = nested_ept_get_cr3; in nested_ept_init_mmu_context()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h264 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member