| /optee_os/core/pta/bcm/ |
| H A D | hwrng.c | 54 uint32_t cmd_id, in invoke_command() argument 60 DMSG("command entry point[%d] for \"%s\"", cmd_id, HWRNG_TA_NAME); in invoke_command() 62 switch (cmd_id) { in invoke_command() 67 EMSG("cmd: %d Not supported %s", cmd_id, HWRNG_TA_NAME); in invoke_command()
|
| H A D | sotp.c | 68 uint32_t cmd_id, in invoke_command() argument 74 DMSG("command entry point[%d] for \"%s\"", cmd_id, SOTP_TA_NAME); in invoke_command() 81 switch (cmd_id) { in invoke_command() 89 EMSG("cmd %d Not supported %s", cmd_id, SOTP_TA_NAME); in invoke_command()
|
| H A D | bnxt.c | 99 uint32_t cmd_id, in invoke_command() argument 105 DMSG("command entry point[%d] for \"%s\"", cmd_id, BNXT_TA_NAME); in invoke_command() 107 switch (cmd_id) { in invoke_command() 123 DMSG("cmd: %d Not supported %s", cmd_id, BNXT_TA_NAME); in invoke_command()
|
| H A D | wdt.c | 135 uint32_t cmd_id, in invoke_command() argument 141 DMSG("command entry point[%d] for \"%s\"", cmd_id, SEC_WD_TA_NAME); in invoke_command() 143 switch (cmd_id) { in invoke_command() 160 EMSG("cmd: %d Not supported %s", cmd_id, SEC_WD_TA_NAME); in invoke_command()
|
| H A D | gpio.c | 165 uint32_t cmd_id, in invoke_command() argument 171 DMSG("command entry point[%d] for \"%s\"", cmd_id, GPIO_TA_NAME); in invoke_command() 173 switch (cmd_id) { in invoke_command() 184 EMSG("cmd: %d Not supported %s", cmd_id, GPIO_TA_NAME); in invoke_command()
|
| H A D | elog.c | 220 uint32_t cmd_id, in invoke_command() argument 226 DMSG("command entry point[%d] for \"%s\"", cmd_id, ELOG_TA_NAME); in invoke_command() 228 switch (cmd_id) { in invoke_command() 239 EMSG("cmd: %d Not supported %s", cmd_id, ELOG_TA_NAME); in invoke_command()
|
| /optee_os/ta/ |
| H A D | user_ta_header.c | 40 struct utee_params *up, unsigned long cmd_id); 46 unsigned long cmd_id); 52 unsigned long cmd_id) in _C_FUNCTION() 72 res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION() 212 TEE_Result TA_InvokeCommandEntryPoint(void *sess_ctx, uint32_t cmd_id, in TA_InvokeCommandEntryPoint() argument 216 return __ta_invoke_cmd(sess_ctx, cmd_id, pt, params, in TA_InvokeCommandEntryPoint()
|
| /optee_os/core/pta/imx/ |
| H A D | ocotp.c | 60 uint32_t cmd_id, uint32_t param_types, in invokeCommandEntryPoint() argument 63 switch (cmd_id) { in invokeCommandEntryPoint()
|
| H A D | dek_blob.c | 123 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument 127 switch (cmd_id) { in invoke_command()
|
| H A D | manufacturing_protection.c | 109 uint32_t cmd_id, uint32_t param_types, in pta_mp_invoke_cmd() argument 112 switch (cmd_id) { in pta_mp_invoke_cmd()
|
| H A D | digprog.c | 12 uint32_t cmd_id __unused, in invokeCommandEntryPoint()
|
| /optee_os/lib/libutee/arch/arm/gprof/ |
| H 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 25 res = TEE_InvokeTACommand(sess, TEE_TIMEOUT_INFINITE, cmd_id, in invoke_gprof_pta()
|
| /optee_os/lib/libutee/ |
| H A D | user_ta_entry_compat.c | 86 TEE_Result __ta_invoke_cmd(void *sess_ctx, uint32_t cmd_id, uint32_t pt, in __ta_invoke_cmd() argument 95 res = fp(sess_ctx, cmd_id, pt, gp11_params); in __ta_invoke_cmd()
|
| H 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 28 return TEE_InvokeTACommand(sess, TEE_TIMEOUT_INFINITE, cmd_id, in invoke_system_pta()
|
| H A D | tee_api_private.h | 19 struct utee_params *up, unsigned long cmd_id);
|
| H A D | user_ta_entry.c | 381 struct utee_params *up, unsigned long cmd_id) in entry_invoke_command() argument 394 res = TA_InvokeCommandEntryPoint(session->session_ctx, cmd_id, in entry_invoke_command() 432 struct utee_params *up, unsigned long cmd_id) in __utee_entry() argument 444 res = entry_invoke_command(session_id, up, cmd_id); in __utee_entry()
|
| H A D | tee_socket_pta.c | 14 static TEE_Result invoke_socket_pta(uint32_t cmd_id, uint32_t param_types, in invoke_socket_pta() argument 29 return TEE_InvokeTACommand(sess, TEE_TIMEOUT_INFINITE, cmd_id, in invoke_socket_pta()
|
| /optee_os/lib/libdl/ |
| H 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()
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | veraison_attestation.c | 142 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument 146 switch (cmd_id) { in invoke_command()
|
| /optee_os/core/tee/ |
| H A D | socket.c | 267 static TEE_Result pta_socket_invoke_command(void *sess_ctx, uint32_t cmd_id, in pta_socket_invoke_command() argument 270 if (cmd_id < ARRAY_SIZE(ta_funcs) && ta_funcs[cmd_id]) in pta_socket_invoke_command() 271 return ta_funcs[cmd_id]((vaddr_t)sess_ctx, param_types, params); in pta_socket_invoke_command()
|
| /optee_os/core/pta/stm32mp/ |
| H A D | bsec_pta.c | 264 uint32_t cmd_id, in bsec_pta_invoke_command() argument 269 cmd_id, param_types); in bsec_pta_invoke_command() 271 switch (cmd_id) { in bsec_pta_invoke_command()
|
| /optee_os/core/pta/ |
| H A D | secstor_ta_mgmt.c | 167 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument 171 switch (cmd_id) { in invoke_command()
|
| H A D | gprof.c | 162 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument 168 switch (cmd_id) { in invoke_command()
|
| /optee_os/core/include/tee/ |
| H A D | tee_svc.h | 60 unsigned long cancel_req_to, unsigned long cmd_id,
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 28 TEE_Result __ta_invoke_cmd(void *sess_ctx, uint32_t cmd_id, uint32_t pt,
|