Home
last modified time | relevance | path

Searched refs:vcpu_free (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/kvm/
H A De500mc.c383 .vcpu_free = kvmppc_core_vcpu_free_e500mc,
H A De500.c492 .vcpu_free = kvmppc_core_vcpu_free_e500,
H A Dbooke.c2160 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu); in kvmppc_core_vcpu_create()
2167 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu); in kvmppc_core_vcpu_free()
H A Dbook3s.c840 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu); in kvmppc_core_vcpu_free()
H A Dbook3s_pr.c2056 .vcpu_free = kvmppc_core_vcpu_free_pr,
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h275 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/include/asm/
H A Dkvm_host.h1783 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/linux/virt/kvm/
H A Dkvm_main.c4194 goto vcpu_free; in kvm_vm_ioctl_create_vcpu()
4262 vcpu_free: in kvm_vm_ioctl_create_vcpu()
/linux/arch/x86/kvm/svm/
H A Dsvm.c5272 .vcpu_free = svm_vcpu_free,
/linux/arch/x86/kvm/
H A Dx86.c12956 kvm_x86_call(vcpu_free)(vcpu); in kvm_arch_vcpu_destroy() local