Lines Matching refs:x86_ldq_phys
238 env->intercept = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun()
264 nested_ctl = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun()
266 asid = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun()
269 uint64_t msrpm_base_pa = x86_ldq_phys(cs, env->vm_vmcb + in helper_vmrun()
272 uint64_t iopm_base_pa = x86_ldq_phys(cs, env->vm_vmcb + in helper_vmrun()
293 env->nested_cr3 = x86_ldq_phys(cs, in helper_vmrun()
306 env->tsc_offset = x86_ldq_phys(cs, env->vm_vmcb + in helper_vmrun()
309 new_cr0 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.cr0)); in helper_vmrun()
316 new_cr3 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.cr3)); in helper_vmrun()
321 new_cr4 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.cr4)); in helper_vmrun()
332 env->cr[2] = x86_ldq_phys(cs, in helper_vmrun()
345 x86_ldq_phys(cs, in helper_vmrun()
348 cpu_load_eflags(env, x86_ldq_phys(cs, in helper_vmrun()
366 env->eip = x86_ldq_phys(cs, in helper_vmrun()
369 env->regs[R_ESP] = x86_ldq_phys(cs, in helper_vmrun()
371 env->regs[R_EAX] = x86_ldq_phys(cs, in helper_vmrun()
374 new_dr7 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.dr7)); in helper_vmrun()
375 new_dr6 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.dr6)); in helper_vmrun()
665 uint64_t addr = x86_ldq_phys(cs, env->vm_vmcb + in cpu_svm_check_intercept_param()
712 uint64_t addr = x86_ldq_phys(cs, env->vm_vmcb + in helper_svm_check_io()
736 x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in cpu_vmexit()
833 env->gdt.base = x86_ldq_phys(cs, env->vm_hsave + offsetof(struct vmcb, in do_vmexit()
838 env->idt.base = x86_ldq_phys(cs, env->vm_hsave + offsetof(struct vmcb, in do_vmexit()
843 cpu_x86_update_cr0(env, x86_ldq_phys(cs, in do_vmexit()
847 cpu_x86_update_cr4(env, x86_ldq_phys(cs, in do_vmexit()
859 cpu_x86_update_cr3(env, x86_ldq_phys(cs, in do_vmexit()
864 cpu_load_efer(env, x86_ldq_phys(cs, env->vm_hsave + offsetof(struct vmcb, in do_vmexit()
869 cpu_load_eflags(env, x86_ldq_phys(cs, in do_vmexit()
884 env->eip = x86_ldq_phys(cs, in do_vmexit()
886 env->regs[R_ESP] = x86_ldq_phys(cs, env->vm_hsave + in do_vmexit()
888 env->regs[R_EAX] = x86_ldq_phys(cs, env->vm_hsave + in do_vmexit()
891 env->dr[6] = x86_ldq_phys(cs, in do_vmexit()
896 x86_ldq_phys(cs, in do_vmexit()