Searched refs:_MC_FP_VALID (Results 1 – 7 of 7) sorted by relevance
41 #define _MC_FP_VALID 0x01 macro56 #define _MC_FP_VALID 0x01 macro
58 mc->mc_flags |= _MC_FP_VALID; in pt_fpreg_to_ucontext()66 if (mc->mc_flags & _MC_FP_VALID) in pt_ucontext_to_fpreg()
71 mc->mc_flags |= _MC_FP_VALID; in pt_fpreg_to_ucontext()79 if (mc->mc_flags & _MC_FP_VALID) in pt_ucontext_to_fpreg()
57 #define _MC_FP_VALID 0x1 /* Set when mc_fpregs has valid data */ macro
63 #define _MC_FP_VALID 0x1 /* Set when mc_fpregs has valid data */ macro
375 mcp->mc_flags |= _MC_FP_VALID; in get_fpcontext()390 if ((mcp->mc_flags & _MC_FP_VALID) != 0) { in set_fpcontext()
388 mcp->mc_flags |= _MC_FP_VALID; in grab_mcontext()469 if (mcp->mc_flags & _MC_FP_VALID) { in set_mcontext()