Home
last modified time | relevance | path

Searched refs:x86_fpu_cache (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/arch/x86/kvm/
Dx86.c296 static struct kmem_cache *x86_fpu_cache; variable
8437 x86_fpu_cache = kmem_cache_create("x86_fpu", sizeof(struct fpu), in kvm_arch_init()
8440 if (!x86_fpu_cache) { in kvm_arch_init()
8487 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_init()
8514 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_exit()
10673 kmem_cache_free(x86_fpu_cache, vcpu->arch.guest_fpu); in kvm_free_guest_fpu()
10735 vcpu->arch.user_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
10742 vcpu->arch.guest_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
10782 kmem_cache_free(x86_fpu_cache, vcpu->arch.user_fpu); in kvm_arch_vcpu_create()
10831 kmem_cache_free(x86_fpu_cache, vcpu->arch.user_fpu); in kvm_arch_vcpu_destroy()