Searched refs:thread_rpc_cmd (Results 1 – 15 of 15) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | tee_time.c | 42 thread_rpc_cmd(OPTEE_RPC_CMD_SUSPEND, 1, ¶ms); in tee_time_wait() 59 res = thread_rpc_cmd(OPTEE_RPC_CMD_GET_TIME, 1, ¶ms); in tee_time_get_ree_time()
|
A D | notif.c | 210 return thread_rpc_cmd(OPTEE_RPC_CMD_NOTIFICATION, 1, ¶ms); in notif_rpc()
|
A D | ree_fs_ta.c | 202 res = thread_rpc_cmd(OPTEE_RPC_CMD_LOAD_TA, 2, params); in rpc_load() 225 res = thread_rpc_cmd(OPTEE_RPC_CMD_LOAD_TA, 2, params); in rpc_load()
|
A D | user_ta.c | 323 res = thread_rpc_cmd(OPTEE_RPC_CMD_FTRACE, 3, params); in user_ta_dump_ftrace()
|
/optee_os-3.20.0/core/tee/ |
A D | socket.c | 53 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 4, tpm); in socket_open() 78 return thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 1, &tpm); in socket_close() 113 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 3, tpm); in socket_send() 150 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 3, tpm); in socket_recv() 192 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 3, tpm); in socket_ioctl() 240 res = thread_rpc_cmd(OPTEE_RPC_CMD_SOCKET, 1, &tpm); in pta_socket_close_session()
|
A D | tee_supp_plugin_rpc.c | 65 res = thread_rpc_cmd(OPTEE_RPC_CMD_SUPP_PLUGIN, 4, params); in tee_invoke_supp_plugin_rpc()
|
A D | tee_fs_rpc.c | 49 return thread_rpc_cmd(op->id, op->num_params, op->params); in operation_commit()
|
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()
|
A D | tee_rpmb_fs.c | 475 return thread_rpc_cmd(OPTEE_RPC_CMD_RPMB, 2, params); in tee_rpmb_invoke()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
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()
|
A D | thread_optee_smc.c | 562 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
|
A D | thread_spmc.c | 1190 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
|
/optee_os-3.20.0/core/include/kernel/ |
A D | thread.h | 333 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params,
|
/optee_os-3.20.0/core/pta/ |
A D | benchmark.c | 36 return thread_rpc_cmd(OPTEE_RPC_CMD_BENCH_REG, 1, &tpm); in rpc_reg_global_buf()
|
A D | gprof.c | 40 res = thread_rpc_cmd(OPTEE_RPC_CMD_GPROF, 3, params); in gprof_send_rpc()
|
Completed in 21 milliseconds