Home
last modified time | relevance | path

Searched refs:vmx_set_cr3 (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/vmx/
Dvmx.h322 void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3);
Dvmx.c2995 void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in vmx_set_cr3() function
7791 .set_cr3 = vmx_set_cr3,
7860 .set_tdp_cr3 = vmx_set_cr3,
Dnested.c356 vcpu->arch.mmu->set_cr3 = vmx_set_cr3; in nested_ept_init_mmu_context()