Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c480 tmp = env->v7m.other_sp; in write_v7m_control_spsel_for_secstate()
481 env->v7m.other_sp = env->regs[13]; in write_v7m_control_spsel_for_secstate()
510 tmp = env->v7m.other_sp; in write_v7m_exception()
511 env->v7m.other_sp = env->regs[13]; in write_v7m_exception()
534 env->v7m.other_ss_msp = env->v7m.other_sp; in switch_v7m_security_state()
537 env->v7m.other_ss_psp = env->v7m.other_sp; in switch_v7m_security_state()
544 env->v7m.other_sp = new_ss_msp; in switch_v7m_security_state()
547 env->v7m.other_sp = new_ss_psp; in switch_v7m_security_state()
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()
[all …]
/openbmc/qemu/target/arm/
H A Dmachine.c453 VMSTATE_UINT32(env.v7m.other_sp, ARMCPU),
H A Dcpu.h540 uint32_t other_sp; member