Searched refs:thread_param (Results 1 – 15 of 15) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | tee_time.c | 16 struct thread_param params = in tee_time_wait() 30 struct thread_param params = THREAD_PARAM_VALUE(OUT, 0, 0, 0); in tee_time_get_ree_time()
|
| H A D | notif.c | 171 struct thread_param params = in notif_rpc()
|
| H A D | user_ta.c | 292 struct thread_param params[3] = { }; in user_ta_dump_ftrace()
|
| H A D | ree_fs_ta.c | 200 struct thread_param params[2]; in rpc_load()
|
| /optee_os/core/include/kernel/ |
| H A D | thread.h | 319 struct thread_param { struct 328 (struct thread_param){ \ argument 334 (struct thread_param){ \ 347 struct thread_param *params);
|
| /optee_os/core/tee/ |
| H A D | socket.c | 23 struct thread_param tpm[4] = { }; in socket_open() 67 struct thread_param tpm = { }; in socket_close() 88 struct thread_param tpm[3] = { }; in socket_send() 129 struct thread_param tpm[3] = { }; in socket_recv() 176 struct thread_param tpm[3] = { }; in socket_ioctl() 256 struct thread_param tpm = { in pta_socket_close_session()
|
| H A D | tee_supp_plugin_rpc.c | 25 struct thread_param params[THREAD_RPC_MAX_NUM_PARAMS]; in tee_invoke_supp_plugin_rpc()
|
| H 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()
|
| H A D | tee_rpmb_fs.c | 470 struct thread_param params[2] = { in tee_rpmb_invoke() 485 struct thread_param params[1] = { in rpmb_probe_reset() 511 struct thread_param params[2] = { }; in rpmb_probe_next()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.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()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 419 struct thread_param *tpm) in set_rmem() 437 struct thread_param *tpm) in set_tmem() 461 struct thread_param *params, void **arg_ret, in get_rpc_arg() 535 struct thread_param *params) in get_rpc_arg_res() 562 struct thread_param *params) in thread_rpc_cmd() 597 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 663 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc()
|
| H A D | rpc_io_i2c.c | 21 struct thread_param p[4] = { }; in rpc_io_i2c_transfer()
|
| H A D | thread_spmc.c | 2107 static bool set_fmem(struct optee_msg_param *param, struct thread_param *tpm) in set_fmem() 2135 struct thread_param *params, in get_rpc_arg() 2188 struct thread_param *params) in get_rpc_arg_res() 2211 struct thread_param *params) in thread_rpc_cmd() 2237 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 2261 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc()
|
| /optee_os/core/include/tee/ |
| H A D | tee_fs_rpc.h | 21 struct thread_param params[THREAD_RPC_MAX_NUM_PARAMS];
|
| /optee_os/core/pta/ |
| H A D | gprof.c | 20 struct thread_param params[3] = { }; in gprof_send_rpc()
|