Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.h106 vcpu->arch.mmu.set_cr3(vcpu, vcpu->arch.mmu.root_hpa | in kvm_mmu_load_cr3()
Dmmu.c4753 context->set_cr3 = kvm_x86_ops->set_tdp_cr3; in init_kvm_tdp_mmu()
4879 context->set_cr3 = kvm_x86_ops->set_cr3; in init_kvm_softmmu()
Dsvm.c2925 vcpu->arch.mmu.set_cr3 = nested_svm_set_tdp_cr3; in nested_svm_init_mmu_context()
7082 .set_cr3 = svm_set_cr3,
Dvmx.c11348 vcpu->arch.mmu.set_cr3 = vmx_set_cr3; in nested_ept_init_mmu_context()
14136 .set_cr3 = vmx_set_cr3,
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h346 void (*set_cr3)(struct kvm_vcpu *vcpu, unsigned long root); member
979 void (*set_cr3)(struct kvm_vcpu *vcpu, unsigned long cr3); member