Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/
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()
485 } else if (res->a0 != FFA_SUCCESS) { in do_ffa_mem_xfer()
563 if (res->a0 != FFA_SUCCESS) in do_ffa_mem_reclaim()
724 if (res.a0 != FFA_SUCCESS) in hyp_ffa_init()
732 if (res.a0 != FFA_SUCCESS) in hyp_ffa_init()
/Linux-v6.6/include/linux/
Darm_ffa.h22 #define FFA_SUCCESS FFA_SMC_32(0x61) macro
/Linux-v6.6/drivers/firmware/arm_ffa/
Ddriver.c339 if (ret.a0 == FFA_SUCCESS) { in ffa_mem_first_frag()
373 else if (ret.a0 == FFA_SUCCESS) in ffa_mem_next_frag()