Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dmmu.c3135 root_gfn = vcpu->arch.mmu.get_cr3(vcpu) >> PAGE_SHIFT; in mmu_alloc_shadow_roots()
3431 arch.cr3 = vcpu->arch.mmu.get_cr3(vcpu); in kvm_arch_setup_async_pf()
3566 static unsigned long get_cr3(struct kvm_vcpu *vcpu) in get_cr3() function
3960 context->get_cr3 = get_cr3; in init_kvm_tdp_mmu()
4049 context->get_cr3 = get_cr3; in init_kvm_softmmu()
4058 g_context->get_cr3 = get_cr3; in init_kvm_nested_mmu()
Dpaging_tmpl.h281 pte = mmu->get_cr3(vcpu); in FNAME()
Dsvm.c1925 vcpu->arch.mmu.get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
Dx86.c8080 work->arch.cr3 != vcpu->arch.mmu.get_cr3(vcpu)) in kvm_arch_async_page_ready()
Dvmx.c9018 vcpu->arch.mmu.get_cr3 = nested_ept_get_cr3; in nested_ept_init_mmu_context()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h271 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member