Home
last modified time | relevance | path

Searched refs:OS_TSK_STACK_ADDR_ALIGN (Results 1 – 4 of 4) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/
Dprt_port.c32 endStack = TRUNCATE((uintptr_t)topStack + stackSize, OS_TSK_STACK_ADDR_ALIGN); in OsTskContextInit()
Dos_cpu_armv7_m_external.h58 #define OS_TSK_STACK_ADDR_ALIGN 16 macro
/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
Dprt_exc.c77 …cInfo->stackBottom = TRUNCATE((taskInfo.topOfStack + taskInfo.stackSize), OS_TSK_STACK_ADDR_ALIGN); in OsExcGetThreadInfo()
/kernel/uniproton/src/core/kernel/task/
Dprt_task_info.c124 …ottom = TRUNCATE(((uintptr_t)(taskCb->topOfStack) + (taskCb->stackSize)), OS_TSK_STACK_ADDR_ALIGN); in OsTaskStackInfoGet()