Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500mc.c378 .vcpu_free = kvmppc_core_vcpu_free_e500mc,
H A De500.c492 .vcpu_free = kvmppc_core_vcpu_free_e500,
H A Dbooke.c2126 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu); in kvmppc_core_vcpu_create()
2133 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu); in kvmppc_core_vcpu_free()
H A Dbook3s.c791 vcpu->kvm->arch.kvm_ops->vcpu_free(vcpu); in kvmppc_core_vcpu_free()
H A Dbook3s_pr.c2076 .vcpu_free = kvmppc_core_vcpu_free_pr,
H A Dbook3s_hv.c5658 .vcpu_free = kvmppc_core_vcpu_free_hv,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_ppc.h271 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1104 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dkvm_main.c3204 goto vcpu_free; in kvm_vm_ioctl_create_vcpu()
3250 vcpu_free: in kvm_vm_ioctl_create_vcpu()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c4208 .vcpu_free = svm_free_vcpu,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7748 .vcpu_free = vmx_free_vcpu,
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c10251 kvm_x86_ops.vcpu_free(vcpu); in kvm_arch_vcpu_destroy()