Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.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()
110 p = mobj_get_va(mobj, offset, sizeof(struct optee_msg_arg)); in get_msg_arg()
111 if (!p || !IS_ALIGNED_WITH_TYPE(p, struct optee_msg_arg)) in get_msg_arg()
144 static uint32_t call_entry_std(struct optee_msg_arg *arg, size_t num_params, in call_entry_std()
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()
193 if (!IS_ALIGNED_WITH_TYPE(parg, struct optee_msg_arg)) in std_entry_with_parg()
[all …]
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c100 size_t *num_params, struct optee_msg_arg **arg, in get_msg_arg()
101 struct optee_msg_arg **rpc_arg) in get_msg_arg()
109 p = mobj_get_va(mobj, offset, sizeof(struct optee_msg_arg)); in get_msg_arg()
110 if (!p || !IS_ALIGNED_WITH_TYPE(p, struct optee_msg_arg)) in get_msg_arg()
143 static uint32_t call_entry_std(struct optee_msg_arg *arg, size_t num_params, in call_entry_std()
144 struct optee_msg_arg *rpc_arg) in call_entry_std()
183 size_t sz = sizeof(struct optee_msg_arg); in std_entry_with_parg()
184 struct optee_msg_arg *rpc_arg = NULL; in std_entry_with_parg()
185 struct optee_msg_arg *arg = NULL; in std_entry_with_parg()
192 if (!IS_ALIGNED_WITH_TYPE(parg, struct optee_msg_arg)) in std_entry_with_parg()
[all …]
H A Dthread_spmc.c2040 struct optee_msg_arg *arg = NULL; in yielding_call_with_arg()
2136 struct optee_msg_arg **arg_ret) in get_rpc_arg()
2140 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg()
2187 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res()
2218 struct optee_msg_arg *arg = NULL; in thread_rpc_cmd()
2262 struct optee_msg_arg *arg = NULL; in thread_rpc_alloc()
/optee_os/core/include/tee/
H 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/core/include/
H A Doptee_msg.h210 struct optee_msg_arg { struct
233 (sizeof(struct optee_msg_arg) + \
241 ((OPTEE_MSG_NONCONTIG_PAGE_SIZE - sizeof(struct optee_msg_arg)) / \
/optee_os/core/tee/
H A Dentry_std.c364 static void entry_open_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_open_session()
412 static void entry_close_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_close_session()
432 static void entry_invoke_command(struct optee_msg_arg *arg, uint32_t num_params) in entry_invoke_command()
464 static void entry_cancel(struct optee_msg_arg *arg, uint32_t num_params) in entry_cancel()
491 static void register_shm(struct optee_msg_arg *arg, uint32_t num_params) in register_shm()
514 static void unregister_shm(struct optee_msg_arg *arg, uint32_t num_params) in unregister_shm()
531 static void __maybe_unused lend_protmem(struct optee_msg_arg *arg, in lend_protmem()
567 static void __maybe_unused assign_protmem(struct optee_msg_arg *arg, in assign_protmem()
585 static void __maybe_unused reclaim_protmem(struct optee_msg_arg *arg, in reclaim_protmem()
603 static void __maybe_unused get_protmem_config(struct optee_msg_arg *arg, in get_protmem_config()
[all …]
/optee_os/core/arch/arm/plat-stm/
H A Dmain.c51 TEE_Result tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std()