Searched refs:opcode (Results 126 - 150 of 546) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp-hvcall.h299 int64_t phyp_hcall(uint64_t opcode, ...);
300 int64_t phyp_pft_hcall(uint64_t opcode, uint64_t flags, uint64_t pteidx,
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c619 uint32_t opcode, mask; local
631 opcode = fuword32((void *)(*pc - offset));
634 if (((opcode & 0xffff8000) == 0x27bd8000)
635 || ((opcode & 0xffff8000) == 0x67bd8000)) {
642 if ((opcode & 0xffff8000) == 0x3c1c0000) {
659 if (((opcode & 0xffff8000) == 0x27bd0000)
660 || ((opcode & 0xffff8000) == 0x67bd0000))
663 if (opcode == 0x03e00008)
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.h167 * For a raw mode opcode, the driver dispatches with the device
169 * For non-raw mode opcode, the driver dispatches the recv_pkt
391 * Register a dispatch function for a opcode/subcode. The driver will call
393 * opcode/subcode in its output queues along with the user specified
396 * @param opcode - the opcode for which the dispatch will be registered.
403 int lio_register_dispatch_fn(struct octeon_device *oct, uint16_t opcode,
408 * Remove registration for an opcode/subcode. This will delete the mapping for
409 * an opcode/subcode. The dispatch function will be unregistered and will no
410 * longer be called if a packet with the opcode/subcod
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c552 switch (cmd->opcode) {
636 switch (cmd->opcode) {
1232 switch (cmd->opcode) {
1244 panic("%s: rule (%p) has not action opcode", __func__, rule);
1260 if (l->o.opcode == O_LOG)
1393 log_only = (op3->opcode == IP_FW_XRESETLOG);
1494 if (op3->opcode != IP_FW_SET_ENABLE &&
1501 switch (op3->opcode) {
1505 op3->opcode == IP_FW_SET_MOVE);
1759 printf("ipfw: opcode
3458 find_ref_sh(uint16_t opcode, uint8_t version, struct ipfw_sopt_handler *psh) argument
[all...]
H A Dip_fw_log.c148 if (cmd->opcode == O_ALTQ) {
155 if (cmd->opcode == O_PROB || cmd->opcode == O_TAG ||
156 cmd->opcode == O_SETDSCP)
160 switch (cmd->opcode) {
/freebsd-11-stable/contrib/unbound/contrib/
H A Dmetrics.awk95 print "# HELP unbound_by_opcode_queries Unbound DNS queries by opcode"
98 if(x ~ /^num.query.opcode./) {
101 print "unbound_by_opcode_queries{opcode=\"" a[4] "\"} " val[x];
/freebsd-11-stable/contrib/gdb/gdb/
H A Dexpression.h34 Each exp_element is an opcode, except that some opcodes cause
44 by the preceding opcode. */
48 /* Used when it's necessary to pass an opcode which will be ignored,
99 The following exp_element is another opcode,
277 The length of the string follows the opcode, followed by
279 string, followed by the length again and the opcode again. */
350 enum exp_opcode opcode; member in union:exp_element
/freebsd-11-stable/sys/arm64/arm64/
H A Ddisassem.c95 * name - opcode name
96 * format - opcode format in a human-readable way
114 * Specify instruction opcode format in a human-readable way. Use notation
286 arm64_disasm_read_token(struct arm64_insn *insn, u_int opcode, argument
293 *val = (opcode >> insn->tokens[i].pos &
303 arm64_disasm_read_token_sign_ext(struct arm64_insn *insn, u_int opcode, argument
312 *val = ((opcode >> insn->tokens[i].pos) & msk);
388 /* Print opcode by type */
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_fwif.h392 #define BUILD_SGL_OFF__OPCODE(sgl_off, opcode) \
393 ((sgl_off << 5) & 0xE0) | (opcode & 0x1F) /* 3:5 */
395 #define BUILD_RES__OPCODE(res, opcode) \
396 ((res << 5) & 0xE0) | (opcode & 0x1F) /* 3:5 */
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h125 wr.opcode = IBV_WR_SEND;
141 wr.opcode = IBV_WR_RDMA_READ;
159 wr.opcode = IBV_WR_RDMA_WRITE;
242 wr.opcode = IBV_WR_SEND;
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c281 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
296 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
340 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
354 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.h165 u16 opcode);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c152 ns_opcode opcode; local
168 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
182 p_section(section, opcode));
277 u_int opcode, rcode, id; local
283 opcode = ns_msg_getflag(handle, ns_f_opcode);
296 ";; ->>HEADER<<- opcode: %s, status: %s, id: %d\n",
297 _res_opcodes[opcode], p_rcode(rcode), id);
321 p_section(ns_s_qd, opcode), qdcount);
323 p_section(ns_s_an, opcode), ancount);
325 p_section(ns_s_ns, opcode), nscoun
623 p_section(int section, int opcode) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl236 my $opcode = eval("\$$mnemonic");
238 if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(',',$line)); }
H A Dx86gas.pl25 # expand opcode with size suffix;
28 { my($opcode,@arg)=@_;
47 if ($#_==0) { &::emit($opcode); }
48 elsif ($#_==1 && $opcode =~ m/^(call|clflush|j|loop|set)/o)
49 { &::emit($opcode,@arg); }
50 else { &::emit($opcode.$suffix,@arg);}
/freebsd-11-stable/sys/dev/mmc/host/
H A Ddwmmc.c319 if ((cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK ||
320 cmd->opcode == MMC_READ_MULTIPLE_BLOCK) &&
351 reg, cmd->opcode);
358 reg, cmd->opcode);
893 cmdr = cmd->opcode;
895 dprintf("cmd->opcode 0x%08x\n", cmd->opcode);
897 if (cmd->opcode == MMC_STOP_TRANSMISSION ||
898 cmd->opcode == MMC_GO_IDLE_STATE ||
899 cmd->opcode
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_foreign.c112 foreign_show_cfg(int fd, uint32_t opcode, uint8_t cfgidx, int diagnostic) argument
121 if (mfi_config_read_opcode(fd, opcode, &config, mbox, sizeof(mbox)) < 0) {
128 if (opcode == MFI_DCMD_CFG_FOREIGN_PREVIEW)
H A Dmfi_cmd.c53 "Invalid DMCD opcode",
257 mfi_dcmd_command(int fd, uint32_t opcode, void *buf, size_t bufsize, argument
278 dcmd->opcode = opcode;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c57 uint16_t opcode; member in struct:hci_mon_hdr
139 bthdr->opcode = htons(hdr.opcode);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c98 switch (wr->opcode) {
154 if (wr->opcode == IB_WR_RDMA_WRITE_WITH_IMM) {
396 switch (wr->opcode) {
419 wr->opcode);
427 sqp->opcode = wr2opcode(t3_wr_opcode);
435 CTR5(KTR_IW_CXGB, "%s cookie 0x%llx wq idx 0x%x swsq idx %ld opcode %d",
438 sqp->opcode);
574 sqp->opcode = T3_BIND_MW;
598 int opcode = -1; local
604 opcode
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c227 { STRUCT_FIELD(bth, opcode),
397 header->bth.opcode = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE;
399 header->bth.opcode = IB_OPCODE_UD_SEND_ONLY;
529 switch (header->bth.opcode) {
537 pr_warn("Invalid BTH.opcode 0x%02x\n", header->bth.opcode);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h256 u8 opcode[0x10]; member in struct:mlx5_ifc_fpga_create_qp_in_bits
282 u8 opcode[0x10]; member in struct:mlx5_ifc_fpga_modify_qp_in_bits
306 u8 opcode[0x10]; member in struct:mlx5_ifc_fpga_query_qp_in_bits
330 u8 opcode[0x10]; member in struct:mlx5_ifc_fpga_query_qp_counters_in_bits
365 u8 opcode[0x10]; member in struct:mlx5_ifc_fpga_destroy_qp_in_bits
H A Dmlx5fpga_cmd.c234 MLX5_SET(fpga_create_qp_in, in, opcode, MLX5_CMD_OP_FPGA_CREATE_QP);
255 MLX5_SET(fpga_modify_qp_in, in, opcode, MLX5_CMD_OP_FPGA_MODIFY_QP);
271 MLX5_SET(fpga_query_qp_in, in, opcode, MLX5_CMD_OP_FPGA_QUERY_QP);
288 MLX5_SET(fpga_destroy_qp_in, in, opcode, MLX5_CMD_OP_FPGA_DESTROY_QP);
301 MLX5_SET(fpga_query_qp_counters_in, in, opcode,
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-eigrp.c39 uint8_t opcode; member in struct:eigrp_common_header
243 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode),
252 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode),
259 ND_PRINT((ndo, "\n\tEIGRP v%u, opcode: %s (%u), chksum: 0x%04x, Flags: [%s]\n\tseq: 0x%08x, ack: 0x%08x, AS: %u, length: %u",
261 tok2str(eigrp_opcode_values, "unknown, type: %u",eigrp_com_header->opcode),
262 eigrp_com_header->opcode,
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c243 V_CQE_OPCODE(swcqe->opcode) |
274 BUG_ON(swsqe->opcode != FW_RI_READ_REQ);
346 if (wq->sq.oldest_read->opcode == FW_RI_READ_REQ)
506 "%s opcode 0x%0x len 0x%0x wrid_hi_stag 0x%x wrid_low_msn 0x%x",
546 * 2) opcode not reflected from the wr.
744 CTR5(KTR_IW_CXGBE, "%s qpid 0x%x type %d opcode %d status 0x%x",
756 wc->opcode = IB_WC_RECV;
766 wc->opcode = IB_WC_RDMA_WRITE;
769 wc->opcode = IB_WC_RDMA_READ;
774 wc->opcode
[all...]

Completed in 370 milliseconds

1234567891011>>