Searched refs:_MC_FP_VALID (Results 1 – 8 of 8) sorted by relevance
42 #define _MC_FP_VALID 0x01 macro57 #define _MC_FP_VALID 0x01 macro
57 mc->mc_flags |= _MC_FP_VALID; in pt_fpreg_to_ucontext()65 if (mc->mc_flags & _MC_FP_VALID) in pt_ucontext_to_fpreg()
83 mc->mc_flags |= _MC_FP_VALID; in pt_fpreg_to_ucontext()91 if (mc->mc_flags & _MC_FP_VALID) in pt_ucontext_to_fpreg()
61 #define _MC_FP_VALID 0x1 /* Set when mc_fpregs has valid data */ macro
78 #define _MC_FP_VALID 0x1 /* Set when mc_fpregs has valid data */ macro
288 mcp->mc_flags |= _MC_FP_VALID; in get_fpcontext()304 if ((mcp->mc_flags & _MC_FP_VALID) != 0) { in set_fpcontext()
606 mcp->mc_flags |= _MC_FP_VALID; in get_fpcontext()617 if ((mcp->mc_flags & _MC_FP_VALID) != 0) { in set_fpcontext()
427 mcp->mc_flags |= _MC_FP_VALID; in grab_mcontext()534 if (mcp->mc_flags & _MC_FP_VALID) { in set_mcontext()