Searched refs:md_sigtramp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h51 void *md_sigtramp; member in struct:mdproc
/freebsd-11-stable/sys/arm/include/
H A Dproc.h65 void *md_sigtramp; member in struct:mdproc
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsys_machdep.c108 if (suword(sia.sia_old, (long)p->p_md.md_sigtramp) != 0)
111 p->p_md.md_sigtramp = sia.sia_new;
H A Dvm_machdep.c97 p->p_md.md_sigtramp = NULL;
251 p2->p_md.md_sigtramp = td1->td_proc->p_md.md_sigtramp;
H A Dmachdep.c531 proc0.p_md.md_sigtramp = NULL;
629 if (p->p_md.md_sigtramp == NULL) {
689 tf->tf_tpc = (u_long)p->p_md.md_sigtramp;
988 p->p_md.md_sigtramp = NULL;

Completed in 123 milliseconds