ByteOp 1249 arch/x86/kvm/emulate.c op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 1250 arch/x86/kvm/emulate.c op->addr.reg = decode_register(ctxt, reg, ctxt->d & ByteOp); ByteOp 1281 arch/x86/kvm/emulate.c op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 1283 arch/x86/kvm/emulate.c ctxt->d & ByteOp); ByteOp 4440 arch/x86/kvm/emulate.c #define D2bv(_f) D((_f) | ByteOp), D(_f) ByteOp 4441 arch/x86/kvm/emulate.c #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) ByteOp 4442 arch/x86/kvm/emulate.c #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) ByteOp 4443 arch/x86/kvm/emulate.c #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) ByteOp 4445 arch/x86/kvm/emulate.c IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) ByteOp 4524 arch/x86/kvm/emulate.c F(ByteOp | DstMem | SrcNone | Lock, em_inc), ByteOp 4525 arch/x86/kvm/emulate.c F(ByteOp | DstMem | SrcNone | Lock, em_dec), ByteOp 4554 arch/x86/kvm/emulate.c II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg), ByteOp 4595 arch/x86/kvm/emulate.c I(SrcMem | ByteOp, em_clflush), N, N, N, ByteOp 4721 arch/x86/kvm/emulate.c F6ALU(Lock, em_sub), N, I(ByteOp | DstAcc | No64, em_das), ByteOp 4747 arch/x86/kvm/emulate.c G(ByteOp | DstMem | SrcImm, group1), ByteOp 4749 arch/x86/kvm/emulate.c G(ByteOp | DstMem | SrcImm | No64, group1), ByteOp 4779 arch/x86/kvm/emulate.c X8(I(ByteOp | DstReg | SrcImm | Mov, em_mov)), ByteOp 4783 arch/x86/kvm/emulate.c G(ByteOp | Src2ImmByte, group2), G(Src2ImmByte, group2), ByteOp 4788 arch/x86/kvm/emulate.c G(ByteOp, group11), G(0, group11), ByteOp 4796 arch/x86/kvm/emulate.c G(Src2One | ByteOp, group2), G(Src2One, group2), ByteOp 4797 arch/x86/kvm/emulate.c G(Src2CL | ByteOp, group2), G(Src2CL, group2), ByteOp 4800 arch/x86/kvm/emulate.c F(DstAcc | ByteOp | No64, em_salc), ByteOp 4801 arch/x86/kvm/emulate.c I(DstAcc | SrcXLat | ByteOp, em_mov), ByteOp 4818 arch/x86/kvm/emulate.c G(ByteOp, group3), G(0, group3), ByteOp 4876 arch/x86/kvm/emulate.c X16(D(ByteOp | DstMem | SrcNone | ModRM| Mov)), ByteOp 4971 arch/x86/kvm/emulate.c size = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 5030 arch/x86/kvm/emulate.c ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 5043 arch/x86/kvm/emulate.c op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 5050 arch/x86/kvm/emulate.c op->bytes = (ctxt->d & ByteOp) ? 2 : ctxt->op_bytes; ByteOp 5056 arch/x86/kvm/emulate.c if (ctxt->d & ByteOp) { ByteOp 5068 arch/x86/kvm/emulate.c op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 5122 arch/x86/kvm/emulate.c op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 5131 arch/x86/kvm/emulate.c op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; ByteOp 5529 arch/x86/kvm/emulate.c if (!(ctxt->d & ByteOp))