Lines Matching refs:arm_smccc_res

71 static void ffa_to_smccc_error(struct arm_smccc_res *res, u64 ffa_errno)  in ffa_to_smccc_error()
73 *res = (struct arm_smccc_res) { in ffa_to_smccc_error()
79 static void ffa_to_smccc_res_prop(struct arm_smccc_res *res, int ret, u64 prop) in ffa_to_smccc_res_prop()
82 *res = (struct arm_smccc_res) { .a0 = FFA_SUCCESS, in ffa_to_smccc_res_prop()
89 static void ffa_to_smccc_res(struct arm_smccc_res *res, int ret) in ffa_to_smccc_res()
95 struct arm_smccc_res *res) in ffa_set_retval()
113 struct arm_smccc_res res; in ffa_map_hyp_buffers()
127 struct arm_smccc_res res; in ffa_unmap_hyp_buffers()
137 static void ffa_mem_frag_tx(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_frag_tx()
146 static void ffa_mem_frag_rx(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_frag_rx()
155 static void ffa_mem_xfer(struct arm_smccc_res *res, u64 func_id, u32 len, in ffa_mem_xfer()
163 static void ffa_mem_reclaim(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_reclaim()
172 static void ffa_retrieve_req(struct arm_smccc_res *res, u32 len) in ffa_retrieve_req()
180 static void do_ffa_rxtx_map(struct arm_smccc_res *res, in do_ffa_rxtx_map()
259 static void do_ffa_rxtx_unmap(struct arm_smccc_res *res, in do_ffa_rxtx_unmap()
360 static void do_ffa_mem_frag_tx(struct arm_smccc_res *res, in do_ffa_mem_frag_tx()
419 struct arm_smccc_res *res, in __do_ffa_mem_xfer()
510 static void do_ffa_mem_reclaim(struct arm_smccc_res *res, in do_ffa_mem_reclaim()
617 static bool do_ffa_features(struct arm_smccc_res *res, in do_ffa_features()
648 struct arm_smccc_res res; in kvm_host_ffa_handler()
705 struct arm_smccc_res res; in hyp_ffa_init()