Home
last modified time | relevance | path

Searched refs:get_rpc_arg (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c461 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, &param, in thread_rpc_free()
665 uint32_t ret = get_rpc_arg(OPTEE_RPC_CMD_SHM_ALLOC, 1, &param, in thread_rpc_alloc()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c460 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, &param, in thread_rpc_free()
664 uint32_t ret = get_rpc_arg(OPTEE_RPC_CMD_SHM_ALLOC, 1, &param, in thread_rpc_alloc()
H A Dthread_spmc.c2134 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, &param, NULL); in thread_rpc_free()
2267 if (get_rpc_arg(OPTEE_RPC_CMD_SHM_ALLOC, 1, &param, &arg)) in thread_rpc_alloc()