Searched refs:optee_msg_arg (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/include/tee/ |
A D | entry_std.h | 19 uint32_t tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params); 20 uint32_t __tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params);
|
/optee_os/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 99 struct optee_msg_arg *arg; in get_cmd_buffer() 103 sizeof(struct optee_msg_arg)); in get_cmd_buffer() 120 struct optee_msg_arg *arg; in map_cmd_buffer() 160 struct optee_msg_arg *arg = NULL; in std_smc_entry() 174 sizeof(struct optee_msg_arg))) { in std_smc_entry() 182 if (!mobj || !IS_ALIGNED_WITH_TYPE(parg, struct optee_msg_arg)) { in std_smc_entry() 328 if (!IS_ALIGNED_WITH_TYPE(pa, struct optee_msg_arg)) in thread_rpc_alloc_arg() 389 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg() 458 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res() 533 static struct mobj *get_rpc_alloc_res(struct optee_msg_arg *arg, in get_rpc_alloc_res()
|
A D | thread_spmc.c | 1018 struct optee_msg_arg *arg = NULL; in yielding_call_with_arg() 1114 struct optee_msg_arg **arg_ret) in get_rpc_arg() 1118 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg() 1165 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res() 1196 struct optee_msg_arg *arg = NULL; in thread_rpc_cmd() 1240 struct optee_msg_arg *arg = NULL; in thread_rpc_alloc()
|
/optee_os/core/include/ |
A D | optee_msg.h | 204 struct optee_msg_arg { struct 227 (sizeof(struct optee_msg_arg) + \ 235 ((OPTEE_MSG_NONCONTIG_PAGE_SIZE - sizeof(struct optee_msg_arg)) / \
|
/optee_os/core/tee/ |
A D | entry_std.c | 352 static void entry_open_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_open_session() 400 static void entry_close_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_close_session() 420 static void entry_invoke_command(struct optee_msg_arg *arg, uint32_t num_params) in entry_invoke_command() 456 static void entry_cancel(struct optee_msg_arg *arg, uint32_t num_params) in entry_cancel() 483 static void register_shm(struct optee_msg_arg *arg, uint32_t num_params) in register_shm() 506 static void unregister_shm(struct optee_msg_arg *arg, uint32_t num_params) in unregister_shm() 529 uint32_t __weak tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std() 538 uint32_t __tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in __tee_entry_std()
|
/optee_os/core/arch/arm/plat-stm/ |
A D | main.c | 53 uint32_t tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std()
|
Completed in 12 milliseconds