Home
last modified time | relevance | path

Searched refs:x86_ldl_phys (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c207 env->gdt.limit = x86_ldl_phys(cs, sm_state + 0x7e64); in helper_rsm()
211 env->ldt.limit = x86_ldl_phys(cs, sm_state + 0x7e74); in helper_rsm()
215 env->idt.limit = x86_ldl_phys(cs, sm_state + 0x7e84); in helper_rsm()
219 env->tr.limit = x86_ldl_phys(cs, sm_state + 0x7e94); in helper_rsm()
234 cpu_load_eflags(env, x86_ldl_phys(cs, sm_state + 0x7f70), in helper_rsm()
236 env->dr[6] = x86_ldl_phys(cs, sm_state + 0x7f68); in helper_rsm()
237 env->dr[7] = x86_ldl_phys(cs, sm_state + 0x7f60); in helper_rsm()
239 cpu_x86_update_cr4(env, x86_ldl_phys(cs, sm_state + 0x7f48)); in helper_rsm()
241 cpu_x86_update_cr0(env, x86_ldl_phys(cs, sm_state + 0x7f58)); in helper_rsm()
248 x86_ldl_phys(cs, sm_state + offset + 4), in helper_rsm()
[all …]
H A Dsvm_helper.c140 lbr_ctl = x86_ldl_phys(env_cpu(env), env->vm_vmcb + offsetof(struct vmcb, in virtual_vm_load_save_enabled()
252 env->intercept_exceptions = x86_ldl_phys(cs, env->vm_vmcb + in helper_vmrun()
258 if (x86_ldl_phys(cs, env->vm_vmcb + in helper_vmrun()
334 env->int_ctl = x86_ldl_phys(cs, in helper_vmrun()
414 event_inj = x86_ldl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun()
419 uint32_t event_inj_err = x86_ldl_phys(cs, env->vm_vmcb + in helper_vmrun()
835 env->gdt.limit = x86_ldl_phys(cs, env->vm_hsave + offsetof(struct vmcb, in do_vmexit()
840 env->idt.limit = x86_ldl_phys(cs, env->vm_hsave + offsetof(struct vmcb, in do_vmexit()
902 x86_ldl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in do_vmexit()
906 x86_ldl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in do_vmexit()
H A Dseg_helper.c89 uint32_t event_inj = x86_ldl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in handle_even_inj()
213 intno = x86_ldl_phys(cs, env->vm_vmcb in x86_cpu_exec_interrupt()
/openbmc/qemu/target/i386/
H A Dhelper.c336 pde = x86_ldl_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
345 pte = x86_ldl_phys(cs, pte_addr); in x86_cpu_get_phys_page_attrs_debug()
654 uint32_t x86_ldl_phys(CPUState *cs, hwaddr addr) in x86_ldl_phys() function
H A Dcpu.h2457 uint32_t x86_ldl_phys(CPUState *cs, hwaddr addr);
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c1232 uint32_t event_inj = x86_ldl_phys(cs, env->vm_vmcb + in do_interrupt_all()