Searched refs:userMapSize (Results 1 – 5 of 5) sorted by relevance
493 UINT32 userMapSize; member
359 UINT32 mapSize = taskCB->userMapSize; in OsTaskResourcesToFree()595 taskCB->userMapSize = initParam->userParam.userMapSize; in TaskStackInit()1360 …serParam->userMapBase && !LOS_IsUserAddressRange(userParam->userMapBase, userParam->userMapSize)) { in OsCreateUserTaskParamCheck()
1774 taskCB->userMapSize = mapSize; in OsExecStart()1910 param.userParam.userMapSize = size; in OsUserInitProcess()1914 … (VOID)OsUnMMap(processCB->vmSpace, param.userParam.userMapBase, param.userParam.userMapSize); in OsUserInitProcess()1951 taskParam->userParam.userMapSize = runTask->userMapSize; in GetCopyTaskParam()
343 runTask->userMapBase, runTask->userMapBase + runTask->userMapSize); in OsExcSysInfo()662 stackEnd = taskCB->userMapBase + taskCB->userMapSize; in FindSuitableStack()
446 …UINT32 userMapSize; /**< user thread stack size ,real size : userMapSize + USER_ST… member