Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
De500mc.c397 .vcpu_create = kvmppc_core_vcpu_create_e500mc,
De500.c510 .vcpu_create = kvmppc_core_vcpu_create_e500,
Dbook3s.c728 return kvm->arch.kvm_ops->vcpu_create(kvm, id); in kvmppc_core_vcpu_create()
Dbook3s_pr.c1720 .vcpu_create = kvmppc_core_vcpu_create_pr,
Dbooke.c2083 return kvm->arch.kvm_ops->vcpu_create(kvm, id); in kvmppc_core_vcpu_create()
Dbook3s_hv.c3242 .vcpu_create = kvmppc_core_vcpu_create_hv,
/arch/powerpc/include/asm/
Dkvm_ppc.h240 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned int id); member
/arch/x86/include/asm/
Dkvm_host.h773 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id); member
/arch/x86/kvm/
Dsvm.c4462 .vcpu_create = svm_create_vcpu,
Dx86.c7462 vcpu = kvm_x86_ops->vcpu_create(kvm, id); in kvm_arch_vcpu_create()
Dvmx.c11063 .vcpu_create = vmx_create_vcpu,