Searched refs:MEM_USERSPACE_STKLEN (Results 1 – 4 of 4) sorted by relevance
37 #define MEM_USERSPACE_STKLEN 0x0000000000010000ULL macro38 #define MEM_USERSPACE_STKTOP (MEM_USERSPACE_STKBASE + MEM_USERSPACE_STKLEN)
122 proc->ustackNext += MEM_USERSPACE_STKLEN; in Thread_Create()171 proc->ustackNext += MEM_USERSPACE_STKLEN; in Thread_UThreadCreate()174 PMap_AllocMap(thr->space, thr->ustack, MEM_USERSPACE_STKLEN, PTE_W); in Thread_UThreadCreate()
169 PMap_AllocMap(as, MEM_USERSPACE_STKBASE, MEM_USERSPACE_STKLEN, PTE_W); in Loader_Load()
66 tf.rsp = (uint64_t)arg2 + MEM_USERSPACE_STKLEN - PGSIZE; in ThreadEnterUserLevelCB()