Searched refs:stl_phys (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c1652 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj_err), error_code);
1654 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj);
1744 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj & ~SVM_EVTINJ_VALID);
1882 stl_phys(sm_state + offset + 4, dt->limit);
1887 stl_phys(sm_state + 0x7e64, env->gdt.limit);
1891 stl_phys(sm_state + 0x7e74, env->ldt.limit);
1895 stl_phys(sm_state + 0x7e84, env->idt.limit);
1899 stl_phys(sm_state + 0x7e94, env->tr.limit);
1915 stl_phys(sm_state + 0x7f70, compute_eflags());
1916 stl_phys(sm_stat
[all...]
/vbox/src/recompiler/
H A Dcpu-common.h116 void stl_phys(target_phys_addr_t addr, uint32_t val);
H A Dexec.c3543 stl_phys(addr, val);
4325 void stl_phys(target_phys_addr_t addr, uint32_t val) function

Completed in 306 milliseconds