Searched refs:OpteeClientMemAlloc (Results 1 – 9 of 9) sorted by relevance
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
37 AllocAddress = (size_t) OpteeClientMemAlloc(Size); in OpteeRpcAlloc()124 AllocAddress = (size_t) OpteeClientMemAlloc(ImageSize); in OpteeRpcCmdLoadTa()
231 shared_memory->buffer = OpteeClientMemAlloc(shared_memory->size); in TEEC_AllocateSharedMemory()
14 void *OpteeClientMemAlloc(uint32_t length);