Home
last modified time | relevance | path

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

12

/optee_os/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.c53 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 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/ta/arch/arm/
A Duser_ta_header.c37 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 Duser_ta_header.c37 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 Duser_ta_header.c37 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 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()
/optee_os/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/lib/libutee/arch/arm/
A Duser_ta_entry.c344 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 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/lib/libutee/
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()
A Dtee_api_private.h16 struct utee_params *up, unsigned long cmd_id);
/optee_os/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.c166 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 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()
/optee_os/core/include/tee/
A Dtee_svc.h60 unsigned long cancel_req_to, unsigned long cmd_id,
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutee_syscalls.h61 unsigned long cmd_id,
/optee_os/out/arm/export-ta_arm64/include/
A Dutee_syscalls.h61 unsigned long cmd_id,
/optee_os/lib/libutee/include/
A Dutee_syscalls.h61 unsigned long cmd_id,
/optee_os/out/arm/export-ta_arm32/host_include/
A Dutee_syscalls.h61 unsigned long cmd_id,

Completed in 17 milliseconds

12