Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h27 KVM_X86_OP(vcpu_free)
H A Dkvm_host.h1730 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/vmx/
H A Dmain.c888 .vcpu_free = vt_op(vcpu_free),
/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()
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h275 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/linux/virt/kvm/
H A Dkvm_main.c4217 goto vcpu_free; in kvm_vm_ioctl_create_vcpu()
4285 vcpu_free: in kvm_vcpu_ioctl_set_sigmask()