Searched refs:pxStack (Results 1 – 4 of 4) sorted by relevance
221 StackType_t * pxStack; /*< Points to the start of the stack. */ member286 arc_aux_write( AUX_S_KSTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()289 arc_aux_write( AUX_KSTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()
62 if( pxCurrentTCB->pxTopOfStack <= pxCurrentTCB->pxStack + portSTACK_LIMIT_PADDING ) \93 const uint32_t * const pulStack = ( uint32_t * ) pxCurrentTCB->pxStack; \
221 StackType_t * pxStack; /*< Points to the start of the stack. */ member285 arc_aux_write( AUX_USTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()
373 StackType_t * pxStack; /**< Points to the start of the stack. */ member1288 pxNewTCB->pxStack = ( StackType_t * ) puxStackBuffer; in prvCreateStaticTask()1402 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in prvCreateRestrictedStaticTask()1520 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in prvCreateRestrictedTask()1652 …pxNewTCB->pxStack = ( StackType_t * ) pvPortMallocStack( ( ( ( size_t ) uxStackDepth ) * sizeof( S… in prvCreateTask()1654 if( pxNewTCB->pxStack == NULL ) in prvCreateTask()1664 StackType_t * pxStack; in prvCreateTask() local1670 pxStack = pvPortMallocStack( ( ( ( size_t ) uxStackDepth ) * sizeof( StackType_t ) ) ); in prvCreateTask()1672 if( pxStack != NULL ) in prvCreateTask()1685 pxNewTCB->pxStack = pxStack; in prvCreateTask()[all …]