Home
last modified time | relevance | path

Searched refs:DF_MASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/tcg/system/
H A Dsmm_helper.c165 DF_MASK)); in do_smm_enter()
235 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
261 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
H A Dsvm_helper.c351 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmrun()
872 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK | in do_vmexit()
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c40 env->eflags &= ~(DF_MASK | CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in x86_cpu_exec_enter()
H A Dcc_helper.c332 eflags |= (env->df & DF_MASK); in helper_read_eflags()
/openbmc/qemu/target/i386/
H A Dcpu-dump.c376 eflags & DF_MASK ? 'D' : '-', in x86_cpu_dump_state()
403 eflags & DF_MASK ? 'D' : '-', in x86_cpu_dump_state()
H A Dcpu.h127 #define DF_MASK 0x00000400 macro
2698 eflags |= cpu_cc_compute_all(env) | (env->df & DF_MASK); in cpu_compute_eflags()
/openbmc/qemu/target/i386/emulate/
H A Dx86_emu.c461 if (env->eflags & DF_MASK) { in string_increment_reg()