Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c252 static struct kmem_cache *x86_fpu_cache; variable
8100 x86_fpu_cache = kmem_cache_create("x86_fpu", sizeof(struct fpu), in kvm_arch_init()
8103 if (!x86_fpu_cache) { in kvm_arch_init()
8155 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_init()
8183 kmem_cache_destroy(x86_fpu_cache); in kvm_arch_exit()
10160 vcpu->arch.user_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
10167 vcpu->arch.guest_fpu = kmem_cache_zalloc(x86_fpu_cache, in kvm_arch_vcpu_create()
10202 kmem_cache_free(x86_fpu_cache, vcpu->arch.guest_fpu); in kvm_arch_vcpu_create()
10204 kmem_cache_free(x86_fpu_cache, vcpu->arch.user_fpu); in kvm_arch_vcpu_create()
10255 kmem_cache_free(x86_fpu_cache, vcpu->arch.user_fpu); in kvm_arch_vcpu_destroy()
[all …]