Home
last modified time | relevance | path

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

/linux-3.4.99/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.c185 vcpu_e500 = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create()
211 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_create()
223 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_free()
Dbook3s_hv.c456 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create()
508 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_create()
522 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_free()
/linux-3.4.99/virt/kvm/
Dkvm_main.c80 struct kmem_cache *kvm_vcpu_cache; variable
81 EXPORT_SYMBOL_GPL(kvm_vcpu_cache);
2762 kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align, in kvm_init()
2764 if (!kvm_vcpu_cache) { in kvm_init()
2801 kmem_cache_destroy(kvm_vcpu_cache); in kvm_init()
2827 kmem_cache_destroy(kvm_vcpu_cache); in kvm_exit()
/linux-3.4.99/include/linux/
Dkvm_host.h63 extern struct kmem_cache *kvm_vcpu_cache;
/linux-3.4.99/arch/x86/kvm/
Dsvm.c1209 svm = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in svm_create_vcpu()
1276 kmem_cache_free(kvm_vcpu_cache, svm); in svm_create_vcpu()
1290 kmem_cache_free(kvm_vcpu_cache, svm); in svm_free_vcpu()
Dvmx.c6288 kmem_cache_free(kvm_vcpu_cache, vmx);
6294 struct vcpu_vmx *vmx = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
6359 kmem_cache_free(kvm_vcpu_cache, vmx);