Lines Matching full:shm
38 struct tee_shm *shm; member
238 tee_shm_free(entry->shm); in optee_shm_arg_cache_uninit()
311 entry->shm = res; in optee_get_msg_arg()
317 res = tee_shm_get_va(entry->shm, offs); in optee_get_msg_arg()
325 *shm_ret = entry->shm; in optee_get_msg_arg()
369 struct tee_shm *shm; in optee_open_session() local
378 &entry, &shm, &offs); in optee_open_session()
413 if (optee->ops->do_call_with_arg(ctx, shm, offs, in optee_open_session()
473 struct tee_shm *shm; in optee_close_session_helper() local
476 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_close_session_helper()
482 optee->ops->do_call_with_arg(ctx, shm, offs, system_thread); in optee_close_session_helper()
520 struct tee_shm *shm; in optee_invoke_func() local
535 &entry, &shm, &offs); in optee_invoke_func()
548 if (optee->ops->do_call_with_arg(ctx, shm, offs, system_thread)) { in optee_invoke_func()
574 struct tee_shm *shm; in optee_cancel_req() local
586 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_cancel_req()
593 optee->ops->do_call_with_arg(ctx, shm, offs, system_thread); in optee_cancel_req()
649 struct tee_shm *shm; in simple_call_with_arg() local
652 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in simple_call_with_arg()
657 optee->ops->do_call_with_arg(ctx, shm, offs, false); in simple_call_with_arg()