Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_main.c754 unsigned int secure_state_out = (!secure_origin) ? SECURE : NON_SECURE; in spmd_smc_switch_state() local
760 if ((secure_state_out == SECURE) && (is_sve_hint_set(flags) == true)) { in spmd_smc_switch_state()
783 cm_el2_sysregs_context_restore(secure_state_out); in spmd_smc_switch_state()
784 cm_el2_sysregs_context_restore_gic(secure_state_out); in spmd_smc_switch_state()
786 cm_el1_sysregs_context_restore(secure_state_out); in spmd_smc_switch_state()
788 simd_ctx_restore(secure_state_out); in spmd_smc_switch_state()
791 cm_set_next_eret_context(secure_state_out); in spmd_smc_switch_state()
793 ctx_out = cm_get_context(secure_state_out); in spmd_smc_switch_state()