Searched refs:set_tdp_cr3 (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dkvm_host.h789 void (*set_tdp_cr3)(struct kvm_vcpu *vcpu, unsigned long cr3); member in struct:kvm_x86_ops
/linux-4.1.27/arch/x86/kvm/
H A Dsvm.c4032 static void set_tdp_cr3(struct kvm_vcpu *vcpu, unsigned long root) set_tdp_cr3() function
4441 .set_tdp_cr3 = set_tdp_cr3,
H A Dmmu.c3843 context->set_cr3 = kvm_x86_ops->set_tdp_cr3; init_kvm_tdp_mmu()
H A Dvmx.c10267 .set_tdp_cr3 = vmx_set_cr3,

Completed in 222 milliseconds