Searched refs:optee_get_msg_arg (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/tee/optee/ |
A D | call.c | 107 struct tee_shm *optee_get_msg_arg(struct tee_context *ctx, size_t num_params, in optee_get_msg_arg() function 153 shm = optee_get_msg_arg(ctx, arg->num_params + 2, &msg_arg); in optee_open_session() 226 shm = optee_get_msg_arg(ctx, 0, &msg_arg); in optee_close_session_helper() 274 shm = optee_get_msg_arg(ctx, arg->num_params, &msg_arg); in optee_invoke_func() 320 shm = optee_get_msg_arg(ctx, 0, &msg_arg); in optee_cancel_req()
|
A D | optee_private.h | 259 struct tee_shm *optee_get_msg_arg(struct tee_context *ctx, size_t num_params,
|
A D | smc_abi.c | 411 shm_arg = optee_get_msg_arg(ctx, 1, &msg_arg); in optee_shm_register() 449 shm_arg = optee_get_msg_arg(ctx, 1, &msg_arg); in optee_shm_unregister()
|
/linux/ |
A D | System.map | 49089 ffff800010d1f530 T optee_get_msg_arg
|
A D | .tmp_System.map | 49089 ffff800010d1f530 T optee_get_msg_arg
|
Completed in 328 milliseconds