Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dmmu.c3807 vcpu->arch.mmu->root_cr3 = vcpu->arch.mmu->get_cr3(vcpu); in mmu_alloc_direct_roots()
3819 root_cr3 = vcpu->arch.mmu->get_cr3(vcpu); in mmu_alloc_shadow_roots()
4181 arch.cr3 = vcpu->arch.mmu->get_cr3(vcpu); in kvm_arch_setup_async_pf()
4436 static unsigned long get_cr3(struct kvm_vcpu *vcpu) in get_cr3() function
5018 context->get_cr3 = get_cr3; in init_kvm_tdp_mmu()
5166 context->get_cr3 = get_cr3; in init_kvm_softmmu()
5181 g_context->get_cr3 = get_cr3; in init_kvm_nested_mmu()
Dpaging_tmpl.h321 pte = mmu->get_cr3(vcpu); in FNAME()
Dsvm.c2989 vcpu->arch.mmu->get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
Dx86.c9966 work->arch.cr3 != vcpu->arch.mmu->get_cr3(vcpu)) in kvm_arch_async_page_ready()
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c286 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state()
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h198 static inline uint64_t get_cr3(void) in get_cr3() function
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h381 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c357 vcpu->arch.mmu->get_cr3 = nested_ept_get_cr3; in nested_ept_init_mmu_context()