Searched refs:boxStackAddr (Results 1 – 2 of 2) sorted by relevance
66 box->boxStackAddr = box->boxStartAddr + box->boxSize - box->boxStackSize; in BoxInit()91 OsUserTaskInit(taskID, (UINTPTR)_ulibc_start, 0, box->boxStackAddr + box->boxStackSize); in OsBoxStart()
55 UINTPTR boxStackAddr; /* box main task stack addr */ member