Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
A Dmain.c37 .vcpu_create = vmx_vcpu_create,
/linux/arch/x86/include/asm/
A Dkvm-x86-ops.h25 KVM_X86_OP(vcpu_create)
A Dkvm_host.h1644 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/linux/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.c834 return vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu); in kvmppc_core_vcpu_create()
A Dbook3s_pr.c2058 .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.c6473 .vcpu_create = kvmppc_core_vcpu_create_hv,
/linux/arch/powerpc/include/asm/
A Dkvm_ppc.h274 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/svm/
A Dsvm.c5012 .vcpu_create = svm_vcpu_create,
/linux/arch/x86/kvm/
A Dx86.c12312 r = kvm_x86_call(vcpu_create)(vcpu); in kvm_arch_vcpu_create()

Completed in 70 milliseconds