Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c192 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state()
/Linux-v4.19/arch/x86/kvm/
Dmmu.c3589 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() function
4754 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()
Dpaging_tmpl.h303 pte = mmu->get_cr3(vcpu); in FNAME()
Dsvm.c2926 vcpu->arch.mmu.get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
Dx86.c9339 work->arch.cr3 != vcpu->arch.mmu.get_cr3(vcpu)) in kvm_arch_async_page_ready()
Dvmx.c11349 vcpu->arch.mmu.get_cr3 = nested_ept_get_cr3; in nested_ept_init_mmu_context()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h200 static inline uint64_t get_cr3(void) in get_cr3() function
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h347 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member