Home
last modified time | relevance | path

Searched refs:IEEE_SW_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/alpha/kernel/
Dptrace.c136 = task_thread_info(task)->ieee_state & IEEE_SW_MASK; in get_reg()
151 = ((task_thread_info(task)->ieee_state & ~IEEE_SW_MASK) in put_reg()
152 | (data & IEEE_SW_MASK)); in put_reg()
Dosf_sys.c773 w = current_thread_info()->ieee_state & IEEE_SW_MASK; in SYSCALL_DEFINE5()
839 *state = (*state & ~IEEE_SW_MASK) | (swcr & IEEE_SW_MASK); in SYSCALL_DEFINE5()
859 swcr = (*state & IEEE_SW_MASK) | exc; in SYSCALL_DEFINE5()
/linux-6.12.1/arch/alpha/include/uapi/asm/
Dfpu.h72 #define IEEE_SW_MASK (IEEE_TRAP_ENABLE_MASK | \ macro