Home
last modified time | relevance | path

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

/sys/amd64/include/
Dpmap.h38 #define MEM_USERSPACE_STKTOP (MEM_USERSPACE_STKBASE + MEM_USERSPACE_STKLEN) macro
/sys/kern/
Dloader.c236 uintptr_t rsp = MEM_USERSPACE_STKTOP - PGSIZE; in Loader_LoadInit()
Dsyscall.c152 Thread_SetupUThread(thr, proc->entrypoint, MEM_USERSPACE_STKTOP - PGSIZE); in Syscall_Spawn()
155 argstart = (char *)DMPA2VA(PMap_Translate(thr->space, MEM_USERSPACE_STKTOP - PGSIZE)); in Syscall_Spawn()