Searched refs:FFA_SUCCESS (Results 1 – 3 of 3) sorted by relevance
85 *res = (struct arm_smccc_res) { .a0 = FFA_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()404 WARN_ON(res->a0 != FFA_SUCCESS); in do_ffa_mem_frag_tx()409 if (res->a0 != FFA_SUCCESS && res->a0 != FFA_MEM_FRAG_RX) in do_ffa_mem_frag_tx()501 } else if (res->a0 != FFA_SUCCESS) { in __do_ffa_mem_xfer()593 if (res->a0 != FFA_SUCCESS) in do_ffa_mem_reclaim()672 if (res.a0 != FFA_SUCCESS) in hyp_ffa_post_init()680 if (res.a0 != FFA_SUCCESS) in hyp_ffa_post_init()763 if (res->a0 != FFA_SUCCESS) in do_ffa_part_get()
530 if (ret.a0 == FFA_SUCCESS) { in ffa_mem_first_frag()564 else if (ret.a0 == FFA_SUCCESS) in ffa_mem_next_frag()807 else if (ret.a0 != FFA_SUCCESS) in ffa_notification_bind_common()827 else if (ret.a0 != FFA_SUCCESS) in ffa_notification_set()852 else if (ret.a0 != FFA_SUCCESS) in ffa_notification_get()901 if (ret.a0 != FFA_FN_NATIVE(SUCCESS) && ret.a0 != FFA_SUCCESS) { in ffa_notification_info_get()
23 #define FFA_SUCCESS FFA_SMC_32(0x61) macro