Lines Matching refs:R_ESP
36 env->regs[R_ESP] = (env->regs[R_ESP] & ~0xffff) | \
39 env->regs[R_ESP] = (uint32_t)(val); \
41 env->regs[R_ESP] = (val); \
47 env->regs[R_ESP] = (env->regs[R_ESP] & ~(sp_mask)) | \
403 access_stl(&old, env->tr.base + (0x28 + 4 * 4), env->regs[R_ESP]); in switch_tss_ra()
419 access_stw(&old, env->tr.base + (0x12 + 4 * 2), env->regs[R_ESP]); in switch_tss_ra()
715 sa.sp = env->regs[R_ESP]; in do_interrupt_protected()
790 sa.sp = env->regs[R_ESP]; in do_interrupt_protected()
823 pushl(&sa, env->regs[R_ESP]); in do_interrupt_protected()
840 pushw(&sa, env->regs[R_ESP]); in do_interrupt_protected()
1019 sa.sp = env->regs[R_ESP]; in do_interrupt64()
1030 pushq(&sa, env->regs[R_ESP]); in do_interrupt64()
1048 env->regs[R_ESP] = sa.sp; in do_interrupt64()
1137 sa.sp = env->regs[R_ESP]; in do_interrupt_real()
1181 env->segs[R_SS].selector, env->regs[R_ESP]); in do_interrupt_all()
1601 sa.sp = env->regs[R_ESP]; in helper_lcall_real()
1675 sa.sp = env->regs[R_ESP]; in helper_lcall_protected()
1681 env->regs[R_ESP] = sa.sp; in helper_lcall_protected()
1689 sa.sp = env->regs[R_ESP]; in helper_lcall_protected()
1807 TARGET_FMT_lx "\n", ss, sa.sp, env->regs[R_ESP]); in helper_lcall_protected()
1815 env->regs[R_ESP]); in helper_lcall_protected()
1851 pushq(&sa, env->regs[R_ESP]); in helper_lcall_protected()
1857 pushl(&sa, env->regs[R_ESP]); in helper_lcall_protected()
1860 old_ssp + ((env->regs[R_ESP] + i * 4) & old_sp_mask), in helper_lcall_protected()
1866 pushw(&sa, env->regs[R_ESP]); in helper_lcall_protected()
1869 old_ssp + ((env->regs[R_ESP] + i * 2) & old_sp_mask), in helper_lcall_protected()
1878 sa.sp = env->regs[R_ESP]; in helper_lcall_protected()
1937 sa.sp = env->regs[R_ESP]; in helper_iret_real()
2021 sa.sp = env->regs[R_ESP]; in helper_ret_protected()
2215 env->regs[R_ESP] = new_esp; in helper_ret_protected()
2283 env->regs[R_ESP] = env->sysenter_esp; in helper_sysenter()
2322 env->regs[R_ESP] = env->regs[R_ECX]; in helper_sysexit()