Searched defs:__thread_has_fpu (Results 1 - 1 of 1) sorted by relevance

/arch/x86/include/asm/
H A Dfpu-internal.h312 static inline int __thread_has_fpu(struct task_struct *tsk) function
354 if (__thread_has_fpu(tsk)) {
429 if (__thread_has_fpu(old)) {
525 WARN_ON_ONCE(!__thread_has_fpu(tsk));

Completed in 23 milliseconds