Searched refs:get_msg_arg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tee/optee/ |
D | call.c | 181 static struct tee_shm *get_msg_arg(struct tee_context *ctx, size_t num_params, in get_msg_arg() function 228 shm = get_msg_arg(ctx, arg->num_params + 2, &msg_arg, &msg_parg); in optee_open_session() 306 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session() 335 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func() 379 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req() 594 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register() 632 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
|