Searched refs:optee_get_msg_arg (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/tee/optee/ |
D | call.c | 181 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx, in optee_get_msg_arg() function 295 msg_arg = optee_get_msg_arg(ctx, arg->num_params + 2, in optee_open_session() 371 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_close_session_helper() 421 msg_arg = optee_get_msg_arg(ctx, arg->num_params, in optee_invoke_func() 470 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_cancel_req()
|
D | optee_private.h | 289 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx,
|
D | smc_abi.c | 955 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in simple_call_with_arg()
|