Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_main.c55 static uint32_t nonsecure_ffa_version; variable
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()
900 if (secure_ffa_version <= nonsecure_ffa_version) { in get_common_ffa_version()
903 return nonsecure_ffa_version; in get_common_ffa_version()
1009 nonsecure_ffa_version = input_version; in spmd_smc_handler()