Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dnpx.c156 #define GET_FPU_SW(thread) \ macro
575 masked_exceptions = GET_FPU_CW(td) & GET_FPU_SW(td) & 0x7f; in npxexit()
808 status = GET_FPU_SW(curthread); in npxtrap_x87()