Searched refs:other_sp (Results 1 – 3 of 3) sorted by relevance
480 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 …]
453 VMSTATE_UINT32(env.v7m.other_sp, ARMCPU),
540 uint32_t other_sp; member