Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dfpu-internal.h317 static inline void __thread_fpu_begin(struct task_struct *tsk) in __thread_fpu_begin() function
382 __thread_fpu_begin(new); in switch_fpu_prepare()
440 __thread_fpu_begin(current); in user_fpu_begin()
/linux-3.4.99/arch/x86/kernel/
Dtraps.c608 __thread_fpu_begin(tsk); in math_state_restore()