Searched refs:FFA_SUCCESS (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c82 *res = (struct arm_smccc_res) { .a0 = FFA_SUCCESS,
122 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2;
134 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2;
393 WARN_ON(res->a0 != FFA_SUCCESS);
398 if (res->a0 != FFA_SUCCESS && res->a0 != FFA_MEM_FRAG_RX)
488 } else if (res->a0 != FFA_SUCCESS) {
569 if (res->a0 != FFA_SUCCESS)
729 if (res.a0 != FFA_SUCCESS)
737 if (res.a0 != FFA_SUCCESS)
/linux-master/include/linux/
H A Darm_ffa.h23 #define FFA_SUCCESS FFA_SMC_32(0x61) macro
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c399 if (ret.a0 == FFA_SUCCESS) {
433 else if (ret.a0 == FFA_SUCCESS)
701 else if (ret.a0 != FFA_SUCCESS)
721 else if (ret.a0 != FFA_SUCCESS)
746 else if (ret.a0 != FFA_SUCCESS)
795 if (ret.a0 != FFA_FN_NATIVE(SUCCESS) && ret.a0 != FFA_SUCCESS) {

Completed in 164 milliseconds