Searched refs:endStack (Results 1 – 1 of 1) sorted by relevance
22 uintptr_t endStack; in OsTskContextInit() local32 endStack = TRUNCATE((uintptr_t)topStack + stackSize, OS_TSK_STACK_ADDR_ALIGN); in OsTskContextInit()33 context = (struct TagHwContext *)(endStack - sizeof(struct TagHwContext)); in OsTskContextInit()