Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kvm/
D44x.c116 vcpu_44x = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create()
136 kmem_cache_free(kvm_vcpu_cache, vcpu_44x); in kvmppc_core_vcpu_create()
147 kmem_cache_free(kvm_vcpu_cache, vcpu_44x); in kvmppc_core_vcpu_free()
De500.c105 vcpu_e500 = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create()
131 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_create()
143 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_free()
/linux-2.6.39/virt/kvm/
Dkvm_main.c78 struct kmem_cache *kvm_vcpu_cache; variable
79 EXPORT_SYMBOL_GPL(kvm_vcpu_cache);
2574 kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align, in kvm_init()
2576 if (!kvm_vcpu_cache) { in kvm_init()
2607 kmem_cache_destroy(kvm_vcpu_cache); in kvm_init()
2633 kmem_cache_destroy(kvm_vcpu_cache); in kvm_exit()
/linux-2.6.39/include/linux/
Dkvm_host.h52 extern struct kmem_cache *kvm_vcpu_cache;
/linux-2.6.39/arch/x86/kvm/
Dvmx.c4166 kmem_cache_free(kvm_vcpu_cache, vmx);
4185 struct vcpu_vmx *vmx = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
4242 kmem_cache_free(kvm_vcpu_cache, vmx);
Dsvm.c1045 svm = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in svm_create_vcpu()
1108 kmem_cache_free(kvm_vcpu_cache, svm); in svm_create_vcpu()
1122 kmem_cache_free(kvm_vcpu_cache, svm); in svm_free_vcpu()