Searched refs:pStackBase (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 352 void* pStackBase; member 597 _MsOS_Task_Info[u32I].pStackBase= NULL; in MsOS_Init() 1158 void * pStackBase, in MsOS_CreateTask() argument 1193 if((_MsOS_Task_Info[s32Id].pStackBase != NULL) && (_MsOS_Task_Info[s32Id].bStackMalloc == TRUE)) in MsOS_CreateTask() 1195 free(_MsOS_Task_Info[s32Id].pStackBase); in MsOS_CreateTask() 1196 _MsOS_Task_Info[s32Id].pStackBase = NULL; in MsOS_CreateTask() 1221 if (NULL != pStackBase) in MsOS_CreateTask() 1225 if (posix_memalign(&pStackBase, 0x1000, u32StackSize)) in MsOS_CreateTask() 1230 pStackBase = memalign(0x1000, u32StackSize); in MsOS_CreateTask() 1231 if (0 == pStackBase) in MsOS_CreateTask() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | MsOS_ecos.c | 248 void * pStackBase; member 1024 void *pStackBase, in MsOS_CreateTask() argument 1031 if ( ((MS_U32)pStackBase % 4) || (u32StackSize < CYGNUM_HAL_STACK_SIZE_MINIMUM) ) in MsOS_CreateTask() 1067 if (pStackBase == NULL) in MsOS_CreateTask() 1093 _MsOS_Task_Info[s32Id].pStackBase = NULL; in MsOS_CreateTask() 1101 pStackBase, in MsOS_CreateTask() 1150 if (_MsOS_Task_Info[s32TaskId].pStackBase) in MsOS_DeleteTask() 1153 …yg_mempool_var_free( _MsOS_MemoryPool_Info[0].stMemoryPool, _MsOS_Task_Info[s32TaskId].pStackBase); in MsOS_DeleteTask() 1154 _MsOS_Task_Info[s32TaskId].pStackBase = NULL; in MsOS_DeleteTask() 1293 void* pStackBase, in MsOS_InfoTask() argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 993 void *pStackBase, in MsOS_CreateTask() argument 1008 if ((MS_U32)pStackBase % 4) in MsOS_CreateTask() 1038 if (pStackBase == NULL) in MsOS_CreateTask() 1046 pBottom = (void*)pStackBase; in MsOS_CreateTask() 1047 pTop = (void*)(((MS_U32)pStackBase) + u32StackSize - 1); in MsOS_CreateTask() 1058 pTop = ((OS_STK *)pStackBase) + u32OSStkSize - 1; in MsOS_CreateTask() 1059 pBottom = (OS_STK *)pStackBase; in MsOS_CreateTask() 1259 void* pStackBase, in MsOS_InfoTask() argument 1289 *((MS_U32*)pStackBase) = (MS_U32)stTaskData.OSTCBStkBottom; in MsOS_InfoTask()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | MsOS_optee.c | 634 void *pStackBase, in MsOS_CreateTask() argument 741 void* pStackBase, in MsOS_InfoTask() argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | MsOS_nos.c | 791 void *pStackBase, in MsOS_CreateTask() argument 897 void* pStackBase, in MsOS_InfoTask() argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | MsOS_nuttx.c | 667 void *pStackBase, in MsOS_CreateTask() argument 767 void* pStackBase, in MsOS_InfoTask() argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 847 void * pStackBase, in MsOS_CreateTask() argument
|