Home
last modified time | relevance | path

Searched refs:ieee_state (Results 1 – 5 of 5) sorted by relevance

/arch/alpha/kernel/
Dptrace.c132 = task_thread_info(task)->ieee_state & IEEE_SW_MASK; in get_reg()
146 task_thread_info(task)->ieee_state in put_reg()
147 = ((task_thread_info(task)->ieee_state & ~IEEE_SW_MASK) in put_reg()
Dprocess.c225 current_thread_info()->ieee_state = 0; in flush_thread()
Dosf_sys.c619 w = current_thread_info()->ieee_state & IEEE_SW_MASK; in SYSCALL_DEFINE5()
683 state = &current_thread_info()->ieee_state; in SYSCALL_DEFINE5()
702 state = &current_thread_info()->ieee_state; in SYSCALL_DEFINE5()
/arch/alpha/include/asm/
Dthread_info.h18 unsigned int ieee_state; /* see fpu.h */ member
/arch/alpha/math-emu/
Dmath.c118 swcr = swcr_update_status(current_thread_info()->ieee_state, fpcr); in alpha_fp_emul()
301 current_thread_info()->ieee_state in alpha_fp_emul()