Searched refs:get_rpc_arg_res (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 535 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res() function 581 return get_rpc_arg_res(arg, num_params, params); in thread_rpc_cmd()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 534 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res() function 580 return get_rpc_arg_res(arg, num_params, params); in thread_rpc_cmd()
|
| H A D | thread_spmc.c | 2187 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res() function 2227 return get_rpc_arg_res(arg, num_params, params); in thread_rpc_cmd()
|