Home
last modified time | relevance | path

Searched refs:memop (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init_ops.h619 struct ilt_line *line, u32 size, u8 memop) in bnx2x_ilt_line_mem_op() argument
621 if (memop == ILT_MEMOP_FREE) { in bnx2x_ilt_line_mem_op()
634 u8 memop) in bnx2x_ilt_client_mem_op() argument
648 ilt_cli->page_size, memop); in bnx2x_ilt_client_mem_op()
653 static int bnx2x_ilt_mem_op_cnic(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op_cnic() argument
658 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_SRC, memop); in bnx2x_ilt_mem_op_cnic()
660 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_TM, memop); in bnx2x_ilt_mem_op_cnic()
665 static int bnx2x_ilt_mem_op(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op() argument
667 int rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_CDU, memop); in bnx2x_ilt_mem_op()
669 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_QM, memop); in bnx2x_ilt_mem_op()
[all …]
/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h338 struct operand memop; member
/linux-4.4.14/arch/x86/kvm/
Demulate.c1288 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm()
4622 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4624 *op = ctxt->memop; in decode_operand()
4631 ctxt->memop.bytes = (ctxt->op_bytes == 8) ? 16 : 8; in decode_operand()
4693 ctxt->memop.bytes = 1; in decode_operand()
4694 if (ctxt->memop.type == OP_REG) { in decode_operand()
4695 ctxt->memop.addr.reg = decode_register(ctxt, in decode_operand()
4697 fetch_register_operand(&ctxt->memop); in decode_operand()
4701 ctxt->memop.bytes = 2; in decode_operand()
4704 ctxt->memop.bytes = 4; in decode_operand()
[all …]