Searched refs:thunk_makecontext (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/usermode/dev/ |
| D | cpu.c | 283 thunk_makecontext(&sc->sc_ucp, (void (*)(void)) cpu_switchto_atomic, in cpu_switchto() 423 thunk_makecontext(ucp, (void (*)(void)) func, 1, arg, NULL, NULL, NULL); in cpu_lwp_trampoline() 464 thunk_makecontext(&pcb2->pcb_ucp, in cpu_lwp_fork()
|
| /netbsd/src/sys/arch/usermode/include/ |
| D | thunk.h | 104 void thunk_makecontext(ucontext_t *ucp, void (*func)(void),
|
| /netbsd/src/sys/arch/usermode/target/i386/ |
| D | cpu_i386.c | 200 thunk_makecontext(ucp, (void *) pack->ep_entry, in setregs()
|
| /netbsd/src/sys/arch/usermode/usermode/ |
| D | trap.c | 391 thunk_makecontext(&jump_ucp, in handle_signal()
|
| D | thunk.c | 393 thunk_makecontext(ucontext_t *ucp, void (*func)(void), in thunk_makecontext() function
|