Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/optee/
Dcall.c181 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()
Doptee_private.h289 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx,
Dsmc_abi.c955 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in simple_call_with_arg()