Searched refs:OpteeClientMemAlloc (Results 1 – 5 of 5) sorted by relevance
14 void *OpteeClientMemAlloc(uint32_t length);
66 TeeSmc32Arg = (t_teesmc32_arg *)OpteeClientMemAlloc(TeeSmc32ArgLength); in TEEC_SMC_OpenSession()78 OpteeClientMemAlloc(TeeSmcMetaSessionLength); in TEEC_SMC_OpenSession()161 TeeSmc32Arg = (t_teesmc32_arg *)OpteeClientMemAlloc(TeeSmc32ArgLength); in TEEC_SMC_CloseSession()209 TeeSmc32Arg = (t_teesmc32_arg *)OpteeClientMemAlloc(TeeSmc32ArgLength); in TEEC_SMC_InvokeCommand()
160 void *OpteeClientMemAlloc(uint32_t length) in OpteeClientMemAlloc() function
41 AllocAddress = (size_t) OpteeClientMemAlloc(Size); in OpteeRpcAlloc()
231 shared_memory->buffer = OpteeClientMemAlloc(shared_memory->size); in TEEC_AllocateSharedMemory()