Searched refs:shm_arg (Results 1 – 1 of 1) sorted by relevance
569 struct tee_shm *shm_arg = NULL; in optee_shm_register() local586 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register()587 if (IS_ERR(shm_arg)) { in optee_shm_register()588 rc = PTR_ERR(shm_arg); in optee_shm_register()611 tee_shm_free(shm_arg); in optee_shm_register()619 struct tee_shm *shm_arg; in optee_shm_unregister() local624 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()625 if (IS_ERR(shm_arg)) in optee_shm_unregister()626 return PTR_ERR(shm_arg); in optee_shm_unregister()636 tee_shm_free(shm_arg); in optee_shm_unregister()