Searched refs:optee_get_msg_arg (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/tee/optee/ |
| H A D | call.c | 263 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx, in optee_get_msg_arg() function 377 msg_arg = optee_get_msg_arg(ctx, arg->num_params + 2, in optee_open_session() 476 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_close_session_helper() 534 msg_arg = optee_get_msg_arg(ctx, arg->num_params, in optee_invoke_func() 586 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_cancel_req() 652 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in simple_call_with_arg()
|
| H A D | optee_private.h | 383 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx,
|
| H A D | protmem.c | 236 msg_arg = optee_get_msg_arg(optee->ctx, ARRAY_SIZE(params), &entry, in get_protmem_config()
|
| H A D | smc_abi.c | 978 msg_arg = optee_get_msg_arg(optee->ctx, 2, &entry, &shm, &offs); in optee_smc_lend_protmem() 1013 msg_arg = optee_get_msg_arg(optee->ctx, 1, &entry, &shm, &offs); in optee_smc_reclaim_protmem()
|
| H A D | ffa_abi.c | 660 msg_arg = optee_get_msg_arg(optee->ctx, 1, &entry, &shm, &offs); in do_call_lend_protmem()
|