Home
last modified time | relevance | path

Searched refs:memop (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h619 struct ilt_line *line, u32 size, u8 memop) in bnx2x_ilt_line_mem_op()
621 if (memop == ILT_MEMOP_FREE) { in bnx2x_ilt_line_mem_op()
634 u8 memop) in bnx2x_ilt_client_mem_op()
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()
618 bnx2x_ilt_line_mem_op(struct bnx2x *bp, struct ilt_line *line, u32 size, u8 memop) bnx2x_ilt_line_mem_op() argument
633 bnx2x_ilt_client_mem_op(struct bnx2x *bp, int cli_num, u8 memop) bnx2x_ilt_client_mem_op() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h619 struct ilt_line *line, u32 size, u8 memop) in bnx2x_ilt_line_mem_op()
621 if (memop == ILT_MEMOP_FREE) { in bnx2x_ilt_line_mem_op()
634 u8 memop) in bnx2x_ilt_client_mem_op()
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()
618 bnx2x_ilt_line_mem_op(struct bnx2x *bp, struct ilt_line *line, u32 size, u8 memop) bnx2x_ilt_line_mem_op() argument
633 bnx2x_ilt_client_mem_op(struct bnx2x *bp, int cli_num, u8 memop) bnx2x_ilt_client_mem_op() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A DMakefile77 TEST_GEN_PROGS_s390x = s390x/memop
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dkvm_emulate.h71 * it is up to the memop to propagate the fault to the guest VM via
72 * some out-of-band mechanism, unknown to the emulator. The memop signals
370 struct operand memop; member
H A Demulate.c1441 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm()
4200 return segmented_write_std(ctxt, ctxt->memop.addr.mem, &fx_state, in em_fxsave()
4235 rc = segmented_read_std(ctxt, ctxt->memop.addr.mem, &fx_state, size); in em_fxrstor()
5025 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
5027 *op = ctxt->memop; in decode_operand()
5034 ctxt->memop.bytes = (ctxt->op_bytes == 8) ? 16 : 8; in decode_operand()
5096 ctxt->memop.bytes = 1; in decode_operand()
5097 if (ctxt->memop.type == OP_REG) { in decode_operand()
5098 ctxt->memop in decode_operand()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Demulate.c1306 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm()
3768 return segmented_write_std(ctxt, ctxt->memop.addr.mem, &fx_state, in em_fxsave()
3803 rc = segmented_read_std(ctxt, ctxt->memop.addr.mem, &fx_state, size); in em_fxrstor()
4607 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4609 *op = ctxt->memop; in decode_operand()
4616 ctxt->memop.bytes = (ctxt->op_bytes == 8) ? 16 : 8; in decode_operand()
4678 ctxt->memop.bytes = 1; in decode_operand()
4679 if (ctxt->memop.type == OP_REG) { in decode_operand()
4680 ctxt->memop in decode_operand()
[all...]
H A Dkvm_emulate.h72 * it is up to the memop to propagate the fault to the guest VM via
73 * some out-of-band mechanism, unknown to the emulator. The memop signals
359 struct operand memop; member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A DMakefile167 TEST_GEN_PROGS_s390x = s390x/memop

Completed in 31 milliseconds