Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c254 static struct kmem_cache *x86_fpu_cache; variable
8174 x86_fpu_cache = kmem_cache_create("x86_fpu", sizeof(struct fpu), in kvm_arch_init()
8177 if (!x86_fpu_cache) { in kvm_arch_init()
8229 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_init()
8257 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_exit()
10241 vcpu->arch.user_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
10248 vcpu->arch.guest_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
10283 kmem_cache_free(x86_fpu_cache, vcpu->arch.guest_fpu); in kvm_arch_vcpu_create()
10285 kmem_cache_free(x86_fpu_cache, vcpu->arch.user_fpu); in kvm_arch_vcpu_create()
10333 kmem_cache_free(x86_fpu_cache, vcp in kvm_arch_vcpu_destroy()
[all...]

Completed in 13 milliseconds