Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 22 of 22) sorted by relevance

/src/sys/amd64/vmm/
H A Dvmm_instruction_emul.c78 .op_type = VIE_OP_TYPE_BEXTR,
85 .op_type = VIE_OP_TYPE_TWOB_GRP15,
89 .op_type = VIE_OP_TYPE_MOVZX,
93 .op_type = VIE_OP_TYPE_MOVZX,
97 .op_type = VIE_OP_TYPE_BITTEST,
102 .op_type = VIE_OP_TYPE_MOVSX,
109 .op_type = VIE_OP_TYPE_ADD,
113 .op_type = VIE_OP_TYPE_TWO_BYTE
117 .op_type = VIE_OP_TYPE_OR,
121 .op_type = VIE_OP_TYPE_SUB,
[all …]
H A Dvmm_ioport.c169 if (err || vie.op.op_type != VIE_OP_TYPE_OUTS) in decode_segment()
/src/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c628 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; in ccr_cipher() local
645 op_type = CHCR_ENCRYPT_OP; in ccr_cipher()
647 op_type = CHCR_DECRYPT_OP; in ccr_cipher()
727 V_SCMD_ENC_DEC_CTRL(op_type) | in ccr_cipher()
821 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; in ccr_eta() local
853 op_type = CHCR_ENCRYPT_OP; in ccr_eta()
855 op_type = CHCR_DECRYPT_OP; in ccr_eta()
866 if (op_type == CHCR_ENCRYPT_OP) { in ccr_eta()
888 if (op_type == CHCR_ENCRYPT_OP) { in ccr_eta()
936 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode() argument
60 : Node(BinaryOp), m_op_type(op_type), m_left(&left), m_right(&right) {} in BinaryOpNode()
138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode() argument
139 : Node(UnaryOp), m_op_type(op_type), m_operand(&operand) {} in UnaryOpNode()
/src/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp52 if (auto op_type = GetBinaryOpType(token)) { in ParseOneExpression() local
59 stack.push_back(MakeNode<BinaryOpNode>(alloc, *op_type, *left, *right)); in ParseOneExpression()
63 if (auto op_type = GetUnaryOpType(token)) { in ParseOneExpression() local
69 stack.push_back(MakeNode<UnaryOpNode>(alloc, *op_type, *operand)); in ParseOneExpression()
/src/contrib/ofed/libirdma/
H A Dirdma_uverbs.c684 switch (cur_cqe->op_type) { in set_ib_wc_op_sq()
707 __func__, cur_cqe->op_type); in set_ib_wc_op_sq()
720 switch (cur_cqe->op_type) { in set_ib_wc_op_rq()
1017 switch (iwucq->cur_cqe.op_type) { in irdma_wc_read_opcode()
1039 iwucq->cur_cqe.op_type); in irdma_wc_read_opcode()
1075 switch (cur_cqe->op_type) { in irdma_wc_read_wc_flags()
1720 info.op_type = IRDMA_OP_TYPE_SEND_SOL; in irdma_upost_send()
1722 info.op_type = IRDMA_OP_TYPE_SEND; in irdma_upost_send()
1725 info.op_type = IRDMA_OP_TYPE_SEND_SOL_INV; in irdma_upost_send()
1727 info.op_type = IRDMA_OP_TYPE_SEND_INV; in irdma_upost_send()
[all …]
H A Dirdma_uk.c437 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write()
627 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send()
843 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write()
915 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send()
1425 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1494 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1516 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl()
1520 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl()
1528 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
H A Dirdma_user.h244 u8 op_type; member
279 u8 op_type; member
/src/sys/dev/irdma/
H A Dirdma_verbs.h301 switch (cq_poll_info->op_type) { in set_ib_wc_op_sq()
325 cq_poll_info->op_type); in set_ib_wc_op_sq()
343 switch (cq_poll_info->op_type) { in set_ib_wc_op_rq()
H A Dirdma_uk.c437 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write()
627 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send()
811 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write()
883 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send()
1316 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1386 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1406 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl()
1410 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl()
1418 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
H A Dirdma_user.h340 u8 op_type; member
375 u8 op_type; member
H A Dirdma_verbs.c2477 info.op_type = IRDMA_OP_TYPE_SEND_SOL; in irdma_post_send()
2479 info.op_type = IRDMA_OP_TYPE_SEND; in irdma_post_send()
2482 info.op_type = IRDMA_OP_TYPE_SEND_SOL_INV; in irdma_post_send()
2484 info.op_type = IRDMA_OP_TYPE_SEND_INV; in irdma_post_send()
2514 info.op_type = IRDMA_OP_TYPE_RDMA_WRITE_SOL; in irdma_post_send()
2516 info.op_type = IRDMA_OP_TYPE_RDMA_WRITE; in irdma_post_send()
2536 info.op_type = IRDMA_OP_TYPE_RDMA_READ; in irdma_post_send()
2544 info.op_type = IRDMA_OP_TYPE_INV_STAG; in irdma_post_send()
H A Dirdma_utils.c2447 __func__, cq_poll_info->qp_id, cq_poll_info->op_type, in irdma_generated_cmpls()
2525 cmpl->cpi.op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, wqe_qword); in irdma_generate_flush_completions()
2531 if (cmpl->cpi.op_type == IRDMAQP_OP_NOP) { in irdma_generate_flush_completions()
2570 cmpl->cpi.op_type = IRDMA_OP_TYPE_REC; in irdma_generate_flush_completions()
H A Dfbsd_kcompat.c711 u8 op_type; member
1048 &dev->cqp_cmd_stats[irdma_sws_list[i].op_type], in irdma_sw_stats_tunables_init()
/src/sys/dev/bxe/
H A Decore_init_ops.h257 uint32_t op_idx, op_type, addr, len; in ecore_init_block() local
270 op_type = op->raw.op; in ecore_init_block()
279 switch (op_type) { in ecore_init_block()
/src/sys/dev/bnxt/bnxt_re/
H A Dmain.c3456 static void bnxt_re_dev_uninit(struct bnxt_re_dev *rdev, u8 op_type) in bnxt_re_dev_uninit() argument
3546 if (op_type != BNXT_RE_PRE_RECOVERY_REMOVE) { in bnxt_re_dev_uninit()
3553 static int bnxt_re_dev_init(struct bnxt_re_dev *rdev, u8 op_type) in bnxt_re_dev_init() argument
3560 if (op_type != BNXT_RE_POST_RECOVERY_INIT) { in bnxt_re_dev_init()
3851 void bnxt_re_remove_device(struct bnxt_re_dev *rdev, u8 op_type, in bnxt_re_remove_device() argument
3864 bnxt_re_dev_uninit(rdev, op_type); in bnxt_re_remove_device()
3870 if (op_type != BNXT_RE_PRE_RECOVERY_REMOVE) { in bnxt_re_remove_device()
3881 u8 qp_mode, u8 op_type, in bnxt_re_add_device() argument
3914 if (op_type != BNXT_RE_POST_RECOVERY_INIT) { in bnxt_re_add_device()
3954 rc = bnxt_re_dev_init(*rdev, op_type); in bnxt_re_add_device()
[all …]
H A Dbnxt_re.h720 u8 qp_mode, u8 op_type, u32 num_msix_requested,
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td77 ValueType op_type,
84 (op_type op_reg_class:$rs1),
85 (op_type op_reg_class:$rs2))),
98 ValueType op_type,
105 (op_type op_reg_class:$rs1),
106 (op_type op_reg_class:$rs2))),
/src/sys/amd64/include/
H A Dvmm.h442 uint8_t op_type; /* type of operation (e.g. MOV) */ member
/src/tools/build/
H A Dcheckstyle9.pl2023 my $op_type = substr($curr_values, $off + 1, 1);
2029 if ($op_type ne 'V' &&
/src/contrib/ofed/libcxgb4/
H A Dt4fw_api.h3024 __be32 op_type; member
/src/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h10808 __be32 op_type; member
10873 __be32 op_type; member