Home
last modified time | relevance | path

Searched refs:kvm_vcpu_cache (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/arch/powerpc/kvm/
D44x.c129 vcpu_44x = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create()
149 kmem_cache_free(kvm_vcpu_cache, vcpu_44x); in kvmppc_core_vcpu_create()
160 kmem_cache_free(kvm_vcpu_cache, vcpu_44x); in kvmppc_core_vcpu_free()
De500.c189 vcpu_e500 = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create()
215 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_create()
227 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_free()
/linux-3.3/virt/kvm/
Dkvm_main.c80 struct kmem_cache *kvm_vcpu_cache; variable
81 EXPORT_SYMBOL_GPL(kvm_vcpu_cache);
2797 kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align, in kvm_init()
2799 if (!kvm_vcpu_cache) { in kvm_init()
2836 kmem_cache_destroy(kvm_vcpu_cache); in kvm_init()
2862 kmem_cache_destroy(kvm_vcpu_cache); in kvm_exit()
/linux-3.3/include/linux/
Dkvm_host.h62 extern struct kmem_cache *kvm_vcpu_cache;
/linux-3.3/arch/x86/kvm/
Dsvm.c1142 svm = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in svm_create_vcpu()
1207 kmem_cache_free(kvm_vcpu_cache, svm); in svm_create_vcpu()
1221 kmem_cache_free(kvm_vcpu_cache, svm); in svm_free_vcpu()
Dvmx.c6286 kmem_cache_free(kvm_vcpu_cache, vmx);
6292 struct vcpu_vmx *vmx = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
6357 kmem_cache_free(kvm_vcpu_cache, vmx);