Searched refs:thread_rpc_cmd (Results 1 – 19 of 19) sorted by relevance
/optee_os/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 | 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_fs_rpc.c | 49 return thread_rpc_cmd(op->id, op->num_params, op->params); in operation_commit()
|
A D | tee_rpmb_fs.c | 475 return thread_rpc_cmd(OPTEE_RPC_CMD_RPMB, 2, params); in tee_rpmb_invoke()
|
/optee_os/core/arch/arm/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 | 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 | 485 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
|
A D | thread_spmc.c | 1188 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
|
/optee_os/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()
|
/optee_os/core/kernel/ |
A D | notif.c | 213 return thread_rpc_cmd(OPTEE_RPC_CMD_NOTIFICATION, 1, ¶ms); in notif_rpc()
|
A D | ree_fs_ta.c | 96 res = thread_rpc_cmd(OPTEE_RPC_CMD_LOAD_TA, 2, params); in rpc_load() 119 res = thread_rpc_cmd(OPTEE_RPC_CMD_LOAD_TA, 2, params); in rpc_load()
|
A D | user_ta.c | 316 res = thread_rpc_cmd(OPTEE_RPC_CMD_FTRACE, 3, params); in user_ta_dump_ftrace()
|
/optee_os/out/arm/core/ |
A D | text_unpaged.ld.S | 74 *(.text.thread_rpc_cmd)
|
A D | tee.symb_sizes | 421 000000000e106f2c 00000000000000f0 T thread_rpc_cmd
|
A D | tee.dmp | 6216 e1041f4: 94000b4e bl e106f2c <thread_rpc_cmd> 6239 e104230: 94000b3f bl e106f2c <thread_rpc_cmd> 10731 000000000e106f2c <thread_rpc_cmd>: 10732 thread_rpc_cmd(): 10771 thread_rpc_cmd(): 10786 thread_rpc_cmd(): 37211 e117d4c: 97ffbc78 bl e106f2c <thread_rpc_cmd> 37238 e117d80: 97ffbc6b bl e106f2c <thread_rpc_cmd> 38422 e118990: 97ffb967 bl e106f2c <thread_rpc_cmd> 38482 e118a18: 97ffb945 bl e106f2c <thread_rpc_cmd> [all …]
|
A D | tee.map | 20961 .text.thread_rpc_cmd 20963 0x000000000e106f2c thread_rpc_cmd
|
/optee_os/core/arch/arm/include/kernel/ |
A D | thread.h | 719 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params,
|
Completed in 282 milliseconds