Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dkvm-x86-ops.h26 KVM_X86_OP(vcpu_create)
A Dkvm_host.h1713 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/arch/x86/kvm/vmx/
A Dmain.c878 .vcpu_create = vt_op(vcpu_create),
/arch/powerpc/kvm/
A De500mc.c382 .vcpu_create = kvmppc_core_vcpu_create_e500mc,
A De500.c491 .vcpu_create = kvmppc_core_vcpu_create_e500,
A Dbook3s.c835 return vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu); in kvmppc_core_vcpu_create()
A Dbook3s_pr.c2056 .vcpu_create = kvmppc_core_vcpu_create_pr,
A Dbooke.c2134 r = vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu); in kvmppc_core_vcpu_create()
A Dbook3s_hv.c6524 .vcpu_create = kvmppc_core_vcpu_create_hv,
/arch/powerpc/include/asm/
A Dkvm_ppc.h274 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/arch/x86/kvm/svm/
A Dsvm.c5056 .vcpu_create = svm_vcpu_create,
/arch/x86/kvm/
A Dx86.c12298 r = kvm_x86_call(vcpu_create)(vcpu); in kvm_arch_vcpu_create()

Completed in 63 milliseconds