Searched refs:ret_fid (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc.c | 112 uint32_t ret_fid = 0; in handle_features() local 151 ret_fid = FFA_ERROR; in handle_features() 292 uint32_t ret_fid = 0; in spmc_handle_rx_release() local 298 ret_fid = FFA_ERROR; in spmc_handle_rx_release() 383 ret_fid = FFA_ERROR; in spmc_handle_partition_info_get() 393 if (ret_fid) { in spmc_handle_partition_info_get() 394 rc = ret_fid; in spmc_handle_partition_info_get() 395 ret_fid = FFA_ERROR; in spmc_handle_partition_info_get() 420 ret_fid = FFA_ERROR; in spmc_handle_partition_info_get() 426 ret_fid = FFA_ERROR; in spmc_handle_partition_info_get() [all …]
|
A D | spmc_sp_handler.c | 878 uint32_t ret_fid = 0; in handle_features() local 886 ret_fid = FFA_SUCCESS_32; in handle_features() 896 ret_fid = FFA_ERROR; in handle_features() 901 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, ret_w2, FFA_PARAM_MBZ, in handle_features() 911 uint32_t ret_fid = FFA_ERROR; in handle_mem_perm_get() local 934 ret_fid = FFA_SUCCESS_32; in handle_mem_perm_get() 945 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, ret_val, FFA_PARAM_MBZ, in handle_mem_perm_get() 958 uint32_t ret_fid = FFA_ERROR; in handle_mem_perm_set() local 1010 ret_fid = FFA_SUCCESS_32; in handle_mem_perm_set() 1014 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, ret_val, FFA_PARAM_MBZ, in handle_mem_perm_set()
|
Completed in 7 milliseconds