Searched refs:get_cr3 (Results 1 – 6 of 6) sorted by relevance
3135 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() function3960 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()
281 pte = mmu->get_cr3(vcpu); in FNAME()
1925 vcpu->arch.mmu.get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
8080 work->arch.cr3 != vcpu->arch.mmu.get_cr3(vcpu)) in kvm_arch_async_page_ready()
9018 vcpu->arch.mmu.get_cr3 = nested_ept_get_cr3; in nested_ept_init_mmu_context()
271 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member