Searched refs:FFA_VERSION_1_0 (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Darm_ffa.h108 #define FFA_VERSION_1_0 FFA_PACK_VERSION_INFO(1, 0) macro
371 if (ffa_version <= FFA_VERSION_1_0)
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c457 ffa_mem_desc_offset(buf, 0, FFA_VERSION_1_0);
536 ffa_mem_desc_offset(buf, 0, FFA_VERSION_1_0);
709 arm_smccc_1_1_smc(FFA_VERSION, FFA_VERSION_1_0, 0, 0, 0, 0, 0, 0, &res);
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c47 #define FFA_MIN_VERSION FFA_VERSION_1_0
223 if (drv_info->version > FFA_VERSION_1_0 &&
241 if (drv_info->version > FFA_VERSION_1_0) {
246 /* FFA_VERSION_1_0 lacks size in the response */
472 if (drv_info->version <= FFA_VERSION_1_0) {
1186 if (drv_info->version > FFA_VERSION_1_0)
1230 if (drv_info->version > FFA_VERSION_1_0 &&

Completed in 154 milliseconds