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.c733 unsigned int secure_state_out = (!secure_origin) ? SECURE : NON_SECURE; in spmd_smc_switch_state() local
739 if ((secure_state_out == SECURE) && (is_sve_hint_set(flags) == true)) { in spmd_smc_switch_state()
761 cm_el2_sysregs_context_restore(secure_state_out); in spmd_smc_switch_state()
763 cm_el1_sysregs_context_restore(secure_state_out); in spmd_smc_switch_state()
765 simd_ctx_restore(secure_state_out); in spmd_smc_switch_state()
768 cm_set_next_eret_context(secure_state_out); in spmd_smc_switch_state()
770 ctx_out = cm_get_context(secure_state_out); in spmd_smc_switch_state()