Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c468 bool old_is_psp = v7m_using_psp(env); in write_v7m_control_spsel_for_secstate()
476 bool new_is_psp = v7m_using_psp(env); in write_v7m_control_spsel_for_secstate()
502 bool new_is_psp, old_is_psp = v7m_using_psp(env); in write_v7m_exception()
507 new_is_psp = v7m_using_psp(env); in write_v7m_exception()
532 if (v7m_using_psp(env)) { in switch_v7m_security_state()
542 if (v7m_using_psp(env)) { in switch_v7m_security_state()
2153 sp = v7m_using_psp(env) ? env->v7m.other_ss_psp : env->v7m.other_ss_msp; in v7m_handle_execute_nsc()
2517 return v7m_using_psp(env) ? env->v7m.other_sp : env->regs[13]; in HELPER()
2519 return v7m_using_psp(env) ? env->regs[13] : env->v7m.other_sp; in HELPER()
2683 if (v7m_using_psp(env)) { in HELPER()
[all …]
/openbmc/qemu/target/arm/
H A Dinternals.h1075 static inline bool v7m_using_psp(CPUARMState *env) in v7m_using_psp() function
1093 if (v7m_using_psp(env)) { in v7m_sp_limit()