op_bytes          318 arch/x86/include/asm/kvm_emulate.h 	u8 op_bytes;
op_bytes          788 arch/x86/kvm/emulate.c 	if (ctxt->op_bytes != sizeof(unsigned long))
op_bytes          789 arch/x86/kvm/emulate.c 		addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1);
op_bytes          975 arch/x86/kvm/emulate.c 			   u16 *size, unsigned long *address, int op_bytes)
op_bytes          979 arch/x86/kvm/emulate.c 	if (op_bytes == 2)
op_bytes          980 arch/x86/kvm/emulate.c 		op_bytes = 3;
op_bytes          986 arch/x86/kvm/emulate.c 	rc = segmented_read_std(ctxt, addr, address, op_bytes);
op_bytes         1249 arch/x86/kvm/emulate.c 	op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         1281 arch/x86/kvm/emulate.c 		op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         1369 arch/x86/kvm/emulate.c 					modrm_ea += ctxt->op_bytes;
op_bytes         1894 arch/x86/kvm/emulate.c 	return push(ctxt, &ctxt->src.val, ctxt->op_bytes);
op_bytes         1915 arch/x86/kvm/emulate.c 	return emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes);
op_bytes         1964 arch/x86/kvm/emulate.c 	ctxt->dst.bytes = ctxt->op_bytes;
op_bytes         1965 arch/x86/kvm/emulate.c 	return emulate_popf(ctxt, &ctxt->dst.val, ctxt->op_bytes);
op_bytes         1994 arch/x86/kvm/emulate.c 	return emulate_pop(ctxt, reg_rmw(ctxt, VCPU_REGS_RBP), ctxt->op_bytes);
op_bytes         2002 arch/x86/kvm/emulate.c 	if (ctxt->op_bytes == 4) {
op_bytes         2004 arch/x86/kvm/emulate.c 		ctxt->op_bytes = 2;
op_bytes         2022 arch/x86/kvm/emulate.c 	if (ctxt->op_bytes > 2)
op_bytes         2023 arch/x86/kvm/emulate.c 		rsp_increment(ctxt, ctxt->op_bytes - 2);
op_bytes         2063 arch/x86/kvm/emulate.c 			rsp_increment(ctxt, ctxt->op_bytes);
op_bytes         2067 arch/x86/kvm/emulate.c 		rc = emulate_pop(ctxt, &val, ctxt->op_bytes);
op_bytes         2070 arch/x86/kvm/emulate.c 		assign_register(reg_rmw(ctxt, reg), val, ctxt->op_bytes);
op_bytes         2168 arch/x86/kvm/emulate.c 	rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes);
op_bytes         2176 arch/x86/kvm/emulate.c 	rc = emulate_pop(ctxt, &cs, ctxt->op_bytes);
op_bytes         2181 arch/x86/kvm/emulate.c 	rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes);
op_bytes         2193 arch/x86/kvm/emulate.c 	if (ctxt->op_bytes == 4)
op_bytes         2195 arch/x86/kvm/emulate.c 	else if (ctxt->op_bytes == 2) {
op_bytes         2229 arch/x86/kvm/emulate.c 	memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2);
op_bytes         2290 arch/x86/kvm/emulate.c 	rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
op_bytes         2304 arch/x86/kvm/emulate.c 	rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
op_bytes         2307 arch/x86/kvm/emulate.c 	rc = emulate_pop(ctxt, &cs, ctxt->op_bytes);
op_bytes         2367 arch/x86/kvm/emulate.c 	memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2);
op_bytes         3396 arch/x86/kvm/emulate.c 		ctxt->op_bytes = ctxt->ad_bytes = (next_tss_desc.type & 8) ? 4 : 2;
op_bytes         3541 arch/x86/kvm/emulate.c 	memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2);
op_bytes         3577 arch/x86/kvm/emulate.c 	rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
op_bytes         3666 arch/x86/kvm/emulate.c 	switch (ctxt->op_bytes) {
op_bytes         3856 arch/x86/kvm/emulate.c 		ctxt->op_bytes = 8;
op_bytes         3858 arch/x86/kvm/emulate.c 	if (ctxt->op_bytes == 2) {
op_bytes         3859 arch/x86/kvm/emulate.c 		ctxt->op_bytes = 4;
op_bytes         3865 arch/x86/kvm/emulate.c 				   &desc_ptr, 2 + ctxt->op_bytes);
op_bytes         3884 arch/x86/kvm/emulate.c 		ctxt->op_bytes = 8;
op_bytes         3887 arch/x86/kvm/emulate.c 			     ctxt->op_bytes);
op_bytes         4034 arch/x86/kvm/emulate.c 	switch (ctxt->op_bytes) {
op_bytes         4971 arch/x86/kvm/emulate.c 	size = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         5030 arch/x86/kvm/emulate.c 		ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         5039 arch/x86/kvm/emulate.c 		ctxt->memop.bytes = (ctxt->op_bytes == 8) ? 16 : 8;
op_bytes         5043 arch/x86/kvm/emulate.c 		op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         5050 arch/x86/kvm/emulate.c 		op->bytes = (ctxt->d & ByteOp) ? 2 : ctxt->op_bytes;
op_bytes         5061 arch/x86/kvm/emulate.c 		op->bytes = ctxt->op_bytes;
op_bytes         5068 arch/x86/kvm/emulate.c 		op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         5098 arch/x86/kvm/emulate.c 		rc = decode_imm(ctxt, op, ctxt->op_bytes, true);
op_bytes         5122 arch/x86/kvm/emulate.c 		op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         5131 arch/x86/kvm/emulate.c 		op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op_bytes         5142 arch/x86/kvm/emulate.c 		op->bytes = ctxt->op_bytes + 2;
op_bytes         5146 arch/x86/kvm/emulate.c 		ctxt->memop.bytes = ctxt->op_bytes + 2;
op_bytes         5233 arch/x86/kvm/emulate.c 	ctxt->op_bytes = def_op_bytes;
op_bytes         5242 arch/x86/kvm/emulate.c 			ctxt->op_bytes = def_op_bytes ^ 6;
op_bytes         5301 arch/x86/kvm/emulate.c 		ctxt->op_bytes = 8;	/* REX.W */
op_bytes         5411 arch/x86/kvm/emulate.c 			if (ctxt->op_bytes == 4 && (ctxt->d & Stack))
op_bytes         5412 arch/x86/kvm/emulate.c 				ctxt->op_bytes = 8;
op_bytes         5414 arch/x86/kvm/emulate.c 				ctxt->op_bytes = 8;
op_bytes         5419 arch/x86/kvm/emulate.c 				ctxt->op_bytes = 8;
op_bytes         5421 arch/x86/kvm/emulate.c 				ctxt->op_bytes = 4;
op_bytes         5424 arch/x86/kvm/emulate.c 		if ((ctxt->d & No16) && ctxt->op_bytes == 2)
op_bytes         5425 arch/x86/kvm/emulate.c 			ctxt->op_bytes = 4;
op_bytes         5428 arch/x86/kvm/emulate.c 			ctxt->op_bytes = 16;
op_bytes         5430 arch/x86/kvm/emulate.c 			ctxt->op_bytes = 8;
op_bytes         5736 arch/x86/kvm/emulate.c 		switch (ctxt->op_bytes) {
op_bytes         5872 arch/x86/kvm/emulate.c 		else if (ctxt->op_bytes != 4)
op_bytes         5883 arch/x86/kvm/emulate.c 		ctxt->dst.bytes = ctxt->op_bytes;
op_bytes         5888 arch/x86/kvm/emulate.c 		ctxt->dst.bytes = ctxt->op_bytes;
op_bytes         6390 arch/x86/kvm/x86.c 	ctxt->op_bytes = 2;
op_bytes          256 drivers/i2c/busses/i2c-fsi.c static int fsi_i2c_get_op_bytes(int op_bytes)
op_bytes          259 drivers/i2c/busses/i2c-fsi.c 	if (op_bytes > 4)
op_bytes          261 drivers/i2c/busses/i2c-fsi.c 	else if (op_bytes == 3)
op_bytes          263 drivers/i2c/busses/i2c-fsi.c 	return op_bytes;
op_bytes          117 net/rds/ib_send.c 		rds_stats_add(s_send_rdma_bytes, op->op_bytes);
op_bytes          119 net/rds/ib_send.c 		rds_stats_add(s_recv_rdma_bytes, op->op_bytes);
op_bytes          713 net/rds/rdma.c 	op->op_bytes = nr_bytes;
op_bytes          474 net/rds/rds.h  			unsigned int		op_bytes;