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

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

Completed in 57 milliseconds