Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500mc.c377 .vcpu_create = kvmppc_core_vcpu_create_e500mc,
H A De500.c491 .vcpu_create = kvmppc_core_vcpu_create_e500,
H A Dbook3s.c786 return vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu); in kvmppc_core_vcpu_create()
H A Dbook3s_pr.c2075 .vcpu_create = kvmppc_core_vcpu_create_pr,
H A Dbooke.c2100 r = vcpu->kvm->arch.kvm_ops->vcpu_create(vcpu); in kvmppc_core_vcpu_create()
H A Dbook3s_hv.c5657 .vcpu_create = kvmppc_core_vcpu_create_hv,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_ppc.h270 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1103 int (*vcpu_create)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c4207 .vcpu_create = svm_create_vcpu,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7747 .vcpu_create = vmx_create_vcpu,
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c10188 r = kvm_x86_ops.vcpu_create(vcpu); in kvm_arch_vcpu_create()