Home | History | Annotate | Download | only in m_sigframe

Lines Matching defs:sigcontext

69    correctly written into the sigcontext, however the FP and SSE state
71 are restored from the sigcontext; the rest of the CPU state is
107 struct vki_sigcontext sigcontext;
230 //:: struct vki_sigcontext sigContext;
452 //.. /* Create a plausible-looking sigcontext from the thread's
454 //.. bits of sigcontext at the moment.
603 //.. VG_(memcpy)(&frame->sigContext, &uc.uc_mcontext,
605 //.. frame->sigContext.oldmask = mask->sig[0];
749 struct vki_sigcontext *scp = &frame->sigcontext;
751 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame sigcontext",
863 //.. restore_sigcontext(tst, &frame->sigContext, &frame->fpstate);
914 tst->sig_mask.sig[0] = frame->sigcontext.oldmask;
915 tst->sig_mask.sig[1] = frame->sigcontext._unused[3];