Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/
Dtest_pal_thread.c33 void *stackAddrToFree; /* Stack Address that needs to be member
142 threadStr->stackAddrToFree = NULL; in Test_PalThreadCreate()
149 threadStr->stackAddrToFree = Test_PalDMAContigBufferAlloc( in Test_PalThreadCreate()
151 if (threadStr->stackAddrToFree == NULL) { in Test_PalThreadCreate()
156 stackAddr = (void *)(threadStr->stackAddrToFree + in Test_PalThreadCreate()
188 Test_PalDMAContigBufferFree(threadStr->stackAddrToFree); in Test_PalThreadCreate()
236 if (threadStr->stackAddrToFree != NULL) in Test_PalThreadDestroy()
237 Test_PalDMAContigBufferFree(threadStr->stackAddrToFree); in Test_PalThreadDestroy()