Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientMem.h14 void *OpteeClientMemAlloc(uint32_t length);
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientSMC.c66 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()
H A DOpteeClientMem.c160 void *OpteeClientMemAlloc(uint32_t length) in OpteeClientMemAlloc() function
H A DOpteeClientRPC.c41 AllocAddress = (size_t) OpteeClientMemAlloc(Size); in OpteeRpcAlloc()
H A DOpteeClientApiLib.c231 shared_memory->buffer = OpteeClientMemAlloc(shared_memory->size); in TEEC_AllocateSharedMemory()