Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c38 .vcpu_free = vmx_vcpu_free,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h26 KVM_X86_OP(vcpu_free)
H A Dkvm_host.h1680 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/linux-6.15/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 Dbook3s.c840 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu); in kvmppc_core_vcpu_free()
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_pr.c2057 .vcpu_free = kvmppc_core_vcpu_free_pr,
H A Dbook3s_hv.c6525 .vcpu_free = kvmppc_core_vcpu_free_hv,
/linux-6.15/arch/powerpc/include/asm/
H A Dkvm_ppc.h275 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/linux-6.15/virt/kvm/
H A Dkvm_main.c4118 goto vcpu_free; in kvm_vm_ioctl_create_vcpu()
4186 vcpu_free: in kvm_vm_ioctl_create_vcpu()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5152 .vcpu_free = svm_vcpu_free,
/linux-6.15/arch/x86/kvm/
H A Dx86.c12398 kvm_x86_call(vcpu_free)(vcpu); in kvm_arch_vcpu_destroy() local