Searched refs:kvm_vcpu_cache (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/powerpc/kvm/ |
D | 44x.c | 116 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()
|
D | e500.c | 105 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/ |
D | kvm_main.c | 78 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/ |
D | kvm_host.h | 52 extern struct kmem_cache *kvm_vcpu_cache;
|
/linux-2.6.39/arch/x86/kvm/ |
D | vmx.c | 4166 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);
|
D | svm.c | 1045 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()
|