Searched refs:op_bytes (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 724 if (ctxt->op_bytes != sizeof(unsigned long)) in assign_eip() 725 addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1); in assign_eip() 884 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument 888 if (op_bytes == 2) in read_descriptor() 889 op_bytes = 3; in read_descriptor() 895 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor() 1144 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand() 1176 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm() 1264 modrm_ea += ctxt->op_bytes; in decode_modrm() 1765 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push() [all …]
|
D | x86.c | 5072 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 309 u8 op_bytes; member
|
/linux-4.4.14/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 | 116 rds_stats_add(s_send_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma() 118 rds_stats_add(s_recv_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma()
|
D | rds.h | 371 unsigned int op_bytes; member
|
D | rdma.c | 696 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()
|