Searched refs:get_cr3 (Results 1 – 6 of 6) sorted by relevance
3161 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() function3844 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()
289 pte = mmu->get_cr3(vcpu); in FNAME()
2009 vcpu->arch.mmu.get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
7827 work->arch.cr3 != vcpu->arch.mmu.get_cr3(vcpu)) in kvm_arch_async_page_ready()
8621 vcpu->arch.mmu.get_cr3 = nested_ept_get_cr3; in nested_ept_init_mmu_context()
264 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member