Searched refs:other_sp (Results 1 – 3 of 3) sorted by relevance
99 qemu_put_be32(f, env->v7m.other_sp); in cpu_save()215 env->v7m.other_sp = qemu_get_be32(f); in cpu_load()
710 tmp = env->v7m.other_sp; in switch_v7m_sp()711 env->v7m.other_sp = env->regs[13]; in switch_v7m_sp()2235 return env->v7m.current_sp ? env->v7m.other_sp : env->regs[13]; in HELPER()2237 return env->v7m.current_sp ? env->regs[13] : env->v7m.other_sp; in HELPER()2280 env->v7m.other_sp = val; in HELPER()2288 env->v7m.other_sp = val; in HELPER()
160 uint32_t other_sp; member