Searched refs:kvm_vcpu_cache (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500mc.c | 315 vcpu_e500 = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create_e500mc() 345 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_create_e500mc() 357 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_free_e500mc()
|
D | e500.c | 447 vcpu_e500 = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create_e500() 478 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_create_e500() 491 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_free_e500()
|
D | book3s_pr.c | 1380 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create_pr() 1446 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_create_pr() 1461 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_free_pr()
|
D | book3s_hv.c | 1621 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create_hv() 1683 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_create_hv() 1703 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_free_hv()
|
/linux-4.4.14/arch/arm/kvm/ |
D | arm.c | 228 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvm_arch_vcpu_create() 246 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_arch_vcpu_create() 261 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_arch_vcpu_free()
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 95 struct kmem_cache *kvm_vcpu_cache; variable 96 EXPORT_SYMBOL_GPL(kvm_vcpu_cache); 3574 kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align, in kvm_init() 3576 if (!kvm_vcpu_cache) { in kvm_init() 3617 kmem_cache_destroy(kvm_vcpu_cache); in kvm_init() 3639 kmem_cache_destroy(kvm_vcpu_cache); in kvm_exit()
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.c | 1208 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_arch_vcpu_destroy() 1442 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvm_arch_vcpu_create() 1484 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_arch_vcpu_create()
|
/linux-4.4.14/include/linux/ |
D | kvm_host.h | 150 extern struct kmem_cache *kvm_vcpu_cache;
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 1143 svm = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in svm_create_vcpu() 1197 kmem_cache_free(kvm_vcpu_cache, svm); in svm_create_vcpu() 1211 kmem_cache_free(kvm_vcpu_cache, svm); in svm_free_vcpu()
|
D | vmx.c | 8753 kmem_cache_free(kvm_vcpu_cache, vmx); in vmx_free_vcpu() 8759 struct vcpu_vmx *vmx = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in vmx_create_vcpu() 8845 kmem_cache_free(kvm_vcpu_cache, vmx); in vmx_create_vcpu()
|