Searched refs:x86_stl_phys (Results 1 – 6 of 6) sorted by relevance
| /qemu/target/i386/tcg/sysemu/ |
| A D | smm_helper.c | 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() 109 x86_stl_phys(cs, sm_state + 0x7f00, env->smbase); in do_smm_enter() 111 x86_stl_phys(cs, sm_state + 0x7ffc, env->cr[0]); in do_smm_enter() 112 x86_stl_phys(cs, sm_state + 0x7ff8, env->cr[3]); in do_smm_enter() 114 x86_stl_phys(cs, sm_state + 0x7ff0, env->eip); in do_smm_enter() 123 x86_stl_phys(cs, sm_state + 0x7fcc, env->dr[6]); in do_smm_enter() 124 x86_stl_phys(cs, sm_state + 0x7fc8, env->dr[7]); in do_smm_enter() [all …]
|
| 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()
|
| 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()
|
| /qemu/target/i386/ |
| A D | helper.c | 704 void x86_stl_phys(CPUState *cs, hwaddr addr, uint32_t val) in x86_stl_phys() function
|
| A D | cpu.h | 2462 void x86_stl_phys(CPUState *cs, hwaddr addr, uint32_t val);
|
| /qemu/target/i386/tcg/ |
| A D | seg_helper.c | 1236 x86_stl_phys(cs, in do_interrupt_all()
|
Completed in 36 milliseconds