Searched refs:FFA_SUCCESS (Results 1 - 3 of 3) sorted by relevance

/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)
730 if (res.a0 != FFA_SUCCESS)
738 if (res.a0 != FFA_SUCCESS)
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c366 if (ret.a0 == FFA_SUCCESS) {
400 else if (ret.a0 == FFA_SUCCESS)
668 else if (ret.a0 != FFA_SUCCESS)
688 else if (ret.a0 != FFA_SUCCESS)
713 else if (ret.a0 != FFA_SUCCESS)
762 if (ret.a0 != FFA_FN_NATIVE(SUCCESS) && ret.a0 != FFA_SUCCESS) {
/linux-master/include/linux/
H A Darm_ffa.h23 #define FFA_SUCCESS FFA_SMC_32(0x61) macro

Completed in 153 milliseconds