Lines Matching refs:shm_arg
615 struct tee_shm *shm_arg = NULL;
632 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg);
633 if (IS_ERR(shm_arg)) {
634 rc = PTR_ERR(shm_arg);
657 tee_shm_free(shm_arg);
665 struct tee_shm *shm_arg;
670 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg);
671 if (IS_ERR(shm_arg))
672 return PTR_ERR(shm_arg);
682 tee_shm_free(shm_arg);