Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dptrace.c136 = task_thread_info(task)->ieee_state & IEEE_SW_MASK; in get_reg()
150 task_thread_info(task)->ieee_state in put_reg()
151 = ((task_thread_info(task)->ieee_state & ~IEEE_SW_MASK) in put_reg()
H A Dprocess.c222 current_thread_info()->ieee_state = 0; in flush_thread()
H A Dosf_sys.c773 w = current_thread_info()->ieee_state & IEEE_SW_MASK; in SYSCALL_DEFINE5()
836 state = &current_thread_info()->ieee_state; in SYSCALL_DEFINE5()
855 state = &current_thread_info()->ieee_state; in SYSCALL_DEFINE5()
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c123 swcr = swcr_update_status(current_thread_info()->ieee_state, fpcr); in alpha_fp_emul()
306 current_thread_info()->ieee_state in alpha_fp_emul()
/openbmc/linux/arch/alpha/include/asm/
H A Dthread_info.h20 unsigned int ieee_state; /* see fpu.h */ member