Searched refs:FFA_RET_SUCCESS (Results 1 – 2 of 2) sorted by relevance
84 if (ret == FFA_RET_SUCCESS) { in ffa_to_smccc_res_prop()125 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2; in ffa_map_hyp_buffers()137 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2; in ffa_unmap_hyp_buffers()654 ret = FFA_RET_SUCCESS; in do_ffa_features()
94 #define FFA_RET_SUCCESS (0) macro