Home
last modified time | relevance | path

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

/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()
2684 env->v7m.other_sp = val & ~3; in HELPER()
2693 env->v7m.other_sp = val & ~3; in HELPER()
[all …]
/qemu/target/arm/
H A Dmachine.c336 VMSTATE_UINT32(env.v7m.other_sp, ARMCPU),
H A Dcpu.h540 uint32_t other_sp; member