Searched refs:get_rpc_arg (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_optee_smc.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()
|
A D | thread_spmc.c | 1114 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg() function 1201 ret = get_rpc_arg(cmd, num_params, params, &arg); in thread_rpc_cmd() 1223 res = get_rpc_arg(OPTEE_RPC_CMD_SHM_FREE, 1, ¶m, NULL); in thread_rpc_free() 1247 if (get_rpc_arg(OPTEE_RPC_CMD_SHM_ALLOC, 1, ¶m, &arg)) in thread_rpc_alloc()
|
Completed in 6 milliseconds