Searched refs:cpu_compute_eflags (Results 1 – 8 of 8) sorted by relevance
316 .EFlags = cpu_compute_eflags(env), in patch_and_save_context()357 .EFlags = cpu_compute_eflags(env), in patch_and_save_context()
46 env->eflags = cpu_compute_eflags(env); in x86_cpu_exec_exit()
394 old_eflags = cpu_compute_eflags(env); in switch_tss_ra()805 eflags = cpu_compute_eflags(env); in do_interrupt_protected()1024 eflags = cpu_compute_eflags(env); in do_interrupt64()1149 pushw(&sa, cpu_compute_eflags(env)); in do_interrupt_real()
100 x86_stl_phys(cs, sm_state + 0x7f70, cpu_compute_eflags(env)); in do_smm_enter()113 x86_stl_phys(cs, sm_state + 0x7ff4, cpu_compute_eflags(env)); in do_smm_enter()
43 env->regs[11] = cpu_compute_eflags(env) & ~RF_MASK; in helper_syscall()
214 cpu_compute_eflags(env)); in helper_vmrun()806 cpu_compute_eflags(env)); in do_vmexit()
351 eflags = cpu_compute_eflags(env); in x86_cpu_dump_state()
2559 static inline uint32_t cpu_compute_eflags(CPUX86State *env) in cpu_compute_eflags() function