Lines Matching refs:access_stl
397 access_stl(&old, env->tr.base + 0x20, next_eip); in switch_tss_ra()
398 access_stl(&old, env->tr.base + 0x24, old_eflags); in switch_tss_ra()
399 access_stl(&old, env->tr.base + (0x28 + 0 * 4), env->regs[R_EAX]); in switch_tss_ra()
400 access_stl(&old, env->tr.base + (0x28 + 1 * 4), env->regs[R_ECX]); in switch_tss_ra()
401 access_stl(&old, env->tr.base + (0x28 + 2 * 4), env->regs[R_EDX]); in switch_tss_ra()
402 access_stl(&old, env->tr.base + (0x28 + 3 * 4), env->regs[R_EBX]); in switch_tss_ra()
403 access_stl(&old, env->tr.base + (0x28 + 4 * 4), env->regs[R_ESP]); in switch_tss_ra()
404 access_stl(&old, env->tr.base + (0x28 + 5 * 4), env->regs[R_EBP]); in switch_tss_ra()
405 access_stl(&old, env->tr.base + (0x28 + 6 * 4), env->regs[R_ESI]); in switch_tss_ra()
406 access_stl(&old, env->tr.base + (0x28 + 7 * 4), env->regs[R_EDI]); in switch_tss_ra()
472 access_stl(&old, env->tr.base + 0x24, old_eflags); in switch_tss_ra()