Home
last modified time | relevance | path

Searched refs:FFA_FEATURES (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c667 case FFA_FEATURES: in kvm_host_ffa_handler()
739 arm_smccc_1_1_smc(FFA_FEATURES, FFA_FN64_RXTX_MAP, in hyp_ffa_init()
/openbmc/linux/include/linux/
H A Darm_ffa.h25 #define FFA_FEATURES FFA_SMC_32(0x64) macro
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch279 + - FFA_FEATURES
490 + [FFA_ID_TO_ERRMAP_ID(FFA_FEATURES)] = {
702 + * @prop_field: properties field obtained from FFA_FEATURES ABI
734 + * ffa_get_rxtx_map_features_hdlr() - FFA_FEATURES handler function with FFA_RXTX_MAP argument
737 + * Implement FFA_FEATURES FF-A function to retrieve the FFA_RXTX_MAP features
749 + .a0 = FFA_SMC_32(FFA_FEATURES),
757 + ffa_print_error_log(FFA_FEATURES, ffa_errno);
1985 + FFA_FEATURES = 0x64,
H A D0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch246 + /* Test FFA_FEATURES */
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch564 + * sandbox_ffa_features() - Emulated FFA_FEATURES handler function
568 + * Emulate FFA_FEATURES FF-A function.
1091 + case FFA_SMC_32(FFA_FEATURES):
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c543 .a0 = FFA_FEATURES, .a1 = func_feat_id, .a2 = input_props, in ffa_features()