/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | port.c | 197 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 200 …USettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + uxStackDepth - 1 ) ); in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/ |
D | tasks.c | 701 const configSTACK_DEPTH_TYPE uxStackDepth, 721 const configSTACK_DEPTH_TYPE uxStackDepth, 755 const configSTACK_DEPTH_TYPE uxStackDepth, 1256 const configSTACK_DEPTH_TYPE uxStackDepth, in prvCreateStaticTask() argument 1298 …prvInitialiseNewTask( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, pxCreatedTask, p… in prvCreateStaticTask() 1311 const configSTACK_DEPTH_TYPE uxStackDepth, in xTaskCreateStatic() argument 1320 …traceENTER_xTaskCreateStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStack… in xTaskCreateStatic() 1322 …pxNewTCB = prvCreateStaticTask( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxSta… in xTaskCreateStatic() 1349 const configSTACK_DEPTH_TYPE uxStackDepth, in xTaskCreateStaticAffinitySet() argument 1359 …traceENTER_xTaskCreateStaticAffinitySet( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriorit… in xTaskCreateStaticAffinitySet() [all …]
|
/Kernel-v11.1.0/include/ |
D | task.h | 384 const configSTACK_DEPTH_TYPE uxStackDepth, 393 const configSTACK_DEPTH_TYPE uxStackDepth, 511 const configSTACK_DEPTH_TYPE uxStackDepth, 521 const configSTACK_DEPTH_TYPE uxStackDepth,
|
D | portable.h | 241 configSTACK_DEPTH_TYPE uxStackDepth ) PRIVILEGED_FUNCTION;
|
D | mpu_prototypes.h | 141 const configSTACK_DEPTH_TYPE uxStackDepth, 147 const configSTACK_DEPTH_TYPE uxStackDepth,
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/ |
D | port.c | 311 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 314 …USettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + uxStackDepth - 1 ) ); in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | port.c | 1130 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1175 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1186 …( prvGetMPURegionSizeSetting( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1192 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 1246 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1303 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1314 …( prvGetMPURegionSizeSetting ( ( uint32_t ) ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( St… in vPortStoreTaskMPUSettings() 1319 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 1388 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1445 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1456 …( prvGetMPURegionSizeSetting( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1462 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 60 const configSTACK_DEPTH_TYPE uxStackDepth, in MPU_xTaskCreate() argument 75 …xReturn = xTaskCreate( pvTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, pxCreatedTask ); in MPU_xTaskCreate() 83 …xReturn = xTaskCreate( pvTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, pxCreatedTask ); in MPU_xTaskCreate() 94 const configSTACK_DEPTH_TYPE uxStackDepth, in MPU_xTaskCreateStatic() argument 110 …xReturn = xTaskCreateStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackB… in MPU_xTaskCreateStatic() 118 …xReturn = xTaskCreateStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackB… in MPU_xTaskCreateStatic()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | port.c | 1359 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1411 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1422 … ( prvGetMPURegionSizeSetting( uxStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | port.c | 1383 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1430 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1441 …( prvGetMPURegionSizeSetting( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1447 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
D | portmacro.h | 525 configSTACK_DEPTH_TYPE uxStackDepth ) PRIVILEGED_FUNCTION;
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 1787 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1812 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1815 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|