Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A 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()
H A Doptee_private.h311 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx,
H A Dsmc_abi.c975 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in simple_call_with_arg()