Searched refs:thread_param (Results 1 – 15 of 15) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | tee_time.c | 39 struct thread_param params = in tee_time_wait() 53 struct thread_param params = THREAD_PARAM_VALUE(OUT, 0, 0, 0); in tee_time_get_ree_time()
|
A D | notif.c | 208 struct thread_param params = THREAD_PARAM_VALUE(IN, func, value, 0); in notif_rpc()
|
A D | user_ta.c | 271 struct thread_param params[3] = { }; in user_ta_dump_ftrace()
|
A D | ree_fs_ta.c | 192 struct thread_param params[2]; in rpc_load()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | thread.h | 306 struct thread_param { struct 315 (struct thread_param){ \ argument 321 (struct thread_param){ \ 334 struct thread_param *params);
|
/optee_os-3.20.0/core/tee/ |
A D | socket.c | 22 struct thread_param tpm[4] = { }; in socket_open() 63 struct thread_param tpm = { }; in socket_close() 84 struct thread_param tpm[3] = { }; in socket_send() 122 struct thread_param tpm[3] = { }; in socket_recv() 163 struct thread_param tpm[3] = { }; in socket_ioctl() 234 struct thread_param tpm = { in pta_socket_close_session()
|
A D | tee_supp_plugin_rpc.c | 23 struct thread_param params[THREAD_RPC_MAX_NUM_PARAMS]; in tee_invoke_supp_plugin_rpc()
|
A D | tadb.c | 99 struct thread_param params[3] = { }; in ta_operation_open() 125 struct thread_param params[2] = { }; in ta_operation_remove() 697 struct thread_param params[2] = { }; in ta_load()
|
A D | tee_rpmb_fs.c | 468 struct thread_param params[2] = { in tee_rpmb_invoke()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 420 struct thread_param *tpm) in set_rmem() 438 struct thread_param *tpm) in set_tmem() 462 struct thread_param *params, void **arg_ret, in get_rpc_arg() 536 struct thread_param *params) in get_rpc_arg_res() 563 struct thread_param *params) in thread_rpc_cmd() 598 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 664 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc()
|
A D | rpc_io_i2c.c | 21 struct thread_param p[4] = { }; in rpc_io_i2c_transfer()
|
A D | thread_spmc.c | 1087 static bool set_fmem(struct optee_msg_param *param, struct thread_param *tpm) in set_fmem() 1115 struct thread_param *params, in get_rpc_arg() 1168 struct thread_param *params) in get_rpc_arg_res() 1191 struct thread_param *params) in thread_rpc_cmd() 1217 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 1241 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc()
|
/optee_os-3.20.0/core/include/tee/ |
A D | tee_fs_rpc.h | 21 struct thread_param params[THREAD_RPC_MAX_NUM_PARAMS];
|
/optee_os-3.20.0/core/pta/ |
A D | benchmark.c | 34 struct thread_param tpm = THREAD_PARAM_VALUE(IN, type, phta, size); in rpc_reg_global_buf()
|
A D | gprof.c | 20 struct thread_param params[3] = { }; in gprof_send_rpc()
|
Completed in 22 milliseconds