Searched refs:_MC_FP_VALID (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/powerpc/include/
H A Ducontext.h41 #define _MC_FP_VALID 0x01 macro
55 #define _MC_FP_VALID 0x01 macro
/freebsd-10-stable/lib/libthread_db/arch/powerpc/
H A Dlibpthread_md.c58 mc->mc_flags |= _MC_FP_VALID;
66 if (mc->mc_flags & _MC_FP_VALID)
/freebsd-10-stable/lib/libkse/arch/powerpc/powerpc/
H A Dassym.s38 #define _MC_FP_VALID 0x1 define
H A Dassym.c39 ASSYM(_MC_FP_VALID, _MC_FP_VALID);
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c397 mcp->mc_flags |= _MC_FP_VALID;
469 if (mcp->mc_flags & _MC_FP_VALID) {

Completed in 72 milliseconds