Searched refs:FFA_VERSION_1_0 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/firmware/arm_ffa/ |
H A D | driver.c | 38 #define FFA_DRIVER_VERSION FFA_VERSION_1_0 39 #define FFA_MIN_VERSION FFA_VERSION_1_0 196 if (drv_info->version > FFA_VERSION_1_0 && in __ffa_partition_info_get() 214 if (drv_info->version > FFA_VERSION_1_0) { in __ffa_partition_info_get() 657 if (drv_info->version > FFA_VERSION_1_0) in ffa_device_match_uuid() 699 if (drv_info->version > FFA_VERSION_1_0 && in ffa_setup_partitions()
|
/openbmc/linux/include/linux/ |
H A D | arm_ffa.h | 88 #define FFA_VERSION_1_0 FFA_PACK_VERSION_INFO(1, 0) macro
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | ffa.c | 712 arm_smccc_1_1_smc(FFA_VERSION, FFA_VERSION_1_0, 0, 0, 0, 0, 0, 0, &res); in hyp_ffa_init()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 631 + .a0 = FFA_SMC_32(FFA_VERSION), .a1 = FFA_VERSION_1_0, 1952 +#define FFA_VERSION_1_0 \
|
H A D | 0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch | 526 + priv->fwk_version = FFA_VERSION_1_0;
|