Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRPC.c32 size_t AllocAddress; in OpteeRpcAlloc() local
37 AllocAddress = (size_t) OpteeClientMemAlloc(Size); in OpteeRpcAlloc()
39 if (AllocAddress == 0) in OpteeRpcAlloc()
42 *Address = AllocAddress; in OpteeRpcAlloc()
109 size_t AllocAddress = 0; in OpteeRpcCmdLoadTa() local
124 AllocAddress = (size_t) OpteeClientMemAlloc(ImageSize); in OpteeRpcCmdLoadTa()
126 if (AllocAddress == 0) { in OpteeRpcCmdLoadTa()
131 memcpy((void *)AllocAddress, ImageData, ImageSize); in OpteeRpcCmdLoadTa()
134 AllocAddress, ImageSize); in OpteeRpcCmdLoadTa()
136 *(char *)AllocAddress, *(char *)(AllocAddress+1)); in OpteeRpcCmdLoadTa()
[all …]