Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c102 .op_type = VIE_OP_TYPE_BEXTR,
109 .op_type = VIE_OP_TYPE_TWOB_GRP15,
113 .op_type = VIE_OP_TYPE_MOVZX,
117 .op_type = VIE_OP_TYPE_MOVZX,
121 .op_type = VIE_OP_TYPE_BITTEST,
126 .op_type = VIE_OP_TYPE_MOVSX,
133 .op_type = VIE_OP_TYPE_ADD,
137 .op_type = VIE_OP_TYPE_TWO_BYTE
141 .op_type = VIE_OP_TYPE_OR,
145 .op_type = VIE_OP_TYPE_SUB,
[all …]
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c626 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; in ccr_cipher() local
643 op_type = CHCR_ENCRYPT_OP; in ccr_cipher()
645 op_type = CHCR_DECRYPT_OP; in ccr_cipher()
725 V_SCMD_ENC_DEC_CTRL(op_type) | in ccr_cipher()
819 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; in ccr_eta() local
851 op_type = CHCR_ENCRYPT_OP; in ccr_eta()
853 op_type = CHCR_DECRYPT_OP; in ccr_eta()
864 if (op_type == CHCR_ENCRYPT_OP) { in ccr_eta()
886 if (op_type == CHCR_ENCRYPT_OP) { in ccr_eta()
934 if (op_type in ccr_eta()
1123 u_int iv_len, kctx_len, op_type, transhdr_len, wr_len; ccr_gcm() local
1453 u_int iv_len, kctx_len, op_type, transhdr_len, wr_len; ccr_ccm() local
[all...]
/freebsd/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()
/freebsd/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()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c679 switch (cur_cqe->op_type) { in set_ib_wc_op_sq()
702 __func__, cur_cqe->op_type); in set_ib_wc_op_sq()
715 switch (cur_cqe->op_type) { in set_ib_wc_op_rq()
1008 switch (iwucq->cur_cqe.op_type) { in irdma_wc_read_opcode()
1030 iwucq->cur_cqe.op_type); in irdma_wc_read_opcode()
1066 switch (cur_cqe->op_type) { in irdma_wc_read_wc_flags()
1705 info.op_type = IRDMA_OP_TYPE_SEND_SOL; in irdma_upost_send()
1707 info.op_type = IRDMA_OP_TYPE_SEND; in irdma_upost_send()
1710 info.op_type = IRDMA_OP_TYPE_SEND_SOL_INV; in irdma_upost_send()
1712 info.op_type = IRDMA_OP_TYPE_SEND_INV; in irdma_upost_send()
[all …]
H A Dirdma_uk.c389 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write()
577 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send()
793 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write()
865 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send()
1376 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1458 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1481 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl()
1485 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl()
1493 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
H A Dirdma_user.h246 u8 op_type; member
281 u8 op_type; member
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.h304 switch (cq_poll_info->op_type) { in set_ib_wc_op_sq()
328 cq_poll_info->op_type); in set_ib_wc_op_sq()
346 switch (cq_poll_info->op_type) { in set_ib_wc_op_rq()
H A Dirdma_uk.c389 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write()
577 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send()
761 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write()
833 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send()
1267 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1352 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1374 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl()
1378 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl()
1386 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
H A Dirdma_user.h342 u8 op_type; member
377 u8 op_type; member
H A Dirdma_verbs.c2482 info.op_type = IRDMA_OP_TYPE_SEND_SOL; in irdma_post_send()
2484 info.op_type = IRDMA_OP_TYPE_SEND; in irdma_post_send()
2487 info.op_type = IRDMA_OP_TYPE_SEND_SOL_INV; in irdma_post_send()
2489 info.op_type = IRDMA_OP_TYPE_SEND_INV; in irdma_post_send()
2519 info.op_type = IRDMA_OP_TYPE_RDMA_WRITE_SOL; in irdma_post_send()
2521 info.op_type = IRDMA_OP_TYPE_RDMA_WRITE; in irdma_post_send()
2541 info.op_type = IRDMA_OP_TYPE_RDMA_READ; in irdma_post_send()
2549 info.op_type = IRDMA_OP_TYPE_INV_STAG; in irdma_post_send()
H A Dfbsd_kcompat.c627 u8 op_type; member
890 &dev->cqp_cmd_stats[irdma_sws_list[i].op_type], in irdma_sw_stats_tunables_init()
H A Dirdma_utils.c2356 __func__, cq_poll_info->qp_id, cq_poll_info->op_type, in irdma_generated_cmpls()
2427 cmpl->cpi.op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, wqe_qword); in irdma_generate_flush_completions()
2433 if (cmpl->cpi.op_type == IRDMAQP_OP_NOP) { in irdma_generate_flush_completions()
2472 cmpl->cpi.op_type = IRDMA_OP_TYPE_REC; in irdma_generate_flush_completions()
/freebsd/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()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c3436 static void bnxt_re_dev_uninit(struct bnxt_re_dev *rdev, u8 op_type) in bnxt_re_dev_uninit() argument
3526 if (op_type != BNXT_RE_PRE_RECOVERY_REMOVE) { in bnxt_re_dev_uninit()
3533 static int bnxt_re_dev_init(struct bnxt_re_dev *rdev, u8 op_type, u8 wqe_mode) in bnxt_re_dev_init() argument
3540 if (op_type != BNXT_RE_POST_RECOVERY_INIT) { in bnxt_re_dev_init()
3825 void bnxt_re_remove_device(struct bnxt_re_dev *rdev, u8 op_type, in bnxt_re_remove_device() argument
3838 bnxt_re_dev_uninit(rdev, op_type); in bnxt_re_remove_device()
3844 if (op_type != BNXT_RE_PRE_RECOVERY_REMOVE) { in bnxt_re_remove_device()
3855 u8 qp_mode, u8 op_type, u8 wqe_mode, in bnxt_re_add_device() argument
3888 if (op_type != BNXT_RE_POST_RECOVERY_INIT) { in bnxt_re_add_device()
3928 rc = bnxt_re_dev_init(*rdev, op_type, wqe_mode); in bnxt_re_add_device()
[all …]
H A Dbnxt_re.h719 u8 qp_mode, u8 op_type, u8 wqe_mode, u32 num_msix_requested,
/freebsd/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))),
/freebsd/sys/amd64/include/
H A Dvmm.h537 uint8_t op_type; /* type of operation (e.g. MOV) */ member
/freebsd/tools/build/
H A Dcheckstyle9.pl2023 my $op_type = substr($curr_values, $off + 1, 1);
2029 if ($op_type ne 'V' &&
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h3024 __be32 op_type; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9635 __be32 op_type; member
9700 __be32 op_type; member