Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c113 ffa_value_t ver; in ffa_version_check()
143 ffa_value_t ret; in ffa_rx_release()
159 ffa_value_t ret; in ffa_rxtx_map()
174 ffa_value_t ret; in ffa_rxtx_unmap()
194 ffa_value_t partition_info; in __ffa_partition_info_get()
266 ffa_value_t id; in ffa_id_get()
284 ffa_value_t ret; in ffa_msg_send_direct_req()
323 ffa_value_t ret; in ffa_mem_first_frag()
354 ffa_value_t ret; in ffa_mem_next_frag()
517 ffa_value_t ret; in ffa_memory_reclaim()
[all …]
H A Dsmccc.c10 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()
H A Dcommon.h13 typedef struct arm_smccc_1_2_regs ffa_value_t; typedef
15 typedef void (ffa_fn)(ffa_value_t, ffa_value_t *);
/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.patch522 +static int sandbox_ffa_version(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *res)
547 +static int sandbox_ffa_id_get(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *res)
574 +static int sandbox_ffa_features(ffa_value_t *pargs, ffa_value_t *res)
608 +static int sandbox_ffa_partition_info_get(struct udevice *emul, ffa_value_t *pargs,
609 + ffa_value_t *res)
712 +static int sandbox_ffa_rxtx_map(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *res)
769 +static int sandbox_ffa_rxtx_unmap(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *res)
816 +static int sandbox_ffa_rx_release(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *res)
881 + ffa_value_t *pargs, ffa_value_t *res)
1064 +void sandbox_arm_ffa_smccc_smc(ffa_value_t *args, ffa_value_t *res)
[all …]
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch607 +void __weak invoke_ffa_fn(ffa_value_t args, ffa_value_t *res)
626 + ffa_value_t res = {0};
677 + ffa_value_t res = {0};
745 + ffa_value_t res = {0};
853 + ffa_value_t res = {0};
899 + ffa_value_t res = {0};
935 + ffa_value_t res = {0};
1096 + ffa_value_t res = {0};
1537 +void invoke_ffa_fn(ffa_value_t args, ffa_value_t *res)
1936 +typedef void (*invoke_ffa_fn_t)(ffa_value_t args, ffa_value_t *res);
[all …]