Home
last modified time | relevance | path

Searched refs:get_msg_arg (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/tee/optee/
Dcall.c173 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()
302 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session()
331 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func()
375 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req()
598 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register()
636 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()