Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/kernel/
Dfpu.c17 struct task_struct *fpu_state_owner; variable
94 if (fpu_state_owner == tsk) { in fpu_setup_sigcontext()
96 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE; in fpu_setup_sigcontext()
97 fpu_state_owner = NULL; in fpu_setup_sigcontext()
130 if (fpu_state_owner == tsk) { in fpu_kill_state()
131 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE; in fpu_kill_state()
132 fpu_state_owner = NULL; in fpu_kill_state()
Dfpu-low.S214 mov (fpu_state_owner),a0
227 mov a2,(fpu_state_owner)
/linux-4.4.14/arch/mn10300/include/asm/
Dfpu.h29 extern struct task_struct *fpu_state_owner;
73 if (fpu_state_owner == tsk) in unlazy_fpu()
85 if (fpu_state_owner == tsk) in exit_fpu()
86 fpu_state_owner = NULL; in exit_fpu()
102 if (fpu_state_owner == tsk) { in flush_fpu()
103 fpu_state_owner = NULL; in flush_fpu()