Searched refs:memop (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_init_ops.h | 619 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 650 ilt_cli->page_size, memop); in bnx2x_ilt_client_mem_op() 655 static int bnx2x_ilt_mem_op_cnic(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op_cnic() argument 660 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_SRC, memop); in bnx2x_ilt_mem_op_cnic() 662 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_TM, memop); in bnx2x_ilt_mem_op_cnic() 667 static int bnx2x_ilt_mem_op(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op() argument 669 int rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_CDU, memop); in bnx2x_ilt_mem_op() 671 rc = bnx2x_ilt_client_mem_op(bp, ILT_CLIENT_QM, memop); in bnx2x_ilt_mem_op() [all …]
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | emulate.c | 1306 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm() 4603 *op = ctxt->memop; in decode_operand() 4672 ctxt->memop.bytes = 1; in decode_operand() 4673 if (ctxt->memop.type == OP_REG) { in decode_operand() 4676 fetch_register_operand(&ctxt->memop); in decode_operand() 4680 ctxt->memop.bytes = 2; in decode_operand() 4683 ctxt->memop.bytes = 4; in decode_operand() 4717 ctxt->memop.bytes = ctxt->op_bytes + 2; in decode_operand() 4765 ctxt->memop.type = OP_NONE; in x86_decode_insn() 5009 rc = decode_modrm(ctxt, &ctxt->memop); in x86_decode_insn() [all …]
|
A D | kvm_emulate.h | 360 struct operand memop; member
|
/linux-6.3-rc2/tools/testing/selftests/kvm/ |
A D | Makefile | 160 TEST_GEN_PROGS_s390x = s390x/memop
|
Completed in 18 milliseconds