Home | History | Annotate | Download | only in m_sigframe

Lines Matching defs:sigcontext

68    correctly written into the sigcontext, however the FP and SSE state
70 are restored from the sigcontext; the rest of the CPU state is
106 struct vki_sigcontext sigcontext;
229 //:: struct vki_sigcontext sigContext;
451 //.. /* Create a plausible-looking sigcontext from the thread's
453 //.. bits of sigcontext at the moment.
560 //.. VG_(memcpy)(&frame->sigContext, &uc.uc_mcontext,
562 //.. frame->sigContext.oldmask = mask->sig[0];
707 struct vki_sigcontext *scp = &frame->sigcontext;
709 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame sigcontext",
821 //.. restore_sigcontext(tst, &frame->sigContext, &frame->fpstate);
872 tst->sig_mask.sig[0] = frame->sigcontext.oldmask;
873 tst->sig_mask.sig[1] = frame->sigcontext._unused[3];