tee_shm_get_from_id
shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c);
shm = tee_shm_get_from_id(ctx, param->u.objref.id);
shm = tee_shm_get_from_id(ctx, ip->c);
EXPORT_SYMBOL_GPL(tee_shm_get_from_id);
shm = tee_shm_get_from_id(ctx, shm_id);
struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id);