Lines Matching refs:eflags
772 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()
1395 uint32_t *eflags, in hvmemul_rmw() argument
1425 rc = x86_emul_rmw(mapping, bytes, eflags, state, ctxt); in hvmemul_rmw()
1436 rc = x86_emul_rmw(&data, bytes, eflags, state, ctxt); in hvmemul_rmw()
1449 uint32_t *eflags, in hvmemul_blk() argument
1479 rc = x86_emul_blk(mapping, p_data, bytes, eflags, state, ctxt); in hvmemul_blk()
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()
2711 hvm_hlt(regs->eflags); in _hvm_emulate_one()