Lines Matching refs:TeeSmc32Param
84 t_teesmc32_param *TeeSmc32Param = NULL; in OpteeRpcCmdLoadTa() local
95 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdLoadTa()
97 (size_t)TeeSmc32Param[0].u.memref.buf_ptr; in OpteeRpcCmdLoadTa()
98 TeeLoadTaCmdSize = TeeSmc32Param[0].u.memref.size; in OpteeRpcCmdLoadTa()
140 TeeSmc32Param[1].u.memref.buf_ptr = AllocAddress; in OpteeRpcCmdLoadTa()
141 TeeSmc32Param[1].u.memref.size = ImageSize; in OpteeRpcCmdLoadTa()
155 t_teesmc32_param *TeeSmc32Param = NULL; in OpteeRpcCmdLoadV2Ta() local
164 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdLoadV2Ta()
166 memcpy(uuid, (void *)&TeeSmc32Param[0].u.value, 16); in OpteeRpcCmdLoadV2Ta()
170 if (TeeSmc32Param[1].u.memref.buf_ptr == 0) { in OpteeRpcCmdLoadV2Ta()
172 TeeSmc32Param[1].u.memref.size = 0; in OpteeRpcCmdLoadV2Ta()
177 (uint64_t)TeeSmc32Param[1].u.memref.buf_ptr, in OpteeRpcCmdLoadV2Ta()
178 (uint64_t)TeeSmc32Param[1].u.memref.size); in OpteeRpcCmdLoadV2Ta()
201 t_teesmc32_param *TeeSmc32Param = NULL; in OpteeRpcCmdFreeTa() local
210 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdFreeTa()
212 AllocAddress = TeeSmc32Param[0].u.memref.buf_ptr; in OpteeRpcCmdFreeTa()
213 ImageSize = TeeSmc32Param[0].u.memref.size; in OpteeRpcCmdFreeTa()
252 t_teesmc32_param *TeeSmc32Param; in OpteeRpcCmdRpmb() local
262 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdRpmb()
264 TeeSmc32Param[0].u.memref.buf_ptr; in OpteeRpcCmdRpmb()
269 TeeSmc32Param[1].u.memref.buf_ptr; in OpteeRpcCmdRpmb()
423 TeeSmc32Param[1].u.memref.buf_ptr; in OpteeRpcCmdRpmb()
515 t_teesmc32_param *TeeSmc32Param; in OpteeRpcCmdFs() local
517 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdFs()
519 TeecResult = OpteeClientRkFsProcess((void *)(size_t)TeeSmc32Param[0].u.memref.buf_ptr, in OpteeRpcCmdFs()
520 TeeSmc32Param[0].u.memref.size); in OpteeRpcCmdFs()
525 (struct tee_ioctl_param *)TeeSmc32Param); in OpteeRpcCmdFs()