Home
last modified time | relevance | path

Searched refs:X86_EFLAGS_DF (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/asm-x86/
A Dx86-defns.h15 #define X86_EFLAGS_DF 0x00000400 /* Direction Flag */ macro
A Dprocessor.h92 X86_EFLAGS_NT|X86_EFLAGS_DF|X86_EFLAGS_IF| \
/xen/xen/arch/x86/hvm/
A Demulate.c772 reverse = (hvmemul_ctxt->ctxt.regs->eflags & X86_EFLAGS_DF) && (*reps > 1); in hvmemul_linear_to_phys()
876 if ( (hvmemul_ctxt->ctxt.regs->eflags & X86_EFLAGS_DF) && (reps > 1) ) in hvmemul_virtual_to_linear()
1730 !!(ctxt->regs->eflags & X86_EFLAGS_DF), gpa); in hvmemul_rep_ins()
1811 !!(ctxt->regs->eflags & X86_EFLAGS_DF), gpa); in hvmemul_rep_outs()
1831 int rc, df = !!(ctxt->regs->eflags & X86_EFLAGS_DF); in hvmemul_rep_movs()
1999 bool_t df = !!(ctxt->regs->eflags & X86_EFLAGS_DF); in hvmemul_rep_stos()
/xen/xen/arch/x86/pv/
A Demul-priv-op.c636 if ( unlikely(ctxt->regs->eflags & X86_EFLAGS_DF) ) in rep_ins()
704 if ( unlikely(ctxt->regs->eflags & X86_EFLAGS_DF) ) in rep_outs()
/xen/xen/arch/x86/x86_64/
A Dentry.S43 andl $~X86_EFLAGS_DF,UREGS_eflags(%rsp)
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1063 X86_EFLAGS_NT | X86_EFLAGS_IOPL | X86_EFLAGS_DF | \
1343 _regs.eflags & X86_EFLAGS_DF ? \
1643 if ( !(_regs.eflags & X86_EFLAGS_DF) ) \
5600 _regs.eflags &= ~X86_EFLAGS_DF; in x86_emulate()
5604 _regs.eflags |= X86_EFLAGS_DF; in x86_emulate()

Completed in 33 milliseconds