Home
last modified time | relevance | path

Searched refs:thunk_getcontext (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/usermode/dev/
H A Dcpu.c121 thunk_getcontext(&sc->sc_ucp); in cpu_attach()
447 if (thunk_getcontext(&pcb2->pcb_ucp)) in cpu_lwp_fork()
497 thunk_getcontext(&lwp0pcb.pcb_ucp); in cpu_startup()
/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h102 int thunk_getcontext(ucontext_t *);
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c381 thunk_getcontext(ucontext_t *ucp) in thunk_getcontext() function