Lines Matching refs:x86_fpu_cache
252 static struct kmem_cache *x86_fpu_cache; variable
7876 x86_fpu_cache = kmem_cache_create("x86_fpu", sizeof(struct fpu), in kvm_arch_init()
7879 if (!x86_fpu_cache) { in kvm_arch_init()
7929 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_init()
7953 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_exit()
9890 vcpu->arch.user_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
9897 vcpu->arch.guest_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
9931 kmem_cache_free(x86_fpu_cache, vcpu->arch.guest_fpu); in kvm_arch_vcpu_create()
9933 kmem_cache_free(x86_fpu_cache, vcpu->arch.user_fpu); in kvm_arch_vcpu_create()
9984 kmem_cache_free(x86_fpu_cache, vcpu->arch.user_fpu); in kvm_arch_vcpu_destroy()
9985 kmem_cache_free(x86_fpu_cache, vcpu->arch.guest_fpu); in kvm_arch_vcpu_destroy()