Home
last modified time | relevance | path

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

/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.patch216 +FFA_VERSION ABI. When discovery is successful, the ARM_SMCCC_FEATURES
277 + - FFA_VERSION
478 + [FFA_ID_TO_ERRMAP_ID(FFA_VERSION)] = {
612 + * ffa_get_version_hdlr() - FFA_VERSION handler function
615 + * Implement FFA_VERSION FF-A function
617 + * FFA_VERSION is used to discover the FF-A framework.
631 + .a0 = FFA_SMC_32(FFA_VERSION), .a1 = FFA_VERSION_1_0,
636 + ffa_print_error_log(FFA_VERSION, ffa_errno);
1546 + * querying the FF-A framework version from secure world using the FFA_VERSION ABI.
1570 + * secure world using the FFA_VERSION ABI.
[all …]
H A D0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch106 + ut_assertok(sandbox_query_ffa_emul_state(FFA_VERSION, &func_data));
240 + /* Test FFA_VERSION */
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch510 + * sandbox_ffa_version() - Emulated FFA_VERSION handler function
515 + * Emulate FFA_VERSION FF-A function.
1038 + case FFA_VERSION:
1076 + case FFA_SMC_32(FFA_VERSION):
1212 + * querying the FF-A framework version from secure world using the FFA_VERSION ABI.
/openbmc/linux/include/linux/
H A Darm_ffa.h24 #define FFA_VERSION FFA_SMC_32(0x63) macro
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c712 arm_smccc_1_1_smc(FFA_VERSION, FFA_VERSION_1_0, 0, 0, 0, 0, 0, 0, &res); in hyp_ffa_init()
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c116 .a0 = FFA_VERSION, .a1 = FFA_DRIVER_VERSION, in ffa_version_check()