| /Linux-v5.15/arch/alpha/math-emu/ |
| D | math.c | 345 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
|
| /Linux-v5.15/drivers/scsi/ |
| D | myrb.h | 578 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 583 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 590 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 598 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 606 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 616 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 626 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 635 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 644 enum myrb_cmd_opcode opcode; /* Byte 0 */ member 662 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
|
| D | myrs.h | 689 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 703 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 716 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 730 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 745 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 759 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 773 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 789 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 807 enum myrs_cmd_opcode opcode; /* Byte 2 */ member 824 enum myrs_cmd_opcode opcode; /* Byte 2 */ member [all …]
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_offload.c | 947 unsigned int opcode = get_opcode(skb); in do_term() local 1005 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h) in t3_register_cpl_handler() 1023 unsigned int opcode = get_opcode(skb); in process_rx() local
|
| /Linux-v5.15/drivers/gpu/drm/i915/gt/ |
| D | intel_gpu_commands.h | 34 #define MI_INSTR(opcode, flags) (((opcode) << 23) | (flags)) argument 176 #define GFX_INSTR(opcode, flags) ((0x3 << 29) | ((opcode) << 24) | (flags)) argument 253 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
|
| /Linux-v5.15/include/video/ |
| D | metronomefb.h | 17 u16 opcode; member
|
| /Linux-v5.15/arch/csky/abiv1/ |
| D | alignment.c | 216 uint32_t opcode = 0; in csky_alignment() local
|
| /Linux-v5.15/arch/s390/kernel/ |
| D | traps.c | 153 __u8 opcode[6]; in illegal_op() local
|
| /Linux-v5.15/drivers/infiniband/hw/qib/ |
| D | qib_ud.c | 431 int opcode; in qib_ud_rcv() local
|
| /Linux-v5.15/arch/x86/kernel/kprobes/ |
| D | core.c | 141 kprobe_opcode_t opcode; in can_boost() local 576 insn_byte_t opcode = insn->opcode.bytes[0]; in prepare_emulation() local
|
| /Linux-v5.15/drivers/crypto/marvell/octeontx/ |
| D | otx_cptvf_reqmgr.h | 62 union otx_cpt_opcode_info opcode; member 95 __be16 opcode; member
|
| /Linux-v5.15/drivers/infiniband/sw/rxe/ |
| D | rxe_resp.c | 613 int opcode, in prepare_ack_packet() 671 int opcode; in read_reply() local
|
| /Linux-v5.15/drivers/gpu/drm/msm/adreno/ |
| D | adreno_gpu.h | 344 OUT_PKT3(struct msm_ringbuffer *ring, uint8_t opcode, uint16_t cnt) in OUT_PKT3() 373 OUT_PKT7(struct msm_ringbuffer *ring, uint8_t opcode, uint16_t cnt) in OUT_PKT7()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | cxl_mem.h | 164 __u16 opcode; member
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | kprobes.h | 70 unsigned char opcode; member
|
| /Linux-v5.15/drivers/scsi/sym53c8xx_2/ |
| D | sym_fw.c | 350 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
|
| /Linux-v5.15/drivers/mtd/devices/ |
| D | bcm47xxsflash.c | 22 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) in bcm47xxsflash_cmd()
|
| /Linux-v5.15/net/bluetooth/ |
| D | hci_core.c | 2774 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() local 4252 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd() 4276 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send() 4308 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data() 4326 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync() 5010 u16 opcode; in hci_resend_last() local 5028 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
|
| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc_mbox.c | 1628 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local 1781 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() 1891 uint8_t opcode = 0; in lpfc_sli4_mbox_rsrc_extent() local
|
| /Linux-v5.15/drivers/target/iscsi/cxgbit/ |
| D | cxgbit_target.c | 167 u32 opcode = FW_OFLD_TX_DATA_WR; in cxgbit_tx_data_wr() local 1214 u8 opcode = (hdr->opcode & ISCSI_OPCODE_MASK); in cxgbit_target_rx_opcode() local 1291 u8 opcode; in cxgbit_rx_opcode() local
|
| /Linux-v5.15/drivers/infiniband/hw/efa/ |
| D | efa_admin_defs.h | 29 u8 opcode; member
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/ |
| D | cnic.c | 2586 u32 opcode = KWQE_OPCODE(kwqe->kwqe_op_flag); in cnic_bnx2x_kwqe_err() local 2657 u32 opcode; in cnic_submit_bnx2x_iscsi_kwqes() local 2731 u32 opcode; in cnic_submit_bnx2x_fcoe_kwqes() local 3866 u32 opcode = L4_KCQE_OPCODE_VALUE_RESET_COMP; in cnic_cm_abort() local 3909 u8 opcode) in cnic_cm_upcall() 3946 u8 opcode = kcqe->op_code; in cnic_cm_process_offld_pg() local 3989 u8 opcode = l4kcqe->op_code; in cnic_cm_process_kcqe() local 4118 static int cnic_ready_to_close(struct cnic_sock *csk, u32 opcode) in cnic_ready_to_close() 4144 static void cnic_close_bnx2_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2_conn() 4173 static void cnic_close_bnx2x_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2x_conn()
|
| /Linux-v5.15/arch/x86/mm/ |
| D | fault.c | 69 unsigned char opcode, int *prefetch) in check_prefetch_opcode() 148 unsigned char opcode; in is_prefetch() local
|
| /Linux-v5.15/kernel/bpf/ |
| D | verifier.c | 2177 u8 opcode = BPF_OP(insn->code); in backtrack_insn() local 6703 static bool sanitize_needed(u8 opcode) in sanitize_needed() 6747 u8 opcode = BPF_OP(insn->code); in sanitize_ptr_alu() local 6967 u8 opcode = BPF_OP(insn->code); in adjust_ptr_min_max_vals() local 7761 u8 opcode = BPF_OP(insn->code); in adjust_scalar_min_max_vals() local 7926 u8 opcode = BPF_OP(insn->code); in adjust_reg_min_max_vals() local 8003 u8 opcode = BPF_OP(insn->code); in check_alu_op() local 8269 static int is_branch32_taken(struct bpf_reg_state *reg, u32 val, u8 opcode) in is_branch32_taken() 8343 static int is_branch64_taken(struct bpf_reg_state *reg, u64 val, u8 opcode) in is_branch64_taken() 8422 static int is_branch_taken(struct bpf_reg_state *reg, u64 val, u8 opcode, in is_branch_taken() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/tegra/ |
| D | firewall.c | 158 u32 word, opcode, offset, count, mask, class; in tegra_drm_fw_validate() local
|