Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dmachine.c103 qemu_put_be32(f, env->v7m.other_sp); in cpu_save()
230 env->v7m.other_sp = qemu_get_be32(f); in cpu_load()
Dhelper.c756 tmp = env->v7m.other_sp; in switch_v7m_sp()
757 env->v7m.other_sp = env->regs[13]; in switch_v7m_sp()
2309 return env->v7m.current_sp ? env->v7m.other_sp : env->regs[13]; in HELPER()
2311 return env->v7m.current_sp ? env->regs[13] : env->v7m.other_sp; in HELPER()
2354 env->v7m.other_sp = val; in HELPER()
2362 env->v7m.other_sp = val; in HELPER()
Dcpu.h192 uint32_t other_sp; member