Searched refs:DF_MASK (Results 1 – 8 of 8) sorted by relevance
165 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()
351 ~(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()
38 env->eflags &= ~(DF_MASK | CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C); in x86_cpu_exec_enter()
332 eflags |= (env->df & DF_MASK); in helper_read_eflags()
376 eflags & DF_MASK ? 'D' : '-', in x86_cpu_dump_state()403 eflags & DF_MASK ? 'D' : '-', in x86_cpu_dump_state()
130 #define DF_MASK 0x00000400 macro2562 eflags |= cpu_cc_compute_all(env) | (env->df & DF_MASK); in cpu_compute_eflags()
461 if (env->eflags & DF_MASK) { in string_increment_reg()
704 #define RFLAGS_MASK_DF (DF_MASK)