Searched refs:tmem (Results 1 – 2 of 2) sorted by relevance
158 struct tee_shm *shm = (struct tee_shm *)mp->u.tmem.shm_ref; in msg_param_to_tmp_mem()161 p->b = mp->u.tmem.size; in msg_param_to_tmp_mem()169 p->a = mp->u.tmem.buf_ptr - k_mem_phys_addr(shm->addr); in msg_param_to_tmp_mem()170 p->c = mp->u.tmem.shm_ref; in msg_param_to_tmp_mem()373 arg->params[0].u.tmem.buf_ptr = pl_phys_and_offset; in handle_cmd_alloc()374 arg->params[0].u.tmem.size = shm->size; in handle_cmd_alloc()375 arg->params[0].u.tmem.shm_ref = (uint64_t)shm; in handle_cmd_alloc()995 msg_arg->params->u.tmem.buf_ptr = pl_phys_and_offset; in optee_shm_register()996 msg_arg->params->u.tmem.shm_ref = (uint64_t)shm; in optee_shm_register()997 msg_arg->params->u.tmem.size = shm->size; in optee_shm_register()
181 struct optee_msg_param_tmem tmem; member