Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dmachine.c99 qemu_put_be32(f, env->v7m.other_sp); in cpu_save()
215 env->v7m.other_sp = qemu_get_be32(f); in cpu_load()
Dhelper.c710 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()
Dcpu.h160 uint32_t other_sp; member