Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dfpu.h206 #define __INITIAL_NPXCW__ __INITIAL_FPUCW_I386__ macro
/f-stack/freebsd/i386/i386/
H A Dnpx.c457 control = __INITIAL_NPXCW__; in npxinit()
863 if (pcb->pcb_initial_npxcw != __INITIAL_NPXCW__) in restore_npx_curthread()
H A Dmachdep.c1199 pcb->pcb_initial_npxcw = __INITIAL_NPXCW__; in exec_setregs()