Home
last modified time | relevance | path

Searched full:thread_rpc_cmd (Results 1 – 19 of 19) sorted by relevance

/optee_os/core/tee/
A Dsocket.c53 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 Dtee_supp_plugin_rpc.c65 res = thread_rpc_cmd(OPTEE_RPC_CMD_SUPP_PLUGIN, 4, params); in tee_invoke_supp_plugin_rpc()
A Dtadb.c116 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 Dtee_fs_rpc.c49 return thread_rpc_cmd(op->id, op->num_params, op->params); in operation_commit()
A Dtee_rpmb_fs.c475 return thread_rpc_cmd(OPTEE_RPC_CMD_RPMB, 2, params); in tee_rpmb_invoke()
/optee_os/core/arch/arm/kernel/
A Dtee_time.c42 thread_rpc_cmd(OPTEE_RPC_CMD_SUSPEND, 1, &params); in tee_time_wait()
59 res = thread_rpc_cmd(OPTEE_RPC_CMD_GET_TIME, 1, &params); in tee_time_get_ree_time()
A Drpc_io_i2c.c45 res = thread_rpc_cmd(OPTEE_RPC_CMD_I2C_TRANSFER, ARRAY_SIZE(p), p); in rpc_io_i2c_transfer()
A Dthread_optee_smc.c485 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
A Dthread_spmc.c1188 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd() function
/optee_os/core/kernel/
A Dnotif.c213 return thread_rpc_cmd(OPTEE_RPC_CMD_NOTIFICATION, 1, &params); in notif_rpc()
A Duser_ta.c316 res = thread_rpc_cmd(OPTEE_RPC_CMD_FTRACE, 3, params); in user_ta_dump_ftrace()
318 EMSG("Ftrace thread_rpc_cmd res: %#"PRIx32, res); in user_ta_dump_ftrace()
A Dree_fs_ta.c96 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()
/optee_os/core/pta/
A Dbenchmark.c36 return thread_rpc_cmd(OPTEE_RPC_CMD_BENCH_REG, 1, &tpm); in rpc_reg_global_buf()
A Dgprof.c40 res = thread_rpc_cmd(OPTEE_RPC_CMD_GPROF, 3, params); in gprof_send_rpc()
/optee_os/out/arm/core/
A Dtext_unpaged.ld.S74 *(.text.thread_rpc_cmd)
A Dtee.symb_sizes421 000000000e106f2c 00000000000000f0 T thread_rpc_cmd
A Dtee.dmp6216 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 Dtee.map20961 .text.thread_rpc_cmd
20963 0x000000000e106f2c thread_rpc_cmd
/optee_os/core/arch/arm/include/kernel/
A Dthread.h719 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params,

Completed in 218 milliseconds