Searched refs:x86_stl_phys (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | smm_helper.c | 62 x86_stl_phys(cs, sm_state + offset + 4, dt->limit); in do_smm_enter() 67 x86_stl_phys(cs, sm_state + 0x7e64, env->gdt.limit); in do_smm_enter() 71 x86_stl_phys(cs, sm_state + 0x7e74, env->ldt.limit); in do_smm_enter() 75 x86_stl_phys(cs, sm_state + 0x7e84, env->idt.limit); in do_smm_enter() 79 x86_stl_phys(cs, sm_state + 0x7e94, env->tr.limit); in do_smm_enter() 100 x86_stl_phys(cs, sm_state + 0x7f70, cpu_compute_eflags(env)); in do_smm_enter() 101 x86_stl_phys(cs, sm_state + 0x7f68, env->dr[6]); in do_smm_enter() 102 x86_stl_phys(cs, sm_state + 0x7f60, env->dr[7]); in do_smm_enter() 104 x86_stl_phys(cs, sm_state + 0x7f48, env->cr[4]); in do_smm_enter() 106 x86_stl_phys(cs, sm_state + 0x7f58, env->cr[0]); in do_smm_enter() [all …]
|
H A D | svm_helper.c | 189 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.limit), in helper_vmrun() 194 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.limit), in helper_vmrun() 757 x86_stl_phys(cs, in do_vmexit() 762 x86_stl_phys(cs, in do_vmexit() 784 x86_stl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.gdtr.limit), in do_vmexit() 789 x86_stl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.idtr.limit), in do_vmexit() 802 x86_stl_phys(cs, in do_vmexit() 900 x86_stl_phys(cs, in do_vmexit() 904 x86_stl_phys(cs, in do_vmexit() 908 x86_stl_phys(cs, in do_vmexit()
|
H A D | seg_helper.c | 103 x86_stl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in handle_even_inj() 107 x86_stl_phys(cs, in handle_even_inj()
|
/openbmc/qemu/target/i386/ |
H A D | helper.c | 704 void x86_stl_phys(CPUState *cs, hwaddr addr, uint32_t val) in x86_stl_phys() function
|
H A D | cpu.h | 2462 void x86_stl_phys(CPUState *cs, hwaddr addr, uint32_t val);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 1236 x86_stl_phys(cs, in do_interrupt_all()
|