Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
De500mc.c398 .vcpu_create = kvmppc_core_vcpu_create_e500mc,
De500.c513 .vcpu_create = kvmppc_core_vcpu_create_e500,
Dbook3s.c762 return kvm->arch.kvm_ops->vcpu_create(kvm, id); in kvmppc_core_vcpu_create()
Dbook3s_pr.c2065 .vcpu_create = kvmppc_core_vcpu_create_pr,
Dbooke.c2129 return kvm->arch.kvm_ops->vcpu_create(kvm, id); in kvmppc_core_vcpu_create()
Dbook3s_hv.c4470 .vcpu_create = kvmppc_core_vcpu_create_hv,
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_ppc.h288 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned int id); member
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h957 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id); member
/Linux-v4.19/arch/x86/kvm/
Dsvm.c7054 .vcpu_create = svm_create_vcpu,
Dx86.c8471 vcpu = kvm_x86_ops->vcpu_create(kvm, id); in kvm_arch_vcpu_create()
Dvmx.c14115 .vcpu_create = vmx_create_vcpu,