Home
last modified time | relevance | path

Searched refs:threadSize (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_phys_map.c108 uint32_t threadSize = 0; in mapUserSpace() local
168 threadSize = (userSpaceSize-PROCESS_RND_CTX_SIZE)/numOfThreads; in mapUserSpace()
169 if (threadSize <= (THREAD_RND_CTX_SIZE+THREAD_STACK_SIZE)) { in mapUserSpace()
178 threadOffset += threadSize; in mapUserSpace()