Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dfpu-internal.h264 static inline int restore_fpu_checking(struct task_struct *tsk) in restore_fpu_checking() function
397 if (unlikely(restore_fpu_checking(new))) in switch_fpu_finish()
/linux-3.4.99/arch/x86/kernel/
Dtraps.c612 if (unlikely(restore_fpu_checking(tsk))) { in math_state_restore()