Home
last modified time | relevance | path

Searched refs:x86_stq_phys (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c63 x86_stq_phys(cs, sm_state + offset + 8, dt->base); in do_smm_enter()
66 x86_stq_phys(cs, sm_state + 0x7e68, env->gdt.base); in do_smm_enter()
70 x86_stq_phys(cs, sm_state + 0x7e78, env->ldt.base); in do_smm_enter()
74 x86_stq_phys(cs, sm_state + 0x7e88, env->idt.base); in do_smm_enter()
78 x86_stq_phys(cs, sm_state + 0x7e98, env->tr.base); in do_smm_enter()
86 x86_stq_phys(cs, sm_state + 0x7ed0, env->efer); in do_smm_enter()
88 x86_stq_phys(cs, sm_state + 0x7ff8, env->regs[R_EAX]); in do_smm_enter()
89 x86_stq_phys(cs, sm_state + 0x7ff0, env->regs[R_ECX]); in do_smm_enter()
90 x86_stq_phys(cs, sm_state + 0x7fe8, env->regs[R_EDX]); in do_smm_enter()
91 x86_stq_phys(cs, sm_state + 0x7fe0, env->regs[R_EBX]); in do_smm_enter()
[all …]
H A Dsvm_helper.c187 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.base), in helper_vmrun()
192 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.base), in helper_vmrun()
197 x86_stq_phys(cs, in helper_vmrun()
199 x86_stq_phys(cs, in helper_vmrun()
201 x86_stq_phys(cs, in helper_vmrun()
203 x86_stq_phys(cs, in helper_vmrun()
205 x86_stq_phys(cs, in helper_vmrun()
207 x86_stq_phys(cs, in helper_vmrun()
210 x86_stq_phys(cs, in helper_vmrun()
212 x86_stq_phys(cs, in helper_vmrun()
[all …]
H A Dexcp_helper.c537 x86_stq_phys(env_cpu(env), in raise_stage2()
643 x86_stq_phys(cs, env->vm_vmcb + in x86_cpu_tlb_fill()
/openbmc/qemu/target/i386/
H A Dhelper.c714 void x86_stq_phys(CPUState *cs, hwaddr addr, uint64_t val) in x86_stq_phys() function
H A Dcpu.h2463 void x86_stq_phys(CPUState *cs, hwaddr addr, uint64_t val);