Searched refs:FFA_SUCCESS (Results 1 – 3 of 3) sorted by relevance
85 *res = (struct arm_smccc_1_2_regs) { .a0 = FFA_SUCCESS, in ffa_to_smccc_res_prop()157 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2; in ffa_map_hyp_buffers()169 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2; in ffa_unmap_hyp_buffers()446 WARN_ON(res->a0 != FFA_SUCCESS); in do_ffa_mem_frag_tx()451 if (res->a0 != FFA_SUCCESS && res->a0 != FFA_MEM_FRAG_RX) in do_ffa_mem_frag_tx()548 } else if (res->a0 != FFA_SUCCESS) { in __do_ffa_mem_xfer()640 if (res->a0 != FFA_SUCCESS) in do_ffa_mem_reclaim()734 if (res.a0 != FFA_SUCCESS) in hyp_ffa_post_init()744 if (res.a0 != FFA_SUCCESS) in hyp_ffa_post_init()836 if (res->a0 != FFA_SUCCESS) in do_ffa_part_get()
582 if (ret.a0 == FFA_SUCCESS) { in ffa_mem_first_frag()616 else if (ret.a0 == FFA_SUCCESS) in ffa_mem_next_frag()895 else if (ret.a0 != FFA_SUCCESS) in ffa_notification_bind_common()915 else if (ret.a0 != FFA_SUCCESS) in ffa_notification_set()940 else if (ret.a0 != FFA_SUCCESS) in ffa_notification_get()1017 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