Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dprocess.c12 struct kmem_cache *task_xstate_cachep = NULL; variable
30 dst->thread.xstate = kmem_cache_alloc(task_xstate_cachep, in arch_dup_task_struct()
43 kmem_cache_free(task_xstate_cachep, tsk->thread.xstate); in free_thread_xstate()
58 task_xstate_cachep = kmem_cache_create("task_xstate", xstate_size, in arch_task_cache_init()
/openbmc/linux/arch/sh/kernel/cpu/
H A Dfpu.c23 tsk->thread.xstate = kmem_cache_alloc(task_xstate_cachep, in init_fpu()
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor.h112 extern struct kmem_cache *task_xstate_cachep;