Searched refs:vcpu_free (Results 1 - 12 of 12) sorted by path

/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h275 void (*vcpu_free)(struct kvm_vcpu *vcpu); member in struct:kvmppc_ops
/linux-master/arch/powerpc/kvm/
H A Dbook3s.c839 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu);
H A Dbook3s_hv.c6358 .vcpu_free = kvmppc_core_vcpu_free_hv,
H A Dbook3s_pr.c2059 .vcpu_free = kvmppc_core_vcpu_free_pr,
H A Dbooke.c2160 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu);
2167 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu);
H A De500.c492 .vcpu_free = kvmppc_core_vcpu_free_e500,
H A De500mc.c383 .vcpu_free = kvmppc_core_vcpu_free_e500mc,
/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h27 KVM_X86_OP(vcpu_free)
H A Dkvm_host.h1626 void (*vcpu_free)(struct kvm_vcpu *vcpu); member in struct:kvm_x86_ops
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4942 .vcpu_free = svm_vcpu_free,
/linux-master/arch/x86/kvm/vmx/
H A Dmain.c36 .vcpu_free = vmx_vcpu_free,
/linux-master/virt/kvm/
H A Dkvm_main.c4237 goto vcpu_free;
4305 vcpu_free:

Completed in 1183 milliseconds