Searched refs:ffa_value_t (Results 1 – 3 of 3) sorted by relevance
172 ffa_value_t ver; in ffa_version_check()174 invoke_ffa_fn((ffa_value_t){ in ffa_version_check()197 ffa_value_t ret; in ffa_rx_release()199 invoke_ffa_fn((ffa_value_t){ in ffa_rx_release()213 ffa_value_t ret; in ffa_rxtx_map()215 invoke_ffa_fn((ffa_value_t){ in ffa_rxtx_map()228 ffa_value_t ret; in ffa_rxtx_unmap()230 invoke_ffa_fn((ffa_value_t){ in ffa_rxtx_unmap()246 ffa_value_t partition_info; in __ffa_partition_info_get()249 invoke_ffa_fn((ffa_value_t){ in __ffa_partition_info_get()[all …]
10 static void __arm_ffa_fn_smc(ffa_value_t args, ffa_value_t *res) in __arm_ffa_fn_smc()15 static void __arm_ffa_fn_hvc(ffa_value_t args, ffa_value_t *res) in __arm_ffa_fn_hvc()
13 typedef struct arm_smccc_1_2_regs ffa_value_t; typedef15 typedef void (ffa_fn)(ffa_value_t, ffa_value_t *);