Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
De500mc.c397 .vcpu_create = kvmppc_core_vcpu_create_e500mc,
De500.c509 .vcpu_create = kvmppc_core_vcpu_create_e500,
Dbook3s.c723 return kvm->arch.kvm_ops->vcpu_create(kvm, id); in kvmppc_core_vcpu_create()
Dbook3s_pr.c1711 .vcpu_create = kvmppc_core_vcpu_create_pr,
Dbooke.c2080 return kvm->arch.kvm_ops->vcpu_create(kvm, id); in kvmppc_core_vcpu_create()
Dbook3s_hv.c2718 .vcpu_create = kvmppc_core_vcpu_create_hv,
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_ppc.h239 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned int id); member
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h712 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id); member
/linux-4.1.27/arch/x86/kvm/
Dsvm.c4354 .vcpu_create = svm_create_vcpu,
Dx86.c7089 vcpu = kvm_x86_ops->vcpu_create(kvm, id); in kvm_arch_vcpu_create()
Dvmx.c10178 .vcpu_create = vmx_create_vcpu,