Lines Matching refs:x86_ldq_phys
204 cpu_load_efer(env, x86_ldq_phys(cs, sm_state + 0x7ed0)); in helper_rsm()
206 env->gdt.base = x86_ldq_phys(cs, sm_state + 0x7e68); in helper_rsm()
210 env->ldt.base = x86_ldq_phys(cs, sm_state + 0x7e78); in helper_rsm()
214 env->idt.base = x86_ldq_phys(cs, sm_state + 0x7e88); in helper_rsm()
218 env->tr.base = x86_ldq_phys(cs, sm_state + 0x7e98); in helper_rsm()
222 env->regs[R_EAX] = x86_ldq_phys(cs, sm_state + 0x7ff8); in helper_rsm()
223 env->regs[R_ECX] = x86_ldq_phys(cs, sm_state + 0x7ff0); in helper_rsm()
224 env->regs[R_EDX] = x86_ldq_phys(cs, sm_state + 0x7fe8); in helper_rsm()
225 env->regs[R_EBX] = x86_ldq_phys(cs, sm_state + 0x7fe0); in helper_rsm()
226 env->regs[R_ESP] = x86_ldq_phys(cs, sm_state + 0x7fd8); in helper_rsm()
227 env->regs[R_EBP] = x86_ldq_phys(cs, sm_state + 0x7fd0); in helper_rsm()
228 env->regs[R_ESI] = x86_ldq_phys(cs, sm_state + 0x7fc8); in helper_rsm()
229 env->regs[R_EDI] = x86_ldq_phys(cs, sm_state + 0x7fc0); in helper_rsm()
231 env->regs[i] = x86_ldq_phys(cs, sm_state + 0x7ff8 - i * 8); in helper_rsm()
233 env->eip = x86_ldq_phys(cs, sm_state + 0x7f78); in helper_rsm()
240 cpu_x86_update_cr3(env, x86_ldq_phys(cs, sm_state + 0x7f50)); in helper_rsm()
247 x86_ldq_phys(cs, sm_state + offset + 8), in helper_rsm()