Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dkvm_cache_regs.h50 load_pdptrs(vcpu, mmu, mmu->get_cr3(vcpu)); in kvm_pdptr_read_mmu()
Dmmu.c2518 root_gfn = vcpu->arch.mmu.get_cr3(vcpu) >> PAGE_SHIFT; in mmu_alloc_shadow_roots()
2697 arch.cr3 = vcpu->arch.mmu.get_cr3(vcpu); in kvm_arch_setup_async_pf()
2827 static unsigned long get_cr3(struct kvm_vcpu *vcpu) in get_cr3() function
2995 context->get_cr3 = get_cr3; in init_kvm_tdp_mmu()
3050 vcpu->arch.walk_mmu->get_cr3 = get_cr3; in init_kvm_softmmu()
3060 g_context->get_cr3 = get_cr3; in init_kvm_nested_mmu()
Dpaging_tmpl.h136 pte = mmu->get_cr3(vcpu); in FNAME()
150 (mmu->get_cr3(vcpu) & CR3_NONPAE_RESERVED_BITS) == 0); in FNAME()
Dsvm.c1798 vcpu->arch.mmu.get_cr3 = nested_svm_get_tdp_cr3; in nested_svm_init_mmu_context()
Dx86.c6241 work->arch.cr3 != vcpu->arch.mmu.get_cr3(vcpu)) in kvm_arch_async_page_ready()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h244 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu); member