Home
last modified time | relevance | path

Searched refs:FFA_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c82 *res = (struct arm_smccc_res) { .a0 = FFA_SUCCESS, in ffa_to_smccc_res_prop()
122 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2; in ffa_map_hyp_buffers()
134 return res.a0 == FFA_SUCCESS ? FFA_RET_SUCCESS : res.a2; in ffa_unmap_hyp_buffers()
393 WARN_ON(res->a0 != FFA_SUCCESS); in do_ffa_mem_frag_tx()
398 if (res->a0 != FFA_SUCCESS && res->a0 != FFA_MEM_FRAG_RX) in do_ffa_mem_frag_tx()
487 } else if (res->a0 != FFA_SUCCESS) { in __do_ffa_mem_xfer()
572 if (res->a0 != FFA_SUCCESS) in do_ffa_mem_reclaim()
733 if (res.a0 != FFA_SUCCESS) in hyp_ffa_init()
741 if (res.a0 != FFA_SUCCESS) in hyp_ffa_init()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch551 + res->a0 = FFA_SMC_32(FFA_SUCCESS);
579 + res->a0 = FFA_SMC_32(FFA_SUCCESS);
653 + res->a0 = FFA_SMC_32(FFA_SUCCESS);
673 + res->a0 = FFA_SMC_32(FFA_SUCCESS);
730 + res->a0 = FFA_SMC_32(FFA_SUCCESS);
786 + res->a0 = FFA_SMC_32(FFA_SUCCESS);
827 + res->a0 = FFA_SMC_32(FFA_SUCCESS);
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch285 + - FFA_SUCCESS
685 + if (res.a0 == FFA_SMC_32(FFA_SUCCESS)) {
753 + if (res.a0 == FFA_SMC_32(FFA_SUCCESS))
874 + if (res.a0 == FFA_SMC_32(FFA_SUCCESS)) {
912 + if (res.a0 == FFA_SMC_32(FFA_SUCCESS)) {
942 + if (res.a0 == FFA_SMC_32(FFA_SUCCESS))
1122 + if (res.a0 == FFA_SMC_32(FFA_SUCCESS)) {
1354 + if (res.a0 == FFA_SMC_32(FFA_SUCCESS)) {
1982 + FFA_SUCCESS = 0x61,
/openbmc/linux/include/linux/
H A Darm_ffa.h22 #define FFA_SUCCESS FFA_SMC_32(0x61) macro
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c339 if (ret.a0 == FFA_SUCCESS) { in ffa_mem_first_frag()
373 else if (ret.a0 == FFA_SUCCESS) in ffa_mem_next_frag()