| /freebsd/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 78 .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 D | vmm_ioport.c | 169 if (err || vie.op.op_type != VIE_OP_TYPE_OUTS) in decode_segment()
|
| /freebsd/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 628 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; in ccr_cipher() 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() 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 in ccr_eta() 626 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; ccr_cipher() local 819 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; ccr_eta() local 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 D | PostfixExpression.h | 59 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 D | PostfixExpression.cpp | 52 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 D | irdma_uverbs.c | 679 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 D | irdma_uk.c | 389 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 D | irdma_user.h | 246 u8 op_type; member 281 u8 op_type; member
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_verbs.h | 304 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 D | irdma_uk.c | 389 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 D | irdma_user.h | 342 u8 op_type; member 377 u8 op_type; member
|
| H A D | irdma_verbs.c | 2482 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 D | fbsd_kcompat.c | 627 u8 op_type; member 890 &dev->cqp_cmd_stats[irdma_sws_list[i].op_type], in irdma_sw_stats_tunables_init()
|
| H A D | irdma_utils.c | 2356 __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 D | ecore_init_ops.h | 257 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 D | main.c | 3456 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 D | bnxt_re.h | 720 u8 qp_mode, u8 op_type, u32 num_msix_requested,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVSDPatterns.td | 77 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 D | vmm.h | 442 uint8_t op_type; /* type of operation (e.g. MOV) */ member
|
| /freebsd/tools/build/ |
| H A D | checkstyle9.pl | 2023 my $op_type = substr($curr_values, $off + 1, 1); 2029 if ($op_type ne 'V' &&
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | t4fw_api.h | 3024 __be32 op_type; member
|
| /freebsd/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 10808 __be32 op_type; member 10873 __be32 op_type; member
|