Searched refs:_ppc32_setcontext (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/libkse/arch/powerpc/include/
H A Dpthread_md.h43 extern int _ppc32_setcontext(mcontext_t *, intptr_t, intptr_t *);
50 #define THR_SETCONTEXT(ucp) _ppc32_setcontext(&(ucp)->uc_mcontext, 0, NULL)
272 * restored with _ppc32_setcontext
282 _ppc32_setcontext(mc, (intptr_t)&tcb->tcb_tmbx,
285 _ppc32_setcontext(mc, 0, NULL);
/freebsd-10.0-release/lib/libkse/arch/powerpc/powerpc/
H A Dcontext.S45 * 1 when restored with _ppc32_setcontext().
100 * int _ppc32_setcontext(const mcontext_t *mcp, intptr_t val,
109 ENTRY(_ppc32_setcontext) function

Completed in 89 milliseconds