Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Demulate.c998 if (op_bytes == 2) in read_descriptor()
999 op_bytes = 3; in read_descriptor()
1954 ctxt->op_bytes = 2; in em_push_sreg()
3467 ctxt->op_bytes = 8; in emulate_store_desc_ptr()
3470 ctxt->op_bytes = 4; in emulate_store_desc_ptr()
3495 ctxt->op_bytes = 8; in em_lgdt_lidt()
4965 ctxt->op_bytes = 8; in x86_decode_insn()
4967 ctxt->op_bytes = 8; in x86_decode_insn()
4972 ctxt->op_bytes = 8; in x86_decode_insn()
4978 ctxt->op_bytes = 4; in x86_decode_insn()
[all …]
H A Dkvm_emulate.h352 u8 op_bytes; member
H A Dx86.c8744 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
/linux-6.15/scripts/
H A Ddecodecode129 local op_bytes=$1
135 for opc in $op_bytes;
/linux-6.15/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()
/linux-6.15/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()