Searched refs:op_bytes (Results 1 – 6 of 6) sorted by relevance
116 # Match the maximum number of opcode bytes from @op_bytes contained within120 # @op_bytes: The string of bytes from the Code: line124 # The max number of opcode bytes from the beginning of @op_bytes which match128 local op_bytes=$1134 for opc in $op_bytes;
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()
118 rds_stats_add(s_send_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma() 120 rds_stats_add(s_recv_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma() 596 cpu_to_be32(rm->rdma.op_bytes); in rds_ib_xmit()
497 unsigned int op_bytes; member
825 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()
9059 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()