Lines Matching refs:arm_smccc_res
74 static void ffa_to_smccc_error(struct arm_smccc_res *res, u64 ffa_errno) in ffa_to_smccc_error()
76 *res = (struct arm_smccc_res) { in ffa_to_smccc_error()
82 static void ffa_to_smccc_res_prop(struct arm_smccc_res *res, int ret, u64 prop) in ffa_to_smccc_res_prop()
85 *res = (struct arm_smccc_res) { .a0 = FFA_SUCCESS, in ffa_to_smccc_res_prop()
92 static void ffa_to_smccc_res(struct arm_smccc_res *res, int ret) in ffa_to_smccc_res()
98 struct arm_smccc_res *res) in ffa_set_retval()
116 struct arm_smccc_res res; in ffa_map_hyp_buffers()
130 struct arm_smccc_res res; in ffa_unmap_hyp_buffers()
140 static void ffa_mem_frag_tx(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_frag_tx()
149 static void ffa_mem_frag_rx(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_frag_rx()
158 static void ffa_mem_xfer(struct arm_smccc_res *res, u64 func_id, u32 len, in ffa_mem_xfer()
166 static void ffa_mem_reclaim(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_reclaim()
175 static void ffa_retrieve_req(struct arm_smccc_res *res, u32 len) in ffa_retrieve_req()
183 static void ffa_rx_release(struct arm_smccc_res *res) in ffa_rx_release()
191 static void do_ffa_rxtx_map(struct arm_smccc_res *res, in do_ffa_rxtx_map()
270 static void do_ffa_rxtx_unmap(struct arm_smccc_res *res, in do_ffa_rxtx_unmap()
371 static void do_ffa_mem_frag_tx(struct arm_smccc_res *res, in do_ffa_mem_frag_tx()
430 struct arm_smccc_res *res, in __do_ffa_mem_xfer()
524 static void do_ffa_mem_reclaim(struct arm_smccc_res *res, in do_ffa_mem_reclaim()
637 static bool do_ffa_features(struct arm_smccc_res *res, in do_ffa_features()
669 struct arm_smccc_res res; in hyp_ffa_post_init()
703 static void do_ffa_version(struct arm_smccc_res *res, in do_ffa_version()
743 static void do_ffa_part_get(struct arm_smccc_res *res, in do_ffa_part_get()
794 struct arm_smccc_res res; in kvm_host_ffa_handler()
862 struct arm_smccc_res res; in hyp_ffa_init()