Searched refs:kvm_vcpu_cache (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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 | 446 vcpu_e500 = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create_e500() 477 kmem_cache_free(kvm_vcpu_cache, vcpu_e500); in kvmppc_core_vcpu_create_e500() 490 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 | 1612 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvmppc_core_vcpu_create_hv() 1673 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_create_hv() 1693 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvmppc_core_vcpu_free_hv()
|
/linux-4.1.27/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() 260 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_arch_vcpu_free()
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 86 struct kmem_cache *kvm_vcpu_cache; variable 87 EXPORT_SYMBOL_GPL(kvm_vcpu_cache); 3341 kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align, in kvm_init() 3343 if (!kvm_vcpu_cache) { in kvm_init() 3384 kmem_cache_destroy(kvm_vcpu_cache); in kvm_init() 3406 kmem_cache_destroy(kvm_vcpu_cache); in kvm_exit()
|
/linux-4.1.27/arch/s390/kvm/ |
D | kvm-s390.c | 1139 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_arch_vcpu_destroy() 1365 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in kvm_arch_vcpu_create() 1408 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_arch_vcpu_create()
|
/linux-4.1.27/include/linux/ |
D | kvm_host.h | 141 extern struct kmem_cache *kvm_vcpu_cache;
|
/linux-4.1.27/arch/x86/kvm/ |
D | svm.c | 1223 svm = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in svm_create_vcpu() 1284 kmem_cache_free(kvm_vcpu_cache, svm); in svm_create_vcpu() 1298 kmem_cache_free(kvm_vcpu_cache, svm); in svm_free_vcpu()
|
D | vmx.c | 8393 kmem_cache_free(kvm_vcpu_cache, vmx); in vmx_free_vcpu() 8399 struct vcpu_vmx *vmx = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); in vmx_create_vcpu() 8482 kmem_cache_free(kvm_vcpu_cache, vmx); in vmx_create_vcpu()
|