Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h518 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/linux-2.6.39/arch/x86/kvm/
Dx86.c5850 kvm_x86_ops->vcpu_free(vcpu); in kvm_arch_vcpu_free()
5878 kvm_x86_ops->vcpu_free(vcpu); in kvm_arch_vcpu_setup()
5891 kvm_x86_ops->vcpu_free(vcpu); in kvm_arch_vcpu_destroy()
Dvmx.c4382 .vcpu_free = vmx_free_vcpu,
Dsvm.c3885 .vcpu_free = svm_free_vcpu,