Home
last modified time | relevance | path

Searched refs:thunk_setcontext (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/usermode/dev/
H A Dcpu.c236 if (thunk_setcontext(&newpcb->pcb_ucp)) in cpu_switchto_atomic()
290 thunk_setcontext(&sc->sc_ucp); in cpu_switchto()
424 thunk_setcontext(ucp); in cpu_lwp_trampoline()
/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h103 int thunk_setcontext(const ucontext_t *);
/netbsd-src/sys/arch/usermode/usermode/
H A Dtrap.c396 thunk_setcontext(&jump_ucp); in handle_signal()
H A Dthunk.c387 thunk_setcontext(const ucontext_t *ucp) in thunk_setcontext() function