Searched refs:get_msg_arg (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | call.c | 175 static struct tee_shm *get_msg_arg(struct tee_context *ctx, size_t num_params, in get_msg_arg() function 223 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() 632 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register() 670 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
|
Completed in 2 milliseconds