Searched refs:kvm_vcpu_cache (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/arch/powerpc/kvm/ |
D | 44x.c | 129 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()
|
D | e500.c | 185 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()
|
D | book3s_hv.c | 456 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/ |
D | kvm_main.c | 80 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/ |
D | kvm_host.h | 63 extern struct kmem_cache *kvm_vcpu_cache;
|
/linux-3.4.99/arch/x86/kvm/ |
D | svm.c | 1209 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()
|
D | vmx.c | 6288 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);
|