Searched refs:op_bytes (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 727 if (ctxt->op_bytes != sizeof(unsigned long)) in assign_eip() 728 addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1); in assign_eip() 887 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument 891 if (op_bytes == 2) in read_descriptor() 892 op_bytes = 3; in read_descriptor() 898 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor() 1147 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand() 1179 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm() 1267 modrm_ea += ctxt->op_bytes; in decode_modrm() 1768 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push() [all …]
|
D | x86.c | 5124 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 292 u8 op_bytes; member
|
/linux-4.1.27/net/rds/ |
D | iw_send.c | 115 rds_stats_add(s_send_rdma_bytes, rm->rdma.op_bytes); in rds_iw_send_unmap_rm() 117 rds_stats_add(s_recv_rdma_bytes, rm->rdma.op_bytes); in rds_iw_send_unmap_rm()
|
D | ib_send.c | 150 rds_stats_add(s_send_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma() 152 rds_stats_add(s_recv_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma()
|
D | rds.h | 354 unsigned int op_bytes; member
|
D | rdma.c | 693 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()
|