/optee_os/core/pta/bcm/ |
A D | wdt.c | 43 if (exp_param_types != param_types) { in pta_wd_config() 67 if (exp_param_types != param_types) { in pta_wd_start() 85 if (exp_param_types != param_types) { in pta_wd_ping() 103 if (exp_param_types != param_types) { in pta_wd_stop() 122 if (exp_param_types != param_types) { in pta_wd_set_timeout() 136 uint32_t param_types, in invoke_command() argument 145 res = pta_wd_config(param_types, params); in invoke_command() 148 res = pta_wd_start(param_types, params); in invoke_command() 151 res = pta_wd_ping(param_types, params); in invoke_command() 154 res = pta_wd_stop(param_types, params); in invoke_command() [all …]
|
A D | gpio.c | 41 static TEE_Result pta_gpio_config(uint32_t param_types, in pta_gpio_config() argument 54 if (exp_param_types != param_types) { in pta_gpio_config() 84 static TEE_Result pta_gpio_set(uint32_t param_types, in pta_gpio_set() argument 97 if (exp_param_types != param_types) { in pta_gpio_set() 131 static TEE_Result pta_gpio_get(uint32_t param_types, in pta_gpio_get() argument 142 if (exp_param_types != param_types) { in pta_gpio_get() 166 uint32_t param_types, in invoke_command() argument 175 res = pta_gpio_config(param_types, params); in invoke_command() 178 res = pta_gpio_set(param_types, params); in invoke_command() 181 res = pta_gpio_get(param_types, params); in invoke_command()
|
A D | elog.c | 57 static TEE_Result pta_elog_load_nitro_fw(uint32_t param_types, in pta_elog_load_nitro_fw() argument 72 if (exp_param_types != param_types) { in pta_elog_load_nitro_fw() 136 static TEE_Result pta_elog_nitro_crash_dump(uint32_t param_types, in pta_elog_nitro_crash_dump() argument 149 if (exp_param_types != param_types) { in pta_elog_nitro_crash_dump() 184 static TEE_Result pta_elog_dump(uint32_t param_types, in pta_elog_dump() argument 196 if (exp_param_types != param_types) { in pta_elog_dump() 221 uint32_t param_types, in invoke_command() argument 230 res = pta_elog_dump(param_types, params); in invoke_command() 233 res = pta_elog_nitro_crash_dump(param_types, params); in invoke_command() 236 res = pta_elog_load_nitro_fw(param_types, params); in invoke_command()
|
A D | sotp.c | 22 static TEE_Result pta_sotp_read(uint32_t param_types, in pta_sotp_read() argument 31 if (exp_param_types != param_types) { in pta_sotp_read() 45 static TEE_Result pta_sotp_write(uint32_t param_types __unused, in pta_sotp_write() 54 uint32_t param_types, in invoke_command() argument 63 res = pta_sotp_read(param_types, params); in invoke_command() 66 res = pta_sotp_write(param_types, params); in invoke_command()
|
A D | hwrng.c | 24 static TEE_Result pta_hwrng_get(uint32_t param_types, in pta_hwrng_get() argument 35 if (exp_param_types != param_types) { in pta_hwrng_get() 55 uint32_t param_types, in invoke_command() argument 64 res = pta_hwrng_get(param_types, params); in invoke_command()
|
A D | bnxt.c | 100 uint32_t param_types __unused, in invoke_command() 115 return get_bnxt_status(param_types, params); in invoke_command() 118 return get_bnxt_handshake_status(param_types, params); in invoke_command() 121 return copy_bnxt_crash_dump(param_types, params); in invoke_command()
|
/optee_os/lib/libutee/ |
A D | tee_socket_pta.c | 30 param_types, params, NULL); in invoke_socket_pta() 38 uint32_t param_types; in __tee_socket_pta_open() local 41 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in __tee_socket_pta_open() 81 uint32_t param_types; in __tee_socket_pta_close() local 84 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in __tee_socket_pta_close() 97 uint32_t param_types; in __tee_socket_pta_send() local 100 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in __tee_socket_pta_send() 122 uint32_t param_types; in __tee_socket_pta_recv() local 125 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in __tee_socket_pta_recv() 145 uint32_t param_types; in __tee_socket_pta_ioctl() local [all …]
|
A D | tee_system_pta.c | 14 static TEE_Result invoke_system_pta(uint32_t cmd_id, uint32_t param_types, in invoke_system_pta() argument 29 param_types, params, NULL); in invoke_system_pta() 34 uint32_t param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in tee_map_zi() local 54 res = invoke_system_pta(PTA_SYSTEM_MAP_ZI, param_types, params); in tee_map_zi() 65 uint32_t param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in tee_unmap() local 74 res = invoke_system_pta(PTA_SYSTEM_UNMAP, param_types, params); in tee_unmap() 86 uint32_t param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in tee_invoke_supp_plugin() local 102 res = invoke_system_pta(PTA_SYSTEM_SUPP_PLUGIN_INVOKE, param_types, in tee_invoke_supp_plugin()
|
A D | tee_api.c | 25 static TEE_Result copy_param(struct utee_params *up, uint32_t param_types, in copy_param() argument 49 switch (TEE_PARAM_TYPE_GET(param_types, n)) { in copy_param() 83 up->types = param_types; in copy_param() 85 switch (TEE_PARAM_TYPE_GET(param_types, n)) { in copy_param() 99 if (TEE_PARAM_TYPE_GET(param_types, n) != in copy_param()
|
/optee_os/core/pta/ |
A D | system.c | 45 if (exp_pt != param_types) in system_rng_reseed() 71 if (exp_pt != param_types) in system_derive_ta_unique_key() 118 uint32_t param_types, in system_map_zi() argument 135 if (exp_pt != param_types) in system_map_zi() 177 if (exp_pt != param_types) in system_unmap() 205 uint32_t param_types, in system_dlopen() argument 217 if (exp_pt != param_types) in system_dlopen() 247 if (exp_pt != param_types) in system_dlsym() 279 if (exp_pt != param_types) in system_get_tpm_event_log() 299 if (exp_pt != param_types) in system_supp_plugin_invoke() [all …]
|
A D | gprof.c | 50 static TEE_Result gprof_send(struct ts_session *s, uint32_t param_types, in gprof_send() argument 58 if (exp_pt != param_types) in gprof_send() 66 uint32_t param_types, in gprof_start_pc_sampling() argument 79 if (exp_pt != param_types) in gprof_start_pc_sampling() 108 uint32_t param_types, in gprof_stop_pc_sampling() argument 118 if (exp_pt != param_types) in gprof_stop_pc_sampling() 147 static TEE_Result open_session(uint32_t param_types __unused, in open_session() 163 uint32_t param_types, in invoke_command() argument 170 return gprof_send(s, param_types, params); in invoke_command() 172 return gprof_start_pc_sampling(s, param_types, params); in invoke_command() [all …]
|
A D | benchmark.c | 164 uint32_t cmd_id, uint32_t param_types, in invoke_command() argument 169 return alloc_benchmark_buffer(param_types, params); in invoke_command() 171 return get_benchmark_memref(param_types, params); in invoke_command() 173 return unregister_benchmark(param_types, params); in invoke_command()
|
A D | secstor_ta_mgmt.c | 139 static TEE_Result bootstrap(uint32_t param_types, in bootstrap() argument 149 if (param_types != exp_pt) in bootstrap() 167 uint32_t param_types, in invoke_command() argument 172 return bootstrap(param_types, params); in invoke_command()
|
/optee_os/lib/libutee/arch/arm/gprof/ |
A D | gprof_pta.c | 13 static TEE_Result invoke_gprof_pta(uint32_t cmd_id, uint32_t param_types, in invoke_gprof_pta() argument 26 param_types, params, NULL); in invoke_gprof_pta() 33 uint32_t param_types; in __pta_gprof_send() local 36 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INOUT, in __pta_gprof_send() 44 res = invoke_gprof_pta(PTA_GPROF_SEND, param_types, params); in __pta_gprof_send() 54 uint32_t param_types; in __pta_gprof_pc_sampling_start() local 56 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INOUT, in __pta_gprof_pc_sampling_start() 65 return invoke_gprof_pta(PTA_GPROF_START_PC_SAMPLING, param_types, in __pta_gprof_pc_sampling_start() 72 uint32_t param_types; in __pta_gprof_pc_sampling_stop() local 75 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in __pta_gprof_pc_sampling_stop() [all …]
|
/optee_os/core/tee/ |
A D | socket.c | 31 if (exp_pt != param_types) { in socket_open() 33 param_types, exp_pt); in socket_open() 69 if (exp_pt != param_types) { in socket_close() 71 param_types, exp_pt); in socket_close() 93 if (exp_pt != param_types) { in socket_send() 95 param_types, exp_pt); in socket_send() 131 if (exp_pt != param_types) { in socket_recv() 133 param_types, exp_pt); in socket_recv() 172 if (exp_pt != param_types) { in socket_ioctl() 174 param_types, exp_pt); in socket_ioctl() [all …]
|
/optee_os/lib/libutee/arch/arm/ |
A D | user_ta_entry.c | 174 ta_param_types = param_types; in ta_header_save_params() 245 up->types = param_types; in to_utee_params() 269 uint32_t *param_types, in from_utee_params() argument 297 if (param_types) in from_utee_params() 298 *param_types = types; in from_utee_params() 306 uint32_t param_types; in entry_open_session() local 317 from_utee_params(params, ¶m_types, up); in entry_open_session() 323 to_utee_params(up, param_types, params); in entry_open_session() 347 uint32_t param_types; in entry_invoke_command() local 358 param_types, params); in entry_invoke_command() [all …]
|
/optee_os/lib/libdl/ |
A D | dlfcn.c | 18 static TEE_Result invoke_system_pta(uint32_t cmd_id, uint32_t param_types, in invoke_system_pta() argument 31 cmd_id, param_types, params, NULL); in invoke_system_pta() 42 uint32_t param_types = 0; in dlopen() local 55 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in dlopen() 64 res = invoke_system_pta(PTA_SYSTEM_DLOPEN, param_types, params); in dlopen() 96 uint32_t param_types = 0; in dlsym() local 102 param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in dlsym() 112 res = invoke_system_pta(PTA_SYSTEM_DLSYM, param_types, params); in dlsym()
|
/optee_os/core/kernel/ |
A D | pseudo_ta.c | 160 uint32_t param_types = 0; in pseudo_ta_enter_open_session() local 170 param_types = ta_sess->param->types; in pseudo_ta_enter_open_session() 173 res = stc->pseudo_ta->open_session_entry_point(param_types, in pseudo_ta_enter_open_session() 192 uint32_t param_types = 0; in pseudo_ta_enter_invoke_cmd() local 204 param_types = ta_sess->param->types; in pseudo_ta_enter_invoke_cmd() 209 param_types, in pseudo_ta_enter_invoke_cmd()
|
/optee_os/core/pta/tests/ |
A D | mutex.c | 71 TEE_Result core_mutex_tests(uint32_t param_types, in core_mutex_tests() argument 79 if (exp_pt != param_types) { in core_mutex_tests()
|
A D | misc.h | 34 TEE_Result core_aes_perf_tests(uint32_t param_types,
|
A D | aes_perf.c | 161 TEE_Result core_aes_perf_tests(uint32_t param_types, in core_aes_perf_tests() argument 176 if (param_types != exp_param_types) in core_aes_perf_tests()
|
A D | invoke.c | 24 static TEE_Result test_trace(uint32_t param_types __unused, in test_trace()
|
/optee_os/ta/trusted_keys/ |
A D | entry.c | 67 uint32_t param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in derive_unique_key() local 88 param_types, params, &ret_orig); in derive_unique_key()
|
/optee_os/ta/pkcs11/src/ |
A D | entry.c | 28 TEE_Result TA_OpenSessionEntryPoint(uint32_t __unused param_types, in TA_OpenSessionEntryPoint() argument
|
A D | pkcs11_token.c | 1487 uint32_t param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in seed_rng_pool() local 1508 param_types, params, &ret_orig); in seed_rng_pool()
|