Lines Matching refs:secure_ffa_version
104 uint32_t secure_ffa_version);
730 uint32_t secure_ffa_version) in spmd_smc_switch_state() argument
734 uint32_t version_in = (secure_origin) ? secure_ffa_version : nonsecure_ffa_version; in spmd_smc_switch_state()
735 uint32_t version_out = (!secure_origin) ? secure_ffa_version : nonsecure_ffa_version; in spmd_smc_switch_state()
822 uint32_t secure_ffa_version) in spmd_smc_forward() argument
830 handle, flags, secure_ffa_version); in spmd_smc_forward()
898 static uint32_t get_common_ffa_version(uint32_t secure_ffa_version) in get_common_ffa_version() argument
900 if (secure_ffa_version <= nonsecure_ffa_version) { in get_common_ffa_version()
901 return secure_ffa_version; in get_common_ffa_version()
919 uint32_t secure_ffa_version) in spmd_smc_handler() argument
981 handle, flags, secure_ffa_version); in spmd_smc_handler()
1125 handle, flags, secure_ffa_version); in spmd_smc_handler()
1207 if (get_common_ffa_version(secure_ffa_version) < MAKE_FFA_VERSION(U(1), U(2))) { in spmd_smc_handler()
1253 handle, flags, secure_ffa_version); in spmd_smc_handler()
1258 if (get_common_ffa_version(secure_ffa_version) < MAKE_FFA_VERSION(U(1), U(2))) { in spmd_smc_handler()
1272 handle, flags, secure_ffa_version); in spmd_smc_handler()
1333 handle, flags, secure_ffa_version); in spmd_smc_handler()
1364 handle, flags, secure_ffa_version); in spmd_smc_handler()
1388 handle, flags, secure_ffa_version); in spmd_smc_handler()