Searched refs:_MC_FPOWNED_NONE (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/x86/include/
H A Ducontext.h75 #define _MC_FPOWNED_NONE 0x20000 /* FP state not used */ macro
146 #define _MC_FPOWNED_NONE 0x20000 /* FP state not used */ macro
/freebsd-current/lib/libc/amd64/gen/
H A Dsignalcontext.c79 ucp->uc_mcontext.mc_ownedfp = _MC_FPOWNED_NONE;
/freebsd-current/sys/amd64/amd64/
H A Dexec_machdep.c744 else if (mcp->mc_ownedfp == _MC_FPOWNED_NONE) {
/freebsd-current/sys/i386/i386/
H A Dnpx.c985 return (_MC_FPOWNED_NONE);
H A Dexec_machdep.c1239 else if (mcp->mc_ownedfp == _MC_FPOWNED_NONE) {
/freebsd-current/sys/amd64/ia32/
H A Dia32_signal.c128 else if (mcp->mc_ownedfp == _MC_FPOWNED_NONE) {

Completed in 335 milliseconds