Home
last modified time | relevance | path

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

/sys/amd64/
Dthread.c75 Thread_SetupUThread(Thread *thr, uintptr_t rip, uintptr_t arg) in Thread_SetupUThread() function
/sys/include/
Dthread.h132 void Thread_SetupUThread(Thread *thr, uint64_t rip, uint64_t arg);
/sys/kern/
Dthread.c180 Thread_SetupUThread(thr, rip, arg); in Thread_UThreadCreate()
Dsyscall.c152 Thread_SetupUThread(thr, proc->entrypoint, MEM_USERSPACE_STKTOP - PGSIZE); in Syscall_Spawn()