/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/ |
HD | port.c | 196 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 199 …PUSettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + ulStackDepth - 1 )); in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/include/ |
HD | portable.h | 231 uint32_t ulStackDepth ) PRIVILEGED_FUNCTION;
|
/Kernel-v10.6.2/portable/IAR/ARM_CM4F_MPU/ |
HD | port.c | 1061 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1106 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1117 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1123 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/ |
HD | port.c | 1327 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1383 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1394 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1400 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/ |
HD | port.c | 1168 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1213 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1224 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1229 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/RVDS/ARM_CM4_MPU/ |
HD | port.c | 1327 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1374 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1385 … ( prvGetMPURegionSizeSetting( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1391 … ( ulStackDepth * ( uint32_t ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/ |
HD | tasks.c | 540 const uint32_t ulStackDepth, 570 const uint32_t ulStackDepth, in xTaskCreateStatic() argument 609 …prvInitialiseNewTask( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, &xReturn, pxNewT… in xTaskCreateStatic() 822 const uint32_t ulStackDepth, in prvInitialiseNewTask() argument 851 …( void ) memset( pxNewTCB->pxStack, ( int ) tskSTACK_FILL_BYTE, ( size_t ) ulStackDepth * sizeof( … in prvInitialiseNewTask() 861 pxTopOfStack = &( pxNewTCB->pxStack[ ulStackDepth - ( uint32_t ) 1 ] ); in prvInitialiseNewTask() 884 pxNewTCB->pxEndOfStack = pxNewTCB->pxStack + ( ulStackDepth - ( uint32_t ) 1 ); in prvInitialiseNewTask() 949 …PortStoreTaskMPUSettings( &( pxNewTCB->xMPUSettings ), xRegions, pxNewTCB->pxStack, ulStackDepth ); in prvInitialiseNewTask()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM23/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM55/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/ARMv8M/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM55_NTZ/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/ |
HD | port.c | 1698 uint32_t ulStackDepth ) in vPortStoreTaskMPUSettings() argument 1722 if( ulStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1725 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( ulStackDepth * ( uint32_t ) sizeof( StackTyp… in vPortStoreTaskMPUSettings()
|