Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A De500mc.c382 .vcpu_create = kvmppc_core_vcpu_create_e500mc,
H A De500.c491 .vcpu_create = kvmppc_core_vcpu_create_e500,
H A Dbook3s.c835 return vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu); in kvmppc_core_vcpu_create()
H A Dbook3s_pr.c2055 .vcpu_create = kvmppc_core_vcpu_create_pr,
H A Dbooke.c2134 r = vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu); in kvmppc_core_vcpu_create()
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h274 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/include/asm/
H A Dkvm_host.h1782 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5271 .vcpu_create = svm_vcpu_create,
/linux/arch/x86/kvm/
H A Dx86.c12900 r = kvm_x86_call(vcpu_create)(vcpu); in kvm_arch_vcpu_create()