Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 200 of 429) sorted by relevance

123

/linux-4.4.14/arch/arm/nwfpe/
Dfpopcode.h204 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8) argument
207 #define getOffset(opcode) (opcode & MASK_OFFSET) argument
210 #define TEST_OPCODE(opcode,mask) (((opcode) & (mask)) == (mask)) argument
212 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) argument
213 #define STORE_OP(opcode) ((opcode & (MASK_CPDT | BIT_LOAD)) == MASK_CPDT) argument
215 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument
216 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument
217 #define STF_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument
218 #define SFM_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument
220 #define PREINDEXED(opcode) ((opcode & BIT_PREINDEX) != 0) argument
[all …]
Dfpa11_cprt.c35 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT()
69 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT()
112 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX()
154 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
Dfpa11.c47 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode()
65 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
97 unsigned int EmulateAll(unsigned int opcode) in EmulateAll()
Dfpa11_cpdt.c224 unsigned int PerformLDF(const unsigned int opcode) in PerformLDF()
267 unsigned int PerformSTF(const unsigned int opcode) in PerformSTF()
318 unsigned int PerformLFM(const unsigned int opcode) in PerformLFM()
354 unsigned int PerformSFM(const unsigned int opcode) in PerformSFM()
390 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
Dfpa11_cpdo.c30 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
Dsingle_cpdo.c88 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
Dextended_cpdo.c90 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
Ddouble_cpdo.c111 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
/linux-4.4.14/arch/x86/lib/
Dinat.c27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute()
40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute()
79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
Dinsn.c205 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinat.c27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute()
40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute()
79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
Dinsn.c205 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local
Dinsn.h43 struct insn_field opcode; /* member
/linux-4.4.14/arch/x86/mm/
Dpf_in.c119 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode()
135 #define CHECK_OP_TYPE(opcode, array, type) \ argument
145 unsigned int opcode; in get_ins_type() local
166 unsigned int opcode; in get_ins_reg_width() local
189 unsigned int opcode; in get_ins_mem_width() local
412 unsigned int opcode; in get_ins_reg_val() local
466 unsigned int opcode; in get_ins_imm_val() local
Dfault.c91 unsigned char opcode, int *prefetch) in check_prefetch_opcode()
157 unsigned char opcode; in is_prefetch() local
/linux-4.4.14/arch/sh/kernel/
Dtraps_64.c39 insn_size_t opcode; in read_opcode() local
84 insn_size_t opcode, in generate_and_check_address()
166 insn_size_t opcode, in misaligned_load()
241 insn_size_t opcode, in misaligned_store()
312 insn_size_t opcode, in misaligned_fpu_load()
384 insn_size_t opcode, in misaligned_fpu_store()
458 insn_size_t opcode; in misaligned_fixup() local
649 insn_size_t opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ in do_reserved_inst() local
Dtraps.c111 insn_size_t opcode; in is_valid_bugaddr() local
Dkprobes.c45 kprobe_opcode_t opcode = *(kprobe_opcode_t *) (p->addr); in arch_prepare_kprobe() local
/linux-4.4.14/arch/blackfin/kernel/
Dtrace.c274 static void decode_ProgCtrl_0(unsigned int opcode) in decode_ProgCtrl_0()
330 static void decode_BRCC_0(unsigned int opcode) in decode_BRCC_0()
346 static void decode_CALLa_0(unsigned int opcode) in decode_CALLa_0()
372 static void decode_LoopSetup_0(unsigned int opcode) in decode_LoopSetup_0()
399 static void decode_dspLDST_0(unsigned int opcode) in decode_dspLDST_0()
462 static void decode_LDST_0(unsigned int opcode) in decode_LDST_0()
520 static void decode_LDSTii_0(unsigned int opcode) in decode_LDSTii_0()
557 static void decode_LDSTidxI_0(unsigned int opcode) in decode_LDSTidxI_0()
589 static void decode_opcode(unsigned int opcode) in decode_opcode()
623 unsigned int opcode; in decode_instruction() local
Dtraps.c75 int opcode; in trap_c() local
568 unsigned int opcode; in is_valid_bugaddr() local
Dpseudodbg.c106 bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg_assert()
158 bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg()
Ddumpstack.c21 unsigned int opcode; in is_bfin_call() local
/linux-4.4.14/include/scsi/
Dsrp.h120 u8 opcode; member
138 u8 opcode; member
150 u8 opcode; member
160 u8 opcode; member
166 u8 opcode; member
178 u8 opcode; member
196 u8 opcode; member
228 u8 opcode; member
244 u8 opcode; member
252 u8 opcode; member
[all …]
Discsi_proto.h88 uint8_t opcode; member
150 uint8_t opcode; member
195 uint8_t opcode; member
226 uint8_t opcode; member
254 uint8_t opcode; member
269 uint8_t opcode; member
285 uint8_t opcode; member
316 uint8_t opcode; member
343 uint8_t opcode; member
361 uint8_t opcode; member
[all …]
Dscsi_common.h18 #define COMMAND_SIZE(opcode) scsi_command_size_tbl[((opcode) >> 5) & 7] argument
/linux-4.4.14/net/bluetooth/
Dmgmt_util.c124 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find()
140 u16 opcode, in mgmt_pending_find_data()
156 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach()
170 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
Dhci_request.c81 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd()
108 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev()
138 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add()
555 u16 opcode) in update_background_scan_complete()
645 static void abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in abort_conn_complete()
Damp.c225 u16 opcode, struct sk_buff *skb) in read_local_amp_assoc_complete()
323 u16 opcode, struct sk_buff *skb) in write_remote_amp_assoc_complete()
421 u16 opcode) in create_phylink_complete()
469 u16 opcode) in accept_phylink_complete()
Dmgmt.c321 __le16 *opcode = rp->opcodes; in read_commands() local
329 __le16 *opcode = rp->opcodes; in read_commands() local
577 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp()
831 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find()
836 static struct mgmt_pending_cmd *pending_find_data(u16 opcode, in pending_find_data()
1401 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp()
1409 static void clean_up_hci_complete(struct hci_dev *hdev, u8 status, u16 opcode) in clean_up_hci_complete()
1809 u16 opcode) in set_discoverable_complete()
2067 u16 opcode) in set_connectable_complete()
2481 static void le_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in le_enable_complete()
[all …]
Dmgmt_util.h25 u16 opcode; member
Dhci_sock.c258 __le16 opcode; in hci_send_to_monitor() local
313 __le16 opcode; in create_monitor_event() local
1048 u16 opcode, index, len; in hci_mgmt_cmd() local
1233 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
Dhci_core.c203 static void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete()
228 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
293 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
2620 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() local
3039 static void inquiry_complete(struct hci_dev *hdev, u8 status, u16 opcode) in inquiry_complete()
3052 u16 opcode) in le_scan_disable_work_complete()
3135 u16 opcode) in le_scan_restart_work_complete()
3635 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3660 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3678 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync()
[all …]
Dhci_conn.c685 static void create_le_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in create_le_conn_complete()
937 u16 opcode) in hci_connect_le_scan_complete()
/linux-4.4.14/drivers/acpi/acpica/
Dpsopinfo.c69 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info()
161 char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
Dexmisc.c414 u64 acpi_ex_do_math_op(u16 opcode, u64 integer0, u64 integer1) in acpi_ex_do_math_op()
501 acpi_ex_do_logical_numeric_op(u16 opcode, in acpi_ex_do_logical_numeric_op()
563 acpi_ex_do_logical_op(u16 opcode, in acpi_ex_do_logical_op()
Dpsutils.c89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op()
116 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op()
Dpsparse.c74 u32 acpi_ps_get_opcode_size(u32 opcode) in acpi_ps_get_opcode_size()
103 u16 opcode; in acpi_ps_peek_opcode() local
Dpsargs.c395 u16 opcode; in acpi_ps_get_next_simple_arg() local
490 u16 opcode; in acpi_ps_get_next_field() local
Dexresop.c133 acpi_ex_resolve_operands(u16 opcode, in acpi_ex_resolve_operands()
Dacresrc.h67 u8 opcode; member
125 u8 opcode; member
Dacinterp.h68 u8 opcode; member
Ddsobject.c629 u16 opcode, in acpi_ds_init_object_from_op()
Dnsxfname.c564 u16 opcode; in ACPI_EXPORT_SYMBOL() local
Ddsutils.c468 u16 opcode; in acpi_ds_create_operand() local
Ddsmthdat.c684 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h54 opcode : 4, member
73 opcode : 4, member
91 opcode : 4, member
109 opcode : 4, member
127 opcode : 4, member
145 opcode : 4, member
Daicasm_gram.y1650 format_1_instr(int opcode, symbol_ref_t *dest, expression_t *immed, in format_1_instr()
1727 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr()
1788 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr()
1858 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-tracepoints.c44 void __trace_opal_entry(unsigned long opcode, unsigned long *args) in __trace_opal_entry()
65 void __trace_opal_exit(long opcode, unsigned long retval) in __trace_opal_exit()
/linux-4.4.14/arch/c6x/kernel/
Dmodule.c19 u32 opcode; in fixup_pcr() local
53 u32 *location, opcode; in apply_relocate_add() local
/linux-4.4.14/arch/s390/include/uapi/asm/
Dsie.h81 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument
83 #define exit_code(opcode, mnemonic) \ argument
/linux-4.4.14/drivers/scsi/
Dnsp32_debug.c47 #define group(opcode) (((opcode) >> 5) & 7) argument
63 static void print_opcodek(unsigned char opcode) in print_opcodek()
Dconstants.c26 int opcode; member
259 bool scsi_opcode_sa_name(int opcode, int service_action, in scsi_opcode_sa_name()
Dps3rom.c100 unsigned char opcode = cmd->cmnd[0]; in ps3rom_atapi_request() local
220 unsigned char opcode; in ps3rom_queuecommand_lck() local
Dwd719x.c118 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun, in wd719x_direct_cmd()
484 static int wd719x_reset(struct scsi_cmnd *cmd, u8 opcode, u8 device) in wd719x_reset()
Dlibiscsi.c259 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions()
654 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_prep_mgmt_task() local
700 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in __iscsi_conn_send_pdu() local
1036 int opcode, rc = 0; in iscsi_handle_reject() local
1158 int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; in __iscsi_complete_pdu() local
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_awg_utils.c11 enum opcode { enum
23 static int awg_generate_instr(enum opcode opcode, in awg_generate_instr()
/linux-4.4.14/drivers/scsi/pcmcia/
Dnsp_debug.c49 #define group(opcode) (((opcode) >> 5) & 7) argument
65 static void print_opcodek(unsigned char opcode) in print_opcodek()
/linux-4.4.14/arch/mips/kernel/
Dtraps.c510 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll()
549 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc()
597 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc()
652 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal()
666 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned short opcode) in simulate_rdhwr_mm()
679 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync()
763 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp()
938 unsigned int opcode, bcode; in do_bp() local
1029 u32 opcode, tcode = 0; in do_tr() local
1075 unsigned int opcode = 0; in do_ri() local
[all …]
/linux-4.4.14/arch/x86/include/asm/
Diosf_mbi.h124 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read()
131 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write()
138 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
Dinsn.h43 struct insn_field opcode; /* member
/linux-4.4.14/arch/arm/probes/
Ddecode-thumb.c846 static void __kprobes thumb16_singlestep(probes_opcode_t opcode, in thumb16_singlestep()
855 static void __kprobes thumb32_singlestep(probes_opcode_t opcode, in thumb32_singlestep()
Ddecode.c178 void __kprobes probes_simulate_nop(probes_opcode_t opcode, in probes_simulate_nop()
184 void __kprobes probes_emulate_none(probes_opcode_t opcode, in probes_emulate_none()
/linux-4.4.14/arch/mn10300/mm/
Dmisalignment.c154 u_int32_t opcode; member
325 uint32_t opcode, noc, xo, xm; in misalignment() local
549 unsigned params, unsigned opcode, in misalignment_addr()
678 unsigned opcode, unsigned long disp, in misalignment_reg()
741 static void misalignment_MOV_Lcc(struct pt_regs *regs, uint32_t opcode) in misalignment_MOV_Lcc()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_rc.c728 u32 opcode; in reset_psn() local
857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack()
1121 u32 opcode, in ipath_rc_rcv_resp()
1339 u32 opcode, in ipath_rc_rcv_error()
1574 u32 opcode; in ipath_rc_rcv() local
Dipath_uc.c244 int opcode; in ipath_uc_rcv() local
Dipath_ud.c412 int opcode; in ipath_ud_rcv() local
/linux-4.4.14/drivers/mmc/core/
Dmmc_ops.c265 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native()
292 u32 opcode, void *buf, unsigned len) in mmc_send_cxd_data()
591 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning()
661 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, in mmc_send_bus_test()
762 unsigned int opcode; in mmc_send_hpi_cmd() local
Dsdio_ops.h24 static inline bool mmc_is_io_op(u32 opcode) in mmc_is_io_op()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtrace.c56 u8 opcode; in ibhdr_exhdr_len() local
84 u8 opcode, in parse_everbs_hdrs()
Drc.c800 u32 opcode; in reset_psn() local
990 u32 opcode; in hfi1_rc_send_complete() local
1160 static int do_rc_ack(struct hfi1_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack()
1433 u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, in rc_rcv_resp()
1627 struct hfi1_qp *qp, u32 opcode, u32 psn, int diff, in rc_rcv_error()
1947 u32 bth0, opcode; in hfi1_rc_rcv() local
2393 u32 opcode; in hfi1_rc_hdrerr() local
Dtrace.h383 #define ib_opcode_name(opcode) { IB_OPCODE_##opcode, #opcode } argument
384 #define show_ib_opcode(opcode) \ argument
Duc.c271 u32 opcode; in hfi1_uc_rcv() local
Dud.c644 int opcode; in hfi1_ud_rcv() local
/linux-4.4.14/arch/powerpc/platforms/pseries/
DhvCall_inst.c106 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry()
118 static void probe_hcall_exit(void *ignored, unsigned long opcode, unsigned long retval, in probe_hcall_exit()
Dlpar.c700 void __trace_hcall_entry(unsigned long opcode, unsigned long *args) in __trace_hcall_entry()
728 void __trace_hcall_exit(long opcode, unsigned long retval, in __trace_hcall_exit()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_rc.c789 u32 opcode; in reset_psn() local
977 u32 opcode; in qib_rc_send_complete() local
1129 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack()
1403 u32 opcode, in qib_rc_rcv_resp()
1627 u32 opcode, in qib_rc_rcv_error()
1869 u32 opcode; in qib_rc_rcv() local
Dqib_uc.c246 u32 opcode; in qib_uc_rcv() local
Dqib_ud.c432 int opcode; in qib_ud_rcv() local
/linux-4.4.14/drivers/bluetooth/
Dhci_vhci.c91 static int __vhci_create_device(struct vhci_data *data, __u8 opcode) in __vhci_create_device()
158 static int vhci_create_device(struct vhci_data *data, __u8 opcode) in vhci_create_device()
174 __u8 pkt_type, opcode; in vhci_get_user() local
Dbtmrvl_main.c60 u16 opcode; in btmrvl_check_evtpkt() local
175 static int btmrvl_send_sync_cmd(struct btmrvl_private *priv, u16 opcode, in btmrvl_send_sync_cmd()
Dhci_intel.c65 __u8 opcode; member
450 static int inject_cmd_complete(struct hci_dev *hdev, __u16 opcode) in inject_cmd_complete()
1131 __u16 opcode = le16_to_cpu(cmd->opcode); in intel_dequeue() local
Dbtrtl.c75 u8 opcode, length, data, rom_version = 0; in rtl8723b_parse_firmware() local
Dbtbcm.c112 u16 opcode; in btbcm_patchram() local
Dbtintel.h68 __le16 opcode; member
/linux-4.4.14/arch/x86/platform/intel/
Diosf_mbi.c101 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read()
124 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write()
147 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
/linux-4.4.14/net/nfc/nci/
Dcore.c342 __u16 opcode; member
368 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, __u8 *payload) in nci_core_cmd()
1242 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, void *payload) in nci_send_cmd()
1276 __u16 opcode) in ops_cmd_lookup()
1319 int nci_prop_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_rsp_packet()
1326 int nci_prop_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_ntf_packet()
1333 int nci_core_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_rsp_packet()
1340 int nci_core_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_ntf_packet()
/linux-4.4.14/arch/x86/kernel/
Dalternative.c277 static inline bool is_jmp(const u8 opcode) in is_jmp()
663 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early()
689 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke()
772 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp()
Dstep.c57 unsigned char opcode[15]; in is_setting_trap_flag() local
Dparavirt.c88 unsigned char opcode; member
/linux-4.4.14/arch/arm/kernel/
Dopcodes.c55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
Dinsn.c38 unsigned long opcode = 0xea000000; in __arm_gen_branch_arm() local
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dcmd.h65 static inline int mlxsw_cmd_exec_in(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_in()
73 static inline int mlxsw_cmd_exec_out(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_out()
83 static inline int mlxsw_cmd_exec_none(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_none()
110 static inline const char *mlxsw_cmd_opcode_str(u16 opcode) in mlxsw_cmd_opcode_str()
/linux-4.4.14/drivers/lightnvm/
Dcore.c537 char opcode, devname[DISK_NAME_LEN]; in nvm_configure_show() local
565 char opcode; in nvm_configure_remove() local
582 char opcode; in nvm_configure_create() local
606 char opcode; in nvm_configure_by_str_event() local
/linux-4.4.14/net/ceph/
Dceph_strings.c22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
Dosd_client.c441 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid()
444 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument
459 u16 opcode, u32 flags) in _osd_req_op_init()
475 unsigned int which, u16 opcode, u32 flags) in osd_req_op_init()
482 unsigned int which, u16 opcode, in osd_req_op_extent_init()
525 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init()
562 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init()
596 unsigned int which, u16 opcode, in osd_req_op_watch_init()
774 int opcode, int flags, in ceph_osdc_new_request()
2335 u8 opcode = event_work->opcode; in do_event_work() local
[all …]
Ddebugfs.c151 int opcode; in osdc_show() local
/linux-4.4.14/include/trace/events/
Dtarget.h14 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
Dlibata.h12 #define ata_opcode_name(opcode) { opcode, #opcode } argument
Dscsi.h12 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_tftp.h7 __be16 opcode; member
/linux-4.4.14/include/linux/
Dmmiotrace.h92 unsigned char opcode; /* one of MMIO_{READ,WRITE,UNKNOWN_OP} */ member
101 unsigned char opcode; /* MMIO_PROBE or MMIO_UNPROBE */ member
Dnvme.h295 __u8 opcode; member
307 __u8 opcode; member
349 __u8 opcode; member
426 __u8 opcode; member
438 __u8 opcode; member
451 __u8 opcode; member
465 __u8 opcode; member
479 __u8 opcode; member
489 __u8 opcode; member
499 __u8 opcode; member
[all …]
Dti_wilink_st.h351 u16 opcode; member
413 u8 opcode; member
/linux-4.4.14/drivers/spmi/
Dspmi.c99 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd()
111 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd()
125 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd()
/linux-4.4.14/include/uapi/linux/
Dnvme_ioctl.h21 __u8 opcode; member
36 __u8 opcode; member
/linux-4.4.14/arch/powerpc/xmon/
Dppc-dis.c33 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
Dspu-dis.c58 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
Dppc.h34 unsigned long opcode; member
Dspu.h86 unsigned int opcode; member
/linux-4.4.14/include/linux/mlx5/
Dmlx5_ifc.h2573 u8 opcode[0x10]; member
2595 u8 opcode[0x10]; member
2625 u8 opcode[0x10]; member
2655 u8 opcode[0x10]; member
2684 u8 opcode[0x10]; member
2707 u8 opcode[0x10]; member
2739 u8 opcode[0x10]; member
2761 u8 opcode[0x10]; member
2782 u8 opcode[0x10]; member
2815 u8 opcode[0x10]; member
[all …]
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_mm.c289 uint8_t opcode; in handle_drvrcmd() local
364 uint8_t opcode; in mimd_to_kioc() local
807 uint8_t opcode; in kioc_to_mimd() local
Dmegaraid_mm.h72 uint8_t opcode; member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dmci.c210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg()
367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg()
490 u32 offset, subtype, opcode; in ath_mci_intr() local
Dar9003_mci.c466 u8 opcode, u32 bt_flags) in ar9003_mci_send_coex_bt_flags()
1074 u8 type, opcode; in ar9003_mci_queue_unsent_gpm() local
/linux-4.4.14/drivers/nvme/host/
Dlightnvm.c38 __u8 opcode; member
54 __u8 opcode; member
70 __u8 opcode; member
82 __u8 opcode; member
95 __u8 opcode; member
107 __u8 opcode; member
122 __u8 opcode; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c169 u32 opcode = bnx2x_dmae_opcode(bp, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_hw_stats_post() local
221 u32 opcode; in bnx2x_stats_pmf_update() local
269 u32 opcode; in bnx2x_port_stats_init() local
1265 u32 opcode; in bnx2x_port_stats_stop() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c47 __u32 opcode; member
138 __u32 opcode; member
157 const char *ll_opcode2str(__u32 opcode) in ll_opcode2str()
177 static const char *ll_eopcode2str(__u32 opcode) in ll_eopcode2str()
240 __u32 opcode = ll_rpc_opcode_table[i].opcode; in ptlrpc_ldebugfs_register() local
Dclient.c593 __u32 version, int opcode, in __ptlrpc_request_bufs_pack()
661 __u32 version, int opcode, char **bufs, in ptlrpc_request_bufs_pack()
678 __u32 version, int opcode) in ptlrpc_request_pack()
808 __u32 version, int opcode) in ptlrpc_request_alloc_pack()
/linux-4.4.14/arch/tile/kernel/
Dsingle_step.c419 int opcode = get_Opcode_X1(bundle); in single_step_once() local
604 int opcode = get_Opcode_Y2(bundle); in single_step_once() local
Dkgdb.c185 unsigned int opcode; in get_step_address() local
Dunaligned.c589 unsigned int mod, opcode; in jit_bundle_gen() local
682 unsigned int opcode; in jit_bundle_gen() local
/linux-4.4.14/drivers/ssb/
Ddriver_chipcommon_sflash.c72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) in ssb_sflash_cmd()
/linux-4.4.14/kernel/bpf/
Dverifier.c388 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local
1018 u8 opcode = BPF_OP(insn->code); in check_alu_op() local
1180 u8 opcode = BPF_OP(insn->code); in check_cond_jmp_op() local
1518 u8 opcode = BPF_OP(insns[t].code); in check_cfg() local
1877 u8 opcode = BPF_OP(insn->code); in do_check() local
/linux-4.4.14/drivers/bcma/
Ddriver_chipcommon_sflash.c73 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) in bcma_sflash_cmd()
/linux-4.4.14/arch/ia64/kernel/
Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_device.c890 octeon_get_dispatch(struct octeon_device *octeon_dev, u16 opcode, in octeon_get_dispatch()
949 u16 opcode, in octeon_register_dispatch_fn()
1024 octeon_unregister_dispatch_fn(struct octeon_device *oct, u16 opcode, in octeon_unregister_dispatch_fn()
Dliquidio_common.h348 u64 opcode:4; member
384 u64 opcode:4; member
392 u64 opcode:4; member
402 u64 opcode:4; member
412 u64 opcode:4; member
/linux-4.4.14/drivers/mmc/host/
Drtsx_usb_sdmmc.c682 u8 opcode, u8 sample_point) in sd_tuning_rx_cmd()
704 u8 opcode, u16 *phase_map) in sd_tuning_phase()
719 static int sd_tuning_rx(struct rtsx_usb_sdmmc *host, u8 opcode) in sd_tuning_rx()
1268 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdmmc_execute_tuning()
Dsdricoh_cs.c167 static int sdricoh_mmc_cmd(struct sdricoh_host *host, unsigned char opcode, in sdricoh_mmc_cmd()
271 unsigned char opcode = cmd->opcode; in sdricoh_request() local
Drtsx_pci_sdmmc.c709 u8 opcode, u8 sample_point) in sd_tuning_rx_cmd()
731 u8 opcode, u32 *phase_map) in sd_tuning_phase()
748 static int sd_tuning_rx(struct realtek_pci_sdmmc *host, u8 opcode) in sd_tuning_rx()
1273 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdmmc_execute_tuning()
Dsdhci-sirf.c80 static int sdhci_sirf_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_sirf_execute_tuning()
Ddw_mmc-rockchip.c86 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_rk3288_execute_tuning()
Dmtk-sd.c622 u32 opcode = cmd->opcode; in msdc_cmd_prepare_raw_cmd() local
1312 static int msdc_tune_response(struct mmc_host *mmc, u32 opcode) in msdc_tune_response()
1358 static int msdc_tune_data(struct mmc_host *mmc, u32 opcode) in msdc_tune_data()
1412 static int msdc_execute_tuning(struct mmc_host *mmc, u32 opcode) in msdc_execute_tuning()
Dsdhci-msm.c346 static int sdhci_msm_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_msm_execute_tuning()
/linux-4.4.14/arch/alpha/kernel/
Dtraps.c460 do_entUna(void * va, unsigned long opcode, unsigned long reg, in do_entUna()
775 do_entUnaUser(void __user * va, unsigned long opcode, in do_entUnaUser()
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_dma.c47 #define RISC_INSTR(risc_pos, opcode) (mantis->risc_cpu[risc_pos++] = cpu_to_le32(opcode)) argument
/linux-4.4.14/include/uapi/linux/netfilter_bridge/
Debt_arp.h23 __be16 opcode; member
/linux-4.4.14/arch/s390/kernel/
Djump_label.c16 u16 opcode; member
Dtraps.c183 __u8 opcode[6]; in illegal_op() local
/linux-4.4.14/include/net/bluetooth/
Dhci_mon.h28 __le16 opcode; member
Dhci_sock.h52 __le16 opcode; member
58 __le16 opcode; member
/linux-4.4.14/drivers/media/firewire/
Dfiredtv-avc.c81 u8 opcode; member
88 u8 opcode; member
164 static const char *debug_fcp_opcode(unsigned int opcode, in debug_fcp_opcode()
208 unsigned int subunit_type, subunit_id, opcode; in debug_fcp() local
/linux-4.4.14/include/uapi/linux/mmc/
Dioctl.h13 __u32 opcode; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c376 u8 opcode = 0, inner_hdr_len = 0, outer_hdr_len = 0, total_hdr_len = 0; in qlcnic_tx_encap_pkt() local
463 u8 l4proto, opcode = 0, hdr_len = 0; in qlcnic_tx_pkt() local
1086 int i = 0, opcode, ret; in qlcnic_handle_fw_message() local
1361 int opcode, desc_cnt, count = 0; in qlcnic_process_rcv_ring() local
1538 int ring, opcode, desc_cnt; in qlcnic_82xx_process_rcv_ring_diag() local
1887 int count = 0, opcode; in qlcnic_83xx_process_rcv_ring() local
2213 int ring, opcode; in qlcnic_83xx_process_rcv_ring_diag() local
/linux-4.4.14/drivers/net/wimax/i2400m/
Dusb-fw.c188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400mu_bus_bm_cmd_send() local
Di2400m.h729 __le32 i2400m_brh_command(enum i2400m_brh_opcode opcode, unsigned use_checksum, in i2400m_brh_command()
742 enum i2400m_brh_opcode opcode) in i2400m_brh_set_opcode()
Dfw.c453 ssize_t __i2400m_bm_ack_verify(struct i2400m *i2400m, int opcode, in __i2400m_bm_ack_verify()
590 int opcode = cmd == NULL ? -1 : i2400m_brh_get_opcode(cmd); in i2400m_bm_cmd() local
/linux-4.4.14/drivers/mtd/spi-nor/
Dnxp-spifi.c130 static int nxp_spifi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in nxp_spifi_read_reg()
152 static int nxp_spifi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in nxp_spifi_write_reg()
Dfsl-quadspi.c579 u8 opcode, unsigned int to, u32 *txbuf, in fsl_qspi_nor_write()
788 static int fsl_qspi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_read_reg()
801 static int fsl_qspi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_write_reg()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_nl.h110 uint32_t opcode; member
143 uint8_t opcode; member
Dlpfc_mbox.c1617 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local
1768 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config()
1878 uint8_t opcode = 0; in lpfc_sli4_mbox_rsrc_extent() local
/linux-4.4.14/arch/avr32/kernel/
Dtraps.c175 unsigned short opcode; in is_valid_bugaddr() local
/linux-4.4.14/include/uapi/linux/can/
Dbcm.h67 __u32 opcode; member
/linux-4.4.14/tools/firewire/
Ddecode-fcp.c136 uint32_t opcode:8; member
/linux-4.4.14/net/irda/
Diriap.c820 __u8 opcode; in iriap_data_indication() local
911 __u8 opcode; in iriap_call_indication() local
Dirlmp_frame.c59 __u8 opcode, struct sk_buff *skb) in irlmp_send_lcf_pdu()
/linux-4.4.14/arch/mn10300/kernel/
Dkgdb.c364 u8 opcode; in kgdb_arch_undo_singlestep() local
Dtraps.c128 u8 opcode; in die_if_no_fixup() local
/linux-4.4.14/arch/arc/kernel/
Dkgdb.c80 uint16_t opcode[2]; member
/linux-4.4.14/arch/alpha/math-emu/
Dmath.c340 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dptrace.c277 unsigned long opcode; in insn_size() local
/linux-4.4.14/arch/arm/probes/uprobes/
Dcore.c51 probes_opcode_t opcode; in arch_uprobe_skip_sstep() local
/linux-4.4.14/include/video/
Dmetronomefb.h17 u16 opcode; member
/linux-4.4.14/arch/powerpc/sysdev/
Dcpm2.c88 int cpm_command(u32 command, u8 opcode) in cpm_command()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c267 u8 opcode; in bnx2fc_srr_compl() local
382 u8 opcode; in bnx2fc_rec_compl() local
/linux-4.4.14/drivers/atm/
Dfore200e.h248 typedef enum opcode { enum
292 struct activate_opcode opcode; /* activate VC command opcode */ member
312 struct deactivate_opcode opcode; /* deactivate VC command opcode */ member
343 struct oc3_opcode opcode; /* set/get OC-3 regs command opcode */ member
464 struct stats_opcode opcode; /* get statistics command opcode */ member
491 struct prom_opcode opcode; /* get PROM data command opcode */ member
499 enum opcode opcode; /* operation code */ member
668 enum opcode opcode; /* initialize command */ member
/linux-4.4.14/drivers/mtd/devices/
Dbcm47xxsflash.c20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) in bcm47xxsflash_cmd()
Dm25p80.c64 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in m25p80_write_reg()
/linux-4.4.14/fs/fuse/
Dfile.c24 int opcode, struct fuse_open_out *outargp) in fuse_send_open()
120 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() local
223 static void fuse_prepare_release(struct fuse_file *ff, int flags, int opcode) in fuse_prepare_release()
246 void fuse_release_common(struct file *file, int opcode) in fuse_release_common()
500 size_t count, int opcode) in fuse_read_fill()
2097 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill()
2146 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_fw.c367 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c403 int opcode=*ptr++; in tcp_options() local
463 int opcode = *ptr++; in tcp_sack() local
Dnf_synproxy_core.c43 int opcode = *ptr++; in synproxy_parse_options() local
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_verbs.c294 u32 opcode = 0; in alloc_fast_reg_mr() local
1101 u32 opcode = 0; in nes_create_qp() local
1529 u32 opcode = 0; in nes_create_cq() local
1780 u32 opcode = 0; in nes_destroy_cq() local
1928 u32 opcode = 0; in nes_reg_mr() local
Dnes_utils.c634 u32 opcode; in nes_post_cqp_request() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c947 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-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c2589 u32 opcode = KWQE_OPCODE(kwqe->kwqe_op_flag); in cnic_bnx2x_kwqe_err() local
2660 u32 opcode; in cnic_submit_bnx2x_iscsi_kwqes() local
2734 u32 opcode; in cnic_submit_bnx2x_fcoe_kwqes() local
3869 u32 opcode = L4_KCQE_OPCODE_VALUE_RESET_COMP; in cnic_cm_abort() local
3912 u8 opcode) in cnic_cm_upcall()
3949 u8 opcode = kcqe->op_code; in cnic_cm_process_offld_pg() local
3992 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-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h167 u8 opcode; member
176 #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE_V(opcode) | (tid)) argument
194 u8 opcode; member
859 u8 opcode; member
962 u8 opcode; member
983 __u8 opcode; member
1057 u8 opcode; member
1067 u8 opcode; member
1074 u8 opcode; member
1092 u8 opcode; member
/linux-4.4.14/arch/parisc/kernel/
Dsignal.c445 u32 opcode, source_reg; in check_syscallno_in_delay_branch() local
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c168 u8 opcode = MLX5_OPCODE_SEND; in mlx5e_sq_xmit() local
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c49 static long ehea_plpar_hcall_norets(unsigned long opcode, in ehea_plpar_hcall_norets()
84 static long ehea_plpar_hcall9(unsigned long opcode, in ehea_plpar_hcall9()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_task.c218 u8 opcode = dl->opcode; in asd_task_tasklet_complete() local
/linux-4.4.14/drivers/scsi/aic7xxx/
Daiclib.h62 uint8_t opcode; member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sideband.c43 u32 port, u32 opcode, u32 addr, u32 *val) in vlv_sideband_rw()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c859 u16 opcode) in i40evf_fill_default_direct_cmd_desc()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c42 static unsigned int build_pm4_header(unsigned int opcode, size_t packet_size) in build_pm4_header()
/linux-4.4.14/arch/mips/mm/
Duasm.c48 enum opcode { enum
66 enum opcode opcode; member
/linux-4.4.14/fs/coda/
Dupcall.c44 static void *alloc_upcall(int opcode, int size) in alloc_upcall()
807 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out) in coda_downcall()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_hw_defs.h373 u16 opcode; /* Either */ member
385 u16 opcode; /* Must be */ member
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c106 int opcode; in malformed_message() local
132 int opcode; in xillybus_isr() local
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h529 __u8 opcode; member
547 __u8 opcode; member
572 __u8 opcode; member
589 __u8 opcode; member
598 __u8 opcode; member
636 __u8 opcode; member
673 __u8 opcode; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h162 u8 opcode; member
171 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid)) argument
436 u8 opcode; member
456 u8 opcode; member
485 u8 opcode; member
/linux-4.4.14/arch/ia64/include/asm/
Dkprobes.h50 unsigned long long opcode : 4; member
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c925 u16 opcode) in i40e_fill_default_direct_cmd_desc()
/linux-4.4.14/drivers/platform/x86/
Dideapad-laptop.c459 int opcode; member
472 int opcode = ideapad_rfk_data[priv->dev].opcode; in ideapad_rfk_set() local
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_cq.c127 u8 opcode; member
141 u8 opcode; member
/linux-4.4.14/block/
Dscsi_ioctl.c421 unsigned int in_len, out_len, bytes, opcode, cmdlen; in sg_scsi_ioctl() local
/linux-4.4.14/include/linux/mmc/
Dcore.h19 u32 opcode; member
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dsdio.c108 u8 mode, u8 opcode, u32 addr, in ath6kl_sdio_set_cmd53_arg()
265 u8 opcode, rw; in ath6kl_sdio_scat_rw() local
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.c763 u8 subsystem, u8 opcode, int cmd_len) in be_cmd_hdr_prepare()
1076 u8 subsys = 0, opcode = 0; in beiscsi_cmd_q_destroy() local
/linux-4.4.14/drivers/staging/rdma/ehca/
Dhcp_if.c93 static long ehca_plpar_hcall_norets(unsigned long opcode, in ehca_plpar_hcall_norets()
141 static long ehca_plpar_hcall9(unsigned long opcode, in ehca_plpar_hcall9()

123