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

/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h26 KVM_X86_OP(vcpu_create)
H A Dkvm_host.h1621 int (*vcpu_create)(struct kvm_vcpu *vcpu); member in struct:kvm_x86_ops
/linux-master/arch/powerpc/kvm/
H A De500.c491 .vcpu_create = kvmppc_core_vcpu_create_e500,
H A De500mc.c382 .vcpu_create = kvmppc_core_vcpu_create_e500mc,
H A Dbook3s.c838 return vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu);
H A Dbook3s_pr.c2064 .vcpu_create = kvmppc_core_vcpu_create_pr,
H A Dbooke.c2134 r = vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu);
H A Dbook3s_hv.c6357 .vcpu_create = kvmppc_core_vcpu_create_hv,
/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h274 int (*vcpu_create)(struct kvm_vcpu *vcpu); member in struct:kvmppc_ops
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4927 .vcpu_create = svm_vcpu_create,
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8332 .vcpu_create = vmx_vcpu_create,

Completed in 213 milliseconds