Home
last modified time | relevance | path

Searched refs:set_cr3 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h270 void (*set_cr3)(struct kvm_vcpu *vcpu, unsigned long root); member
795 void (*set_cr3)(struct kvm_vcpu *vcpu, unsigned long cr3); member
/linux-4.4.14/arch/x86/kvm/
Dmmu.c3959 context->set_cr3 = kvm_x86_ops->set_tdp_cr3; in init_kvm_tdp_mmu()
4048 context->set_cr3 = kvm_x86_ops->set_cr3; in init_kvm_softmmu()
4122 vcpu->arch.mmu.set_cr3(vcpu, vcpu->arch.mmu.root_hpa); in kvm_mmu_load()
Dsvm.c1924 vcpu->arch.mmu.set_cr3 = nested_svm_set_tdp_cr3; in nested_svm_init_mmu_context()
4294 .set_cr3 = svm_set_cr3,
Dvmx.c9017 vcpu->arch.mmu.set_cr3 = vmx_set_cr3; in nested_ept_init_mmu_context()
10806 .set_cr3 = vmx_set_cr3,