Searched refs:_ctx_done (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libc/i386/gen/
H A D_ctx_start.S49 call PIC_PLT(_ctx_done) /* should never return */
H A Dmakecontext.c48 _ctx_done (ucontext_t *ucp) function
111 * will then call _ctx_done() to swap in the next context
/freebsd-13-stable/lib/libc/mips/gen/
H A D_ctx_start.S32 * _ctx_done rather than deriving GP from T9 on entry. Currently this
34 * is in the same shared object as _ctx_done(). For N32 and N64, GP
51 PTR_LA t9, _ctx_done
H A Dmakecontext.c53 void _ctx_done(ucontext_t *);
114 _ctx_done(ucontext_t *ucp) function
/freebsd-13-stable/lib/libc/powerpc/gen/
H A D_ctx_start.S31 .globl CNAME(_ctx_done)
38 bl CNAME(_ctx_done) /* branch to ctxt completion func */
H A Dmakecontext.c42 void _ctx_done(ucontext_t *ucp);
46 _ctx_done(ucontext_t *ucp) function
/freebsd-13-stable/lib/libc/powerpc64/gen/
H A D_ctx_start.S31 .globl CNAME(_ctx_done)
47 bl CNAME(_ctx_done) /* branch to ctxt completion func */
H A Dmakecontext.c42 void _ctx_done(ucontext_t *ucp);
46 _ctx_done(ucontext_t *ucp) function

Completed in 106 milliseconds