Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dx86-defns.h15 #define X86_EFLAGS_DF 0x00000400 /* Direction Flag */ macro
A Dprocessor.h97 X86_EFLAGS_NT|X86_EFLAGS_DF|X86_EFLAGS_IF| \
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c697 reverse = (hvmemul_ctxt->ctxt.regs->eflags & X86_EFLAGS_DF) && (*reps > 1); in hvmemul_linear_to_phys()
795 if ( (hvmemul_ctxt->ctxt.regs->eflags & X86_EFLAGS_DF) && (*reps > 1) ) in hvmemul_virtual_to_linear()
1347 !!(ctxt->regs->eflags & X86_EFLAGS_DF), gpa); in hvmemul_rep_ins()
1416 !!(ctxt->regs->eflags & X86_EFLAGS_DF), gpa); in hvmemul_rep_outs()
1435 int rc, df = !!(ctxt->regs->eflags & X86_EFLAGS_DF); in hvmemul_rep_movs()
1589 bool_t df = !!(ctxt->regs->eflags & X86_EFLAGS_DF); in hvmemul_rep_stos()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c623 if ( unlikely(ctxt->regs->eflags & X86_EFLAGS_DF) ) in rep_ins()
691 if ( unlikely(ctxt->regs->eflags & X86_EFLAGS_DF) ) in rep_outs()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S34 andl $~X86_EFLAGS_DF,UREGS_eflags(%rsp)
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c697 X86_EFLAGS_NT | X86_EFLAGS_IOPL | X86_EFLAGS_DF | \
963 _regs.eflags & X86_EFLAGS_DF ? \
1272 if ( !(_regs.eflags & X86_EFLAGS_DF) ) \
4920 _regs.eflags &= ~X86_EFLAGS_DF; in x86_emulate()
4924 _regs.eflags |= X86_EFLAGS_DF; in x86_emulate()

Completed in 24 milliseconds