Searched refs:MEM_USERSPACE_STKTOP (Results 1 – 3 of 3) sorted by relevance
38 #define MEM_USERSPACE_STKTOP (MEM_USERSPACE_STKBASE + MEM_USERSPACE_STKLEN) macro
236 uintptr_t rsp = MEM_USERSPACE_STKTOP - PGSIZE; in Loader_LoadInit()
152 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()