Home
last modified time | relevance | path

Searched refs:cmd_id (Results 1 – 23 of 23) sorted by relevance

/optee_os-3.20.0/core/pta/bcm/
A Dhwrng.c54 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 Dsotp.c68 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()
A Dbnxt.c99 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 Dwdt.c135 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 Dgpio.c165 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 Delog.c220 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-3.20.0/ta/arch/arm/
A Duser_ta_header.c40 struct utee_params *up, unsigned long cmd_id);
45 unsigned long cmd_id);
50 unsigned long cmd_id) in _C_FUNCTION()
70 res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgprof_pta.c13 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-3.20.0/lib/libdl/
A Ddlfcn.c18 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-3.20.0/lib/libutee/
A Dtee_api_private.h16 struct utee_params *up, unsigned long cmd_id);
A Dtee_system_pta.c14 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 Dtee_socket_pta.c14 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-3.20.0/core/tee/
A Dsocket.c245 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()
A Dtee_svc.c923 unsigned long cancel_req_to, unsigned long cmd_id, in syscall_invoke_ta_command() argument
952 cancel_req_to, cmd_id, &param); in syscall_invoke_ta_command()
/optee_os-3.20.0/core/pta/stm32mp/
A Dbsec_pta.c264 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-3.20.0/core/pta/
A Dbenchmark.c164 uint32_t cmd_id, uint32_t param_types, in invoke_command() argument
167 switch (cmd_id) { in invoke_command()
A Dgprof.c162 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 Dsecstor_ta_mgmt.c167 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument
171 switch (cmd_id) { in invoke_command()
A Dsystem.c329 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument
336 switch (cmd_id) { in invoke_command()
A Dattestation.c749 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument
753 switch (cmd_id) { in invoke_command()
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c357 struct utee_params *up, unsigned long cmd_id) in entry_invoke_command() argument
370 res = TA_InvokeCommandEntryPoint(session->session_ctx, cmd_id, in entry_invoke_command()
408 struct utee_params *up, unsigned long cmd_id) in __utee_entry() argument
420 res = entry_invoke_command(session_id, up, cmd_id); in __utee_entry()
/optee_os-3.20.0/core/include/tee/
A Dtee_svc.h60 unsigned long cancel_req_to, unsigned long cmd_id,
/optee_os-3.20.0/lib/libutee/include/
A Dutee_syscalls.h61 unsigned long cmd_id,

Completed in 22 milliseconds