Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dnpx.c124 #define GET_FPU_CW(thread) \ macro
541 masked_exceptions = GET_FPU_CW(td) & GET_FPU_SW(td) & 0x7f; in npxexit()
773 control = GET_FPU_CW(curthread); in npxtrap_x87()