Home
last modified time | relevance | path

Searched refs:FFA_VERSION_1_1 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c868 arm_smccc_1_1_smc(FFA_VERSION, FFA_VERSION_1_1, 0, 0, 0, 0, 0, 0, &res); in hyp_ffa_init()
888 if (FFA_MINOR_VERSION(res.a0) < FFA_MINOR_VERSION(FFA_VERSION_1_1)) in hyp_ffa_init()
891 hyp_ffa_version = FFA_VERSION_1_1; in hyp_ffa_init()
/linux/include/linux/
H A Darm_ffa.h114 #define FFA_VERSION_1_1 FFA_PACK_VERSION_INFO(1, 1) macro
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c47 #define FFA_DRIVER_VERSION FFA_VERSION_1_1