Searched refs:TS_SAVED_FP (Results 1 – 5 of 5) sorted by relevance
87 #define TS_SAVED_FP 0x0008 macro118 if (!(current_thread_info()->status & TS_SAVED_FP)) { in save_fpu()119 current_thread_info()->status |= TS_SAVED_FP; in save_fpu()
19 if (current_thread_info()->status & TS_SAVED_FP) { in rdfpcr()49 if (current_thread_info()->status & TS_SAVED_FP) { in wrfpcr()
497 and $2, TS_SAVED_FP | TS_RESTORE_FP, $3574 and $1, TS_SAVED_FP, $3575 or $1, TS_SAVED_FP, $2
248 childti->status |= TS_SAVED_FP | TS_RESTORE_FP; in copy_thread()
156 current_thread_info()->status |= TS_SAVED_FP | TS_RESTORE_FP; in restore_sigcontext()