| /optee_os/core/kernel/ |
| H A D | tee_time.c | 19 thread_rpc_cmd(OPTEE_RPC_CMD_SUSPEND, 1, ¶ms); in tee_time_wait() 36 res = thread_rpc_cmd(OPTEE_RPC_CMD_GET_TIME, 1, ¶ms); in tee_time_get_ree_time()
|
| H A D | notif.c | 174 return thread_rpc_cmd(OPTEE_RPC_CMD_NOTIFICATION, 1, ¶ms); in notif_rpc()
|
| H A D | ree_fs_ta.c | 210 res = thread_rpc_cmd(OPTEE_RPC_CMD_LOAD_TA, 2, params); in rpc_load() 233 res = thread_rpc_cmd(OPTEE_RPC_CMD_LOAD_TA, 2, params); in rpc_load()
|
| H A D | user_ta.c | 344 res = thread_rpc_cmd(OPTEE_RPC_CMD_FTRACE, 3, params); in user_ta_dump_ftrace()
|
| /optee_os/core/tee/ |
| H A D | socket.c | 57 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 4, tpm); in socket_open() 82 return thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 1, &tpm); in socket_close() 120 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 3, tpm); in socket_send() 157 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 3, tpm); in socket_recv() 208 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 3, tpm); in socket_ioctl() 262 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 1, &tpm); in pta_socket_close_session()
|
| H A D | tee_supp_plugin_rpc.c | 74 res = thread_rpc_cmd(OPTEE_RPC_CMD_SUPP_PLUGIN, 4, params); in tee_invoke_supp_plugin_rpc()
|
| H A D | tadb.c | 116 res = thread_rpc_cmd(OPTEE_RPC_CMD_FS, ARRAY_SIZE(params), params); in ta_operation_open() 140 return thread_rpc_cmd(OPTEE_RPC_CMD_FS, ARRAY_SIZE(params), params); in ta_operation_remove() 714 res = thread_rpc_cmd(OPTEE_RPC_CMD_FS, ARRAY_SIZE(params), params); in ta_load()
|
| H A D | tee_fs_rpc.c | 45 return thread_rpc_cmd(op->id, op->num_params, op->params); in operation_commit()
|
| H A D | tee_rpmb_fs.c | 480 return thread_rpc_cmd(cmd, 2, params); in tee_rpmb_invoke() 490 res = thread_rpc_cmd(OPTEE_RPC_CMD_RPMB_PROBE_RESET, 1, params); in rpmb_probe_reset() 526 res = thread_rpc_cmd(OPTEE_RPC_CMD_RPMB_PROBE_NEXT, 2, params); in rpmb_probe_next()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | rpc_io_i2c.c | 45 res = thread_rpc_cmd(OPTEE_RPC_CMD_I2C_TRANSFER, ARRAY_SIZE(p), p); in rpc_io_i2c_transfer()
|
| H A D | thread_optee_smc.c | 561 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
|
| H A D | thread_spmc.c | 2210 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
|
| /optee_os/core/include/kernel/ |
| H A D | thread.h | 346 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params,
|
| /optee_os/core/pta/ |
| H A D | gprof.c | 40 res = thread_rpc_cmd(OPTEE_RPC_CMD_GPROF, 3, params); in gprof_send_rpc()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 562 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
|