Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Dfpu.h50 current_thread_info()->status |= TS_RESTORE_FP; in wrfpcr()
H A Dthread_info.h88 #define TS_RESTORE_FP 0x0010 macro
/linux/arch/alpha/lib/
H A Dfpreg.c84 current_thread_info()->status |= TS_RESTORE_FP; in alpha_write_fp_reg()
195 current_thread_info()->status |= TS_RESTORE_FP; in alpha_write_fp_reg_s()
/linux/arch/alpha/kernel/
H A Dprocess.c248 childti->status |= TS_SAVED_FP | TS_RESTORE_FP; in copy_thread()
H A Dentry.S501 and $2, TS_SAVED_FP | TS_RESTORE_FP, $3
H A Dsignal.c156 current_thread_info()->status |= TS_SAVED_FP | TS_RESTORE_FP; in restore_sigcontext()