Searched refs:cpu_compute_eflags (Results 1 – 4 of 4) sorted by relevance
/external/qemu/target-i386/ |
D | smm_helper.c | 96 stl_phys(sm_state + 0x7f70, cpu_compute_eflags(env)); in do_smm_enter() 109 stl_phys(sm_state + 0x7ff4, cpu_compute_eflags(env)); in do_smm_enter()
|
D | seg_helper.c | 279 old_eflags = cpu_compute_eflags(env); in switch_tss() 635 PUSHL(ssp, esp, sp_mask, cpu_compute_eflags(env)); in do_interrupt_protected() 652 PUSHW(ssp, esp, sp_mask, cpu_compute_eflags(env)); in do_interrupt_protected() 809 PUSHQ(esp, cpu_compute_eflags(env)); in do_interrupt64() 859 env->regs[11] = cpu_compute_eflags(env); in helper_syscall() 983 PUSHW(ssp, esp, 0xffff, cpu_compute_eflags(env)); in do_interrupt_real()
|
D | svm_helper.c | 141 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.rflags), cpu_compute_eflags(env)); in helper_vmrun() 530 stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rflags), cpu_compute_eflags(env)); in helper_vmexit()
|
D | cpu.h | 1158 static inline uint32_t cpu_compute_eflags(CPUX86State *env) in cpu_compute_eflags() function
|