Searched refs:grab_mcontext (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 126 static int grab_mcontext(struct thread *, mcontext_t *, int); 232 grab_mcontext(td, &sf.sf_uc.uc_mcontext, 0); in sendsig() 396 grab_mcontext(struct thread *td, mcontext_t *mcp, int flags) in grab_mcontext() function 468 error = grab_mcontext(td, mcp, flags); in get_mcontext() 844 error = grab_mcontext(td, &mcp64, flags); in grab_mcontext32()
|