Searched refs:op_bytes (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 556 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument 560 if (op_bytes == 2) in read_descriptor() 561 op_bytes = 3; in read_descriptor() 568 rc = ops->read_std(linear(ctxt, addr), address, op_bytes, in read_descriptor() 641 op->bytes = c->op_bytes; in decode_register_operand() 671 op->bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in decode_modrm() 1116 c->dst.bytes = c->op_bytes; in emulate_push() 1118 register_address_increment(c, &c->regs[VCPU_REGS_RSP], -c->op_bytes); in emulate_push() 1199 rc = emulate_pop(ctxt, ops, &selector, c->op_bytes); in emulate_pop_sreg() 1244 c->op_bytes); in emulate_popa() [all …]
|
D | x86.c | 4332 vcpu->arch.emulate_ctxt.decode.op_bytes = 2; in kvm_inject_realmode_interrupt()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | kvm_emulate.h | 202 u8 op_bytes; member
|
/linux-2.6.39/net/rds/ |
D | iw_send.c | 114 rds_stats_add(s_send_rdma_bytes, rm->rdma.op_bytes); in rds_iw_send_unmap_rm() 116 rds_stats_add(s_recv_rdma_bytes, rm->rdma.op_bytes); in rds_iw_send_unmap_rm()
|
D | ib_send.c | 149 rds_stats_add(s_send_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma() 151 rds_stats_add(s_recv_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma()
|
D | rds.h | 353 unsigned int op_bytes; member
|
D | rdma.c | 693 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()
|