Searched refs:shm_arg (Results 1 – 1 of 1) sorted by relevance
615 struct tee_shm *shm_arg = NULL; in optee_shm_register() local632 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register()633 if (IS_ERR(shm_arg)) { in optee_shm_register()634 rc = PTR_ERR(shm_arg); in optee_shm_register()657 tee_shm_free(shm_arg); in optee_shm_register()665 struct tee_shm *shm_arg; in optee_shm_unregister() local670 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()671 if (IS_ERR(shm_arg)) in optee_shm_unregister()672 return PTR_ERR(shm_arg); in optee_shm_unregister()682 tee_shm_free(shm_arg); in optee_shm_unregister()