/optee_os/core/pta/bcm/ |
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()
|
A D | sotp.c | 53 uint32_t cmd_id, in invoke_command() argument 59 DMSG("command entry point[%d] for \"%s\"", cmd_id, SOTP_TA_NAME); in invoke_command() 61 switch (cmd_id) { in invoke_command() 69 EMSG("cmd %d Not supported %s", cmd_id, SOTP_TA_NAME); in invoke_command()
|
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()
|
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()
|
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\n", cmd_id, GPIO_TA_NAME); in invoke_command()
|
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/arch/arm/ |
A D | user_ta_header.c | 37 struct utee_params *up, unsigned long cmd_id); 42 unsigned long cmd_id); 47 unsigned long cmd_id) in _C_FUNCTION() 49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
|
/optee_os/out/arm/export-ta_arm32/src/ |
A D | user_ta_header.c | 37 struct utee_params *up, unsigned long cmd_id); 42 unsigned long cmd_id); 47 unsigned long cmd_id) in _C_FUNCTION() 49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
|
/optee_os/out/arm/export-ta_arm64/src/ |
A D | user_ta_header.c | 37 struct utee_params *up, unsigned long cmd_id); 42 unsigned long cmd_id); 47 unsigned long cmd_id) in _C_FUNCTION() 49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
|
/optee_os/core/tee/ |
A D | socket.c | 245 static TEE_Result pta_socket_invoke_command(void *sess_ctx, uint32_t cmd_id, in pta_socket_invoke_command() argument 248 if (cmd_id < ARRAY_SIZE(ta_funcs) && ta_funcs[cmd_id]) in pta_socket_invoke_command() 249 return ta_funcs[cmd_id]((vaddr_t)sess_ctx, param_types, params); in pta_socket_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 25 res = TEE_InvokeTACommand(sess, TEE_TIMEOUT_INFINITE, cmd_id, in invoke_gprof_pta()
|
/optee_os/lib/libutee/arch/arm/ |
A D | user_ta_entry.c | 344 struct utee_params *up, unsigned long cmd_id) in entry_invoke_command() argument 357 res = TA_InvokeCommandEntryPoint(session->session_ctx, cmd_id, in entry_invoke_command() 365 struct utee_params *up, unsigned long cmd_id) in __utee_entry() argument 377 res = entry_invoke_command(session_id, up, cmd_id); in __utee_entry()
|
/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()
|
/optee_os/lib/libutee/ |
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()
|
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()
|
A D | tee_api_private.h | 16 struct utee_params *up, unsigned long cmd_id);
|
/optee_os/core/pta/ |
A D | benchmark.c | 164 uint32_t cmd_id, uint32_t param_types, in invoke_command() argument 167 switch (cmd_id) { in invoke_command()
|
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()
|
A D | secstor_ta_mgmt.c | 166 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument 170 switch (cmd_id) { in invoke_command()
|
A D | system.c | 329 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument 336 switch (cmd_id) { in invoke_command()
|
/optee_os/core/include/tee/ |
A D | tee_svc.h | 60 unsigned long cancel_req_to, unsigned long cmd_id,
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | utee_syscalls.h | 61 unsigned long cmd_id,
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | utee_syscalls.h | 61 unsigned long cmd_id,
|
/optee_os/lib/libutee/include/ |
A D | utee_syscalls.h | 61 unsigned long cmd_id,
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | utee_syscalls.h | 61 unsigned long cmd_id,
|