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

/freebsd-10.0-release/lib/libkse/arch/powerpc/include/
H A Dpthread_md.h44 extern int _ppc32_getcontext(mcontext_t *);
49 #define THR_GETCONTEXT(ucp) _ppc32_getcontext(&(ucp)->uc_mcontext)
247 if (_ppc32_getcontext(&tcb->tcb_tmbx.tm_context.uc_mcontext) == 0) {
/freebsd-10.0-release/lib/libkse/arch/powerpc/powerpc/
H A Dcontext.S33 * int _ppc32_getcontext(mcontext_t *mcp)
64 ENTRY(_ppc32_getcontext) function

Completed in 59 milliseconds