Home
last modified time | relevance | path

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

/openbmc/qemu/dump/
H A Dwin_dump.c316 .EFlags = cpu_compute_eflags(env), in patch_and_save_context()
357 .EFlags = cpu_compute_eflags(env), in patch_and_save_context()
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c46 env->eflags = cpu_compute_eflags(env); in x86_cpu_exec_exit()
H A Dseg_helper.c394 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()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c100 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()
H A Dseg_helper.c43 env->regs[11] = cpu_compute_eflags(env) & ~RF_MASK; in helper_syscall()
H A Dsvm_helper.c214 cpu_compute_eflags(env)); in helper_vmrun()
806 cpu_compute_eflags(env)); in do_vmexit()
/openbmc/qemu/target/i386/
H A Dcpu-dump.c351 eflags = cpu_compute_eflags(env); in x86_cpu_dump_state()
H A Dcpu.h2559 static inline uint32_t cpu_compute_eflags(CPUX86State *env) in cpu_compute_eflags() function