Searched refs:get_cr3 (Results 1 – 8 of 8) sorted by relevance
192 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state()
3589 root_gfn = vcpu->arch.mmu.get_cr3(vcpu) >> PAGE_SHIFT; in mmu_alloc_shadow_roots()3948 arch.cr3 = vcpu->arch.mmu.get_cr3(vcpu); in kvm_arch_setup_async_pf()4132 root.cr3 = mmu->get_cr3(vcpu); in cached_root_available()4214 static unsigned long get_cr3(struct kvm_vcpu *vcpu) in get_cr3() function4754 context->get_cr3 = get_cr3; in init_kvm_tdp_mmu()4880 context->get_cr3 = get_cr3; in init_kvm_softmmu()4889 g_context->get_cr3 = get_cr3; in init_kvm_nested_mmu()
303 pte = mmu->get_cr3(vcpu); in FNAME()
2926 vcpu->arch.mmu.get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
9339 work->arch.cr3 != vcpu->arch.mmu.get_cr3(vcpu)) in kvm_arch_async_page_ready()
11349 vcpu->arch.mmu.get_cr3 = nested_ept_get_cr3; in nested_ept_init_mmu_context()
200 static inline uint64_t get_cr3(void) in get_cr3() function
347 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member