Searched refs:get_msg_arg (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/tee/optee/ |
D | call.c | 173 static struct tee_shm *get_msg_arg(struct tee_context *ctx, size_t num_params, in get_msg_arg() function 220 shm = get_msg_arg(ctx, arg->num_params + 2, &msg_arg, &msg_parg); in optee_open_session() 298 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session() 327 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func() 371 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req() 586 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register() 624 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
|