Home
last modified time | relevance | path

Searched refs:cpu_compute_eflags (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-i386/
Dsmm_helper.c96 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()
Dseg_helper.c279 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()
Dsvm_helper.c141 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()
Dcpu.h1158 static inline uint32_t cpu_compute_eflags(CPUX86State *env) in cpu_compute_eflags() function