Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dfpu-internal.h318 static inline int restore_fpu_checking(struct task_struct *tsk) in restore_fpu_checking() function
486 if (unlikely(restore_fpu_checking(new))) in switch_fpu_finish()
/linux-4.1.27/arch/x86/kernel/
Di387.c110 if (WARN_ON(restore_fpu_checking(me))) in __kernel_fpu_end()
Dtraps.c862 if (unlikely(restore_fpu_checking(tsk))) { in math_state_restore()