Searched refs:tee_shm_get_from_id (Results 1 – 5 of 5) sorted by relevance
284 * tee_shm_get_from_id() - Find shared memory object and increase reference290 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id);
526 * tee_shm_get_from_id() - Find shared memory object and increase reference532 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id) in tee_shm_get_from_id() function 555 EXPORT_SYMBOL_GPL(tee_shm_get_from_id);571 * the refcount_inc() in tee_shm_get_from_id() never starts in tee_shm_put()
403 shm = tee_shm_get_from_id(ctx, ip.c); in params_from_user()
194 shm = tee_shm_get_from_id(ctx, shm_id); in tstee_invoke_func()
235 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in optee_rpc_cmd_alloc_suppl() 250 * Match the tee_shm_get_from_id() in cmd_alloc_suppl() as secure in optee_rpc_cmd_free_suppl()