Home
last modified time | relevance | path

Searched refs:op_bytes (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c807 if (ctxt->op_bytes != sizeof(unsigned long)) in assign_eip()
808 addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1); in assign_eip()
1024 u16 *size, unsigned long *address, int op_bytes) in read_descriptor()
1028 if (op_bytes == 2) in read_descriptor()
1029 op_bytes = 3; in read_descriptor()
1035 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor()
1297 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand()
1329 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm()
1417 modrm_ea += ctxt->op_bytes; in decode_modrm()
1945 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push()
1022 read_descriptor(struct x86_emulate_ctxt *ctxt, struct segmented_address addr, u16 *size, unsigned long *address, int op_bytes) read_descriptor() argument
[all...]
H A Dkvm_emulate.h336 u8 op_bytes; member
H A Dx86.c7233 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Demulate.c772 if (ctxt->op_bytes != sizeof(unsigned long)) in assign_eip()
773 addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1); in assign_eip()
989 u16 *size, unsigned long *address, int op_bytes) in read_descriptor()
993 if (op_bytes == 2) in read_descriptor()
994 op_bytes = 3; in read_descriptor()
1000 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor()
1162 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand()
1194 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm()
1282 modrm_ea += ctxt->op_bytes; in decode_modrm()
1837 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push()
987 read_descriptor(struct x86_emulate_ctxt *ctxt, struct segmented_address addr, u16 *size, unsigned long *address, int op_bytes) read_descriptor() argument
[all...]
H A Dkvm_emulate.h329 u8 op_bytes; member
H A Dx86.c8456 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
/kernel/linux/linux-6.6/scripts/
H A Ddecodecode112 # Match the maximum number of opcode bytes from @op_bytes contained within
116 # @op_bytes: The string of bytes from the Code: line
120 # The max number of opcode bytes from the beginning of @op_bytes which match
124 local op_bytes=$1
130 for opc in $op_bytes;
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A 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()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A 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()
/kernel/linux/linux-5.10/net/rds/
H A 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()
H A Drds.h465 unsigned int op_bytes; member
H A Drdma.c790 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()
/kernel/linux/linux-6.6/net/rds/
H A 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()
H A Drds.h465 unsigned int op_bytes; member
H A Drdma.c793 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()

Completed in 58 milliseconds