Lines Matching full:shm
38 struct tee_shm *shm; member
156 tee_shm_free(entry->shm); in optee_shm_arg_cache_uninit()
229 entry->shm = res; in optee_get_msg_arg()
235 res = tee_shm_get_va(entry->shm, offs); in optee_get_msg_arg()
243 *shm_ret = entry->shm; in optee_get_msg_arg()
287 struct tee_shm *shm; in optee_open_session() local
296 &entry, &shm, &offs); in optee_open_session()
331 if (optee->ops->do_call_with_arg(ctx, shm, offs)) { in optee_open_session()
368 struct tee_shm *shm; in optee_close_session_helper() local
371 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_close_session_helper()
377 optee->ops->do_call_with_arg(ctx, shm, offs); in optee_close_session_helper()
410 struct tee_shm *shm; in optee_invoke_func() local
422 &entry, &shm, &offs); in optee_invoke_func()
435 if (optee->ops->do_call_with_arg(ctx, shm, offs)) { in optee_invoke_func()
460 struct tee_shm *shm; in optee_cancel_req() local
470 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_cancel_req()
477 optee->ops->do_call_with_arg(ctx, shm, offs); in optee_cancel_req()