Searched refs:op_bytes (Results 1 – 7 of 7) sorted by relevance
787 if (ctxt->op_bytes != sizeof(unsigned long)) in assign_eip()788 addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1); in assign_eip()974 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument978 if (op_bytes == 2) in read_descriptor()979 op_bytes = 3; in read_descriptor()985 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor()1220 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand()1252 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm()1340 modrm_ea += ctxt->op_bytes; in decode_modrm()1865 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push()[all …]
6315 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
256 static int fsi_i2c_get_op_bytes(int op_bytes) in fsi_i2c_get_op_bytes() argument259 if (op_bytes > 4) in fsi_i2c_get_op_bytes()261 else if (op_bytes == 3) in fsi_i2c_get_op_bytes()263 return op_bytes; in fsi_i2c_get_op_bytes()
318 u8 op_bytes; member
117 rds_stats_add(s_send_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma()119 rds_stats_add(s_recv_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma()
711 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()
474 unsigned int op_bytes; member