Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h600 void (*vcpu_free)(struct kvm_vcpu *vcpu); member
/arch/x86/kvm/
Dx86.c5936 kvm_x86_ops->vcpu_free(vcpu); in kvm_arch_vcpu_free()
5972 kvm_x86_ops->vcpu_free(vcpu); in kvm_arch_vcpu_destroy()
Dsvm.c4244 .vcpu_free = svm_free_vcpu,
Dvmx.c7109 .vcpu_free = vmx_free_vcpu,