Searched refs:get_rpc_arg (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 461 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg() function 574 ret = get_rpc_arg(cmd, num_params, params, &arg, &carg); in thread_rpc_cmd() 599 uint32_t ret = get_rpc_arg(OPTEE_RPC_CMD_SHM_FREE, 1, ¶m, in thread_rpc_free() 665 uint32_t ret = get_rpc_arg(OPTEE_RPC_CMD_SHM_ALLOC, 1, ¶m, in thread_rpc_alloc()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 460 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg() function 573 ret = get_rpc_arg(cmd, num_params, params, &arg, &carg); in thread_rpc_cmd() 598 uint32_t ret = get_rpc_arg(OPTEE_RPC_CMD_SHM_FREE, 1, ¶m, in thread_rpc_free() 664 uint32_t ret = get_rpc_arg(OPTEE_RPC_CMD_SHM_ALLOC, 1, ¶m, in thread_rpc_alloc()
|
| H A D | thread_spmc.c | 2134 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg() function 2221 ret = get_rpc_arg(cmd, num_params, params, &arg); in thread_rpc_cmd() 2243 res = get_rpc_arg(OPTEE_RPC_CMD_SHM_FREE, 1, ¶m, NULL); in thread_rpc_free() 2267 if (get_rpc_arg(OPTEE_RPC_CMD_SHM_ALLOC, 1, ¶m, &arg)) in thread_rpc_alloc()
|