Searched refs:get_msg_arg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/tee/optee/ |
| D | call.c | 178 static struct tee_shm *get_msg_arg(struct tee_context *ctx, size_t num_params, in get_msg_arg() function 226 shm = get_msg_arg(ctx, arg->num_params + 2, &msg_arg, &msg_parg); in optee_open_session() 309 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session() 338 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func() 382 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req() 635 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register() 673 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
|