Searched refs:UC_XSAVE (Results 1 – 4 of 4) sorted by relevance
209 ucp->uc_flags |= UC_XSAVE; in savecontext()267 if (ucp->uc_flags & UC_XSAVE) { in restorecontext()374 if ((uc.uc_flags & UC_XSAVE) != 0) { in getsetcontext()496 ucp->uc_flags |= UC_XSAVE; in savecontext32()578 if ((uc.uc_flags & UC_XSAVE) != 0 && in getsetcontext32()586 if ((ucnat.uc_flags & UC_XSAVE) != 0) { in getsetcontext32()
140 #define UC_XSAVE 0x10 macro
418 if (src->uc_flags & UC_XSAVE) { in ucontext_32ton()
2984 if ((kuc->uc_flags & UC_XSAVE) != 0) { in fpu_signal_copyin()