Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
HDport.c221 StackType_t * pxStack; /*< Points to the start of the stack. */ member
286 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()
/Kernel-v10.6.2/include/
HDstack_macros.h62 … if( pxCurrentTCB->pxTopOfStack <= pxCurrentTCB->pxStack + portSTACK_LIMIT_PADDING ) \
91 … const uint32_t * const pulStack = ( uint32_t * ) pxCurrentTCB->pxStack; \
/Kernel-v10.6.2/
HDtasks.c270 StackType_t * pxStack; /**< Points to the start of the stack. */ member
599 pxNewTCB->pxStack = ( StackType_t * ) puxStackBuffer; in xTaskCreateStatic()
643 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestrictedStatic()
693 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestricted()
752 …pxNewTCB->pxStack = ( StackType_t * ) pvPortMallocStack( ( ( ( size_t ) usStackDepth ) * sizeof( S… in xTaskCreate()
754 if( pxNewTCB->pxStack == NULL ) in xTaskCreate()
764 StackType_t * pxStack; in xTaskCreate() local
767pxStack = pvPortMallocStack( ( ( ( size_t ) usStackDepth ) * sizeof( StackType_t ) ) ); /*lint !e9… in xTaskCreate()
769 if( pxStack != NULL ) in xTaskCreate()
779 pxNewTCB->pxStack = pxStack; in xTaskCreate()
[all …]
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
HDport.c221 StackType_t * pxStack; /*< Points to the start of the stack. */ member
285 arc_aux_write( AUX_USTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()