Searched refs:memop (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init_ops.h | 617 struct ilt_line *line, u32 size, u8 memop) in bnx2x_ilt_line_mem_op() argument 619 if (memop == ILT_MEMOP_FREE) { in bnx2x_ilt_line_mem_op() 632 u8 memop) in bnx2x_ilt_client_mem_op() argument 646 ilt_cli->page_size, memop); in bnx2x_ilt_client_mem_op() 651 static int bnx2x_ilt_mem_op_cnic(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op_cnic() argument 656 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_SRC, memop); in bnx2x_ilt_mem_op_cnic() 658 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_TM, memop); in bnx2x_ilt_mem_op_cnic() 663 static int bnx2x_ilt_mem_op(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op() argument 665 int rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_CDU, memop); in bnx2x_ilt_mem_op() 667 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_QM, memop); in bnx2x_ilt_mem_op() [all …]
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 1291 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm() 4321 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand() 4323 *op = ctxt->memop; in decode_operand() 4330 ctxt->memop.bytes = (ctxt->op_bytes == 8) ? 16 : 8; in decode_operand() 4392 ctxt->memop.bytes = 1; in decode_operand() 4393 if (ctxt->memop.type == OP_REG) { in decode_operand() 4394 ctxt->memop.addr.reg = decode_register(ctxt, in decode_operand() 4396 fetch_register_operand(&ctxt->memop); in decode_operand() 4400 ctxt->memop.bytes = 2; in decode_operand() 4403 ctxt->memop.bytes = 4; in decode_operand() [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 321 struct operand memop; member
|