Home
last modified time | relevance | path

Searched refs:optee_msg_arg (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/include/tee/
A Dentry_std.h20 TEE_Result tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params);
21 TEE_Result __tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params);
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_optee_smc.c101 size_t *num_params, struct optee_msg_arg **arg, in get_msg_arg()
102 struct optee_msg_arg **rpc_arg) in get_msg_arg()
145 struct optee_msg_arg *rpc_arg) in call_entry_std()
184 size_t sz = sizeof(struct optee_msg_arg); in std_entry_with_parg()
185 struct optee_msg_arg *rpc_arg = NULL; in std_entry_with_parg()
186 struct optee_msg_arg *arg = NULL; in std_entry_with_parg()
197 sizeof(struct optee_msg_arg)); in std_entry_with_parg()
241 struct optee_msg_arg *rpc_arg = NULL; in std_entry_with_regd_arg()
242 struct optee_msg_arg *arg = NULL; in std_entry_with_regd_arg()
405 if (!IS_ALIGNED_WITH_TYPE(pa, struct optee_msg_arg)) in thread_rpc_alloc_arg()
[all …]
A Dthread_spmc.c1021 struct optee_msg_arg *arg = NULL; in yielding_call_with_arg()
1116 struct optee_msg_arg **arg_ret) in get_rpc_arg()
1120 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg()
1167 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res()
1198 struct optee_msg_arg *arg = NULL; in thread_rpc_cmd()
1242 struct optee_msg_arg *arg = NULL; in thread_rpc_alloc()
/optee_os-3.20.0/core/include/
A Doptee_msg.h204 struct optee_msg_arg { struct
227 (sizeof(struct optee_msg_arg) + \
235 ((OPTEE_MSG_NONCONTIG_PAGE_SIZE - sizeof(struct optee_msg_arg)) / \
/optee_os-3.20.0/core/tee/
A Dentry_std.c352 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 TEE_Result __weak tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std()
538 TEE_Result __tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in __tee_entry_std()
/optee_os-3.20.0/core/arch/arm/plat-stm/
A Dmain.c53 TEE_Result tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std()

Completed in 10 milliseconds