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
749 uint32_t version_in = (secure_origin) ? secure_ffa_version : nonsecure_ffa_version; in spmd_smc_switch_state()
750 uint32_t version_out = (!secure_origin) ? secure_ffa_version : nonsecure_ffa_version; in spmd_smc_switch_state()
915 if (secure_ffa_version <= nonsecure_ffa_version) { in get_common_ffa_version()
918 return nonsecure_ffa_version; in get_common_ffa_version()
1024 nonsecure_ffa_version = input_version; in spmd_smc_handler()