Home
last modified time | relevance | path

Searched refs:op_bytes (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/arch/x86/kvm/
Demulate.c802 if (ctxt->op_bytes != sizeof(unsigned long)) in assign_eip()
803 addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1); in assign_eip()
1019 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument
1023 if (op_bytes == 2) in read_descriptor()
1024 op_bytes = 3; in read_descriptor()
1030 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor()
1192 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand()
1224 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm()
1312 modrm_ea += ctxt->op_bytes; in decode_modrm()
1861 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push()
[all …]
Dkvm_emulate.h348 u8 op_bytes; member
Dx86.c8349 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
/Linux-v6.1/scripts/
Ddecodecode119 local op_bytes=$1
125 for opc in $op_bytes;
/Linux-v6.1/drivers/i2c/busses/
Di2c-fsi.c256 static int fsi_i2c_get_op_bytes(int op_bytes) in fsi_i2c_get_op_bytes() argument
259 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()
/Linux-v6.1/net/rds/
Dib_send.c118 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()
Drds.h465 unsigned int op_bytes; member
Drdma.c790 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()