HomeSort by: relevance | last modified time | path
    Searched refs:thunk_makecontext (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/usermode/dev/
cpu.c 283 thunk_makecontext(&sc->sc_ucp, (void (*)(void)) cpu_switchto_atomic,
423 thunk_makecontext(ucp, (void (*)(void)) func, 1, arg, NULL, NULL, NULL);
464 thunk_makecontext(&pcb2->pcb_ucp,
  /src/sys/arch/usermode/include/
thunk.h 104 void thunk_makecontext(ucontext_t *ucp, void (*func)(void),
  /src/sys/arch/usermode/target/i386/
cpu_i386.c 200 thunk_makecontext(ucp, (void *) pack->ep_entry,
  /src/sys/arch/usermode/usermode/
trap.c 391 thunk_makecontext(&jump_ucp,
thunk.c 393 thunk_makecontext(ucontext_t *ucp, void (*func)(void), function in typeref:typename:void

Completed in 13 milliseconds