Searched defs:arg (Results 1 – 10 of 10) sorted by relevance
/optee_os/ldelf/ |
A D | dl.c | 11 TEE_Result dlopen_entry(struct dl_entry_arg *arg) in dlopen_entry() 24 TEE_Result dlsym_entry(struct dl_entry_arg *arg) in dlsym_entry()
|
A D | main.c | 31 static void __noreturn __maybe_unused dump_ta_state(struct dump_entry_arg *arg) in dump_ta_state() 106 static void __noreturn dl_entry(struct dl_entry_arg *arg) in dl_entry() 129 void ldelf(struct ldelf_arg *arg) in ldelf()
|
/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()
|
A D | fs_htree.c | 105 void *arg; member 202 traverse_cb_t cb, void *arg) in htree_traverse_post_order()
|
/optee_os/core/arch/arm/kernel/ |
A D | ldelf_loader.c | 104 struct ldelf_arg *arg = NULL; in ldelf_init_with_ldelf() local 169 struct dump_entry_arg *arg = NULL; in ldelf_dump_state() local 295 size_t *arg = NULL; in ldelf_dump_ftrace() local 348 struct dl_entry_arg *arg = NULL; in ldelf_dlopen() local 399 struct dl_entry_arg *arg = NULL; in ldelf_dlsym() local
|
A D | thread_optee_smc.c | 99 struct optee_msg_arg *arg; in get_cmd_buffer() local 120 struct optee_msg_arg *arg; in map_cmd_buffer() local 160 struct optee_msg_arg *arg = NULL; in std_smc_entry() local 389 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg() local 458 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res() 489 void *arg = NULL; in thread_rpc_cmd() local 519 void *arg = NULL; in thread_rpc_free() local 533 static struct mobj *get_rpc_alloc_res(struct optee_msg_arg *arg, in get_rpc_alloc_res() 582 void *arg = NULL; in thread_rpc_alloc() local
|
A D | thread_spmc.c | 1018 struct optee_msg_arg *arg = NULL; in yielding_call_with_arg() local 1118 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg() local 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() local 1240 struct optee_msg_arg *arg = NULL; in thread_rpc_alloc() local
|
/optee_os/core/lib/libtomcrypt/src/misc/pbes/ |
A D | pbes.c | 22 int pbes_decrypt(const pbes_arg *arg, unsigned char *dec_data, unsigned long *dec_size) in pbes_decrypt()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 127 int mbedtls_platform_win32_vsnprintf( char *s, size_t n, const char *fmt, va_list arg ) in mbedtls_platform_win32_vsnprintf() 156 const char * format, va_list arg ) in platform_vsnprintf_uninit() 174 va_list arg ) ) in mbedtls_platform_set_vsnprintf()
|
/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 15 milliseconds