Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c724 arm_smccc_1_1_smc(FFA_VERSION, ffa_req_version, 0, in do_ffa_version()
812 if (!has_version_negotiated && func_id != FFA_VERSION) { in kvm_host_ffa_handler()
843 case FFA_VERSION: in kvm_host_ffa_handler()
868 arm_smccc_1_1_smc(FFA_VERSION, FFA_VERSION_1_1, 0, 0, 0, 0, 0, 0, &res); in hyp_ffa_init()
/linux/include/linux/
H A Darm_ffa.h26 #define FFA_VERSION FFA_SMC_32(0x63) macro
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c145 .a0 = FFA_VERSION, .a1 = FFA_DRIVER_VERSION, in ffa_version_check()