Home
last modified time | relevance | path

Searched refs:boxStackAddr (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/components/security/box/
Dlos_box.c66 box->boxStackAddr = box->boxStartAddr + box->boxSize - box->boxStackSize; in BoxInit()
91 OsUserTaskInit(taskID, (UINTPTR)_ulibc_start, 0, box->boxStackAddr + box->boxStackSize); in OsBoxStart()
Dlos_box.h55 UINTPTR boxStackAddr; /* box main task stack addr */ member