Searched refs:TS_RESTORE_FP (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/alpha/include/asm/
H A Dfpu.h50 current_thread_info()->status |= TS_RESTORE_FP;
H A Dthread_info.h88 #define TS_RESTORE_FP 0x0010 macro
/linux-master/arch/alpha/lib/
H A Dfpreg.c84 current_thread_info()->status |= TS_RESTORE_FP;
195 current_thread_info()->status |= TS_RESTORE_FP;
/linux-master/arch/alpha/kernel/
H A Dprocess.c248 childti->status |= TS_SAVED_FP | TS_RESTORE_FP;
H A Dsignal.c156 current_thread_info()->status |= TS_SAVED_FP | TS_RESTORE_FP;
H A Dentry.S502 and $2, TS_SAVED_FP | TS_RESTORE_FP, $3
711 and $3, TS_RESTORE_FP, $3
712 bic $2, TS_SAVED_FP | TS_RESTORE_FP, $2
741 and $1, TS_RESTORE_FP, $3
743 or $1, TS_RESTORE_FP | TS_SAVED_FP, $2

Completed in 367 milliseconds