Home
last modified time | relevance | path

Searched refs:ulStackDepth (Results 1 – 25 of 33) sorted by relevance

12

/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dport.c201 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
204 …USettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + ulStackDepth - 1 ) ); in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/include/
Dportable.h231 uint32_t ulStackDepth ) PRIVILEGED_FUNCTION;
Dtask.h510 const uint32_t ulStackDepth,
520 const uint32_t ulStackDepth,
/Kernel-v11.0.1/portable/GCC/ARM_CM3_MPU/
Dport.c1230 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1275 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1286 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings()
1291 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM4F_MPU/
Dport.c1130 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1175 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1186 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings()
1192 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM4_MPU/
Dport.c1388 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1445 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1456 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings()
1462 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/
Dtasks.c694 const uint32_t ulStackDepth,
714 const uint32_t ulStackDepth,
1248 const uint32_t ulStackDepth, in prvCreateStaticTask() argument
1290 …prvInitialiseNewTask( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, pxCreatedTask, p… in prvCreateStaticTask()
1303 const uint32_t ulStackDepth, in xTaskCreateStatic() argument
1312 …traceENTER_xTaskCreateStatic( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStack… in xTaskCreateStatic()
1314 …pxNewTCB = prvCreateStaticTask( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxSta… in xTaskCreateStatic()
1341 const uint32_t ulStackDepth, in xTaskCreateStaticAffinitySet() argument
1351 …traceENTER_xTaskCreateStaticAffinitySet( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriorit… in xTaskCreateStaticAffinitySet()
1353 …pxNewTCB = prvCreateStaticTask( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxSta… in xTaskCreateStaticAffinitySet()
[all …]
/Kernel-v11.0.1/portable/RVDS/ARM_CM4_MPU/
Dport.c1383 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1430 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1441 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings()
1447 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM55_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM85/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM85_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM85_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM35P_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM55/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM33_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM35P/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM23_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM33/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM55/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM33_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM35P/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM23/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/GCC/ARM_CM23/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
/Kernel-v11.0.1/portable/IAR/ARM_CM55_NTZ/non_secure/
Dport.c1778 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument
1803 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings()
1806 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()

12