Searched refs:DF_MASK (Results 1 – 5 of 5) sorted by relevance
280 env->eflags &= ~(DF_MASK | CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in cpu_exec()613 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK); in cpu_exec()615 env->eflags &= ~(DF_MASK | CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in cpu_exec()708 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK); in cpu_exec()
273 return env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK); in compute_eflags()
114 #define DF_MASK 0x00000400 macro
697 eflags & DF_MASK ? 'D' : '-', in cpu_dump_state()724 eflags & DF_MASK ? 'D' : '-', in cpu_dump_state()
131 eflags |= (DF & DF_MASK); in helper_read_eflags()1499 load_eflags(0, ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in do_smm_enter()1563 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()1579 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()5022 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmrun()5378 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmexit()