Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h599 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id); member
/linux-3.4.99/arch/x86/kvm/
Dsvm.c4243 .vcpu_create = svm_create_vcpu,
Dx86.c5915 return kvm_x86_ops->vcpu_create(kvm, id); in kvm_arch_vcpu_create()
Dvmx.c7108 .vcpu_create = vmx_create_vcpu,