/linux-4.1.27/arch/arm/nwfpe/ |
D | fpopcode.h | 204 #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 …]
|
D | fpa11_cprt.c | 35 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()
|
D | fpa11.c | 47 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()
|
D | fpa11_cpdt.c | 224 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()
|
D | fpa11_cpdo.c | 30 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
|
D | single_cpdo.c | 88 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
|
D | extended_cpdo.c | 90 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
|
D | double_cpdo.c | 111 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
|
/linux-4.1.27/arch/x86/lib/ |
D | inat.c | 27 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()
|
D | insn.c | 205 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local
|
/linux-4.1.27/arch/x86/mm/ |
D | pf_in.c | 119 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
|
D | fault.c | 89 unsigned char opcode, int *prefetch) in check_prefetch_opcode() 155 unsigned char opcode; in is_prefetch() local
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps_64.c | 39 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
|
D | traps.c | 111 insn_size_t opcode; in is_valid_bugaddr() local
|
D | kprobes.c | 45 kprobe_opcode_t opcode = *(kprobe_opcode_t *) (p->addr); in arch_prepare_kprobe() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | trace.c | 274 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
|
D | traps.c | 75 int opcode; in trap_c() local 568 unsigned int opcode; in is_valid_bugaddr() local
|
D | pseudodbg.c | 106 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()
|
D | dumpstack.c | 21 unsigned int opcode; in is_bfin_call() local
|
/linux-4.1.27/include/scsi/ |
D | srp.h | 119 u8 opcode; member 137 u8 opcode; member 149 u8 opcode; member 159 u8 opcode; member 165 u8 opcode; member 177 u8 opcode; member 195 u8 opcode; member 227 u8 opcode; member 243 u8 opcode; member 251 u8 opcode; member [all …]
|
D | iscsi_proto.h | 88 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 …]
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt_util.c | 124 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()
|
D | hci_request.c | 81 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() 549 u16 opcode) in update_background_scan_complete()
|
D | mgmt.c | 313 __le16 *opcode = rp->opcodes; in read_commands() local 321 __le16 *opcode = rp->opcodes; in read_commands() local 569 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp() 823 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find() 828 static struct mgmt_pending_cmd *pending_find_data(u16 opcode, in pending_find_data() 1381 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp() 1389 static void clean_up_hci_complete(struct hci_dev *hdev, u8 status, u16 opcode) in clean_up_hci_complete() 1703 u16 opcode) in set_discoverable_complete() 1961 u16 opcode) in set_connectable_complete() 2375 static void le_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in le_enable_complete() [all …]
|
D | mgmt_util.h | 25 u16 opcode; member
|
D | hci_sock.c | 256 __le16 opcode; in hci_send_to_monitor() local 307 __le16 opcode; in create_monitor_event() local 975 u16 opcode, index, len; in hci_mgmt_cmd() local 1160 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
|
D | hci_core.c | 144 static void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete() 169 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev() 234 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync() 2517 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() local 2814 static void inquiry_complete(struct hci_dev *hdev, u8 status, u16 opcode) in inquiry_complete() 2827 u16 opcode) in le_scan_disable_work_complete() 2910 u16 opcode) in le_scan_restart_work_complete() 3377 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd() 3402 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data() 4078 u16 opcode; in hci_resend_last() local [all …]
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | psopinfo.c | 72 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info() 164 char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
|
D | psutils.c | 89 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) in acpi_ps_alloc_op()
|
D | exmisc.c | 414 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()
|
D | psparse.c | 74 u32 acpi_ps_get_opcode_size(u32 opcode) in acpi_ps_get_opcode_size() 103 u16 opcode; in acpi_ps_peek_opcode() local
|
D | psargs.c | 395 u16 opcode; in acpi_ps_get_next_simple_arg() local 490 u16 opcode; in acpi_ps_get_next_field() local
|
D | exresop.c | 133 acpi_ex_resolve_operands(u16 opcode, in acpi_ex_resolve_operands()
|
D | acresrc.h | 67 u8 opcode; member 125 u8 opcode; member
|
D | acinterp.h | 68 u8 opcode; member
|
D | dsobject.c | 629 u16 opcode, in acpi_ds_init_object_from_op()
|
D | nsxfname.c | 543 u16 opcode; in ACPI_EXPORT_SYMBOL() local
|
D | dsutils.c | 468 u16 opcode; in acpi_ds_create_operand() local
|
D | dsmthdat.c | 684 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 54 opcode : 4, member 73 opcode : 4, member 91 opcode : 4, member 109 opcode : 4, member 127 opcode : 4, member 145 opcode : 4, member
|
D | aicasm_gram.y | 1650 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.1.27/arch/powerpc/platforms/powernv/ |
D | opal-tracepoints.c | 44 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.1.27/arch/c6x/kernel/ |
D | module.c | 19 u32 opcode; in fixup_pcr() local 53 u32 *location, opcode; in apply_relocate_add() local
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | sie.h | 81 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 83 #define exit_code(opcode, mnemonic) \ argument
|
/linux-4.1.27/drivers/scsi/ |
D | nsp32_debug.c | 47 #define group(opcode) (((opcode) >> 5) & 7) argument 63 static void print_opcodek(unsigned char opcode) in print_opcodek()
|
D | constants.c | 26 int opcode; member 259 bool scsi_opcode_sa_name(int opcode, int service_action, in scsi_opcode_sa_name()
|
D | ps3rom.c | 100 unsigned char opcode = cmd->cmnd[0]; in ps3rom_atapi_request() local 220 unsigned char opcode; in ps3rom_queuecommand_lck() local
|
D | wd719x.c | 118 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()
|
D | libiscsi.c | 259 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
|
D | atari_scsi.c | 633 unsigned char opcode = cmd->cmnd[0]; in falcon_classify_cmd() local
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_awg_utils.c | 11 enum opcode { enum 23 static int awg_generate_instr(enum opcode opcode, in awg_generate_instr()
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | nsp_debug.c | 49 #define group(opcode) (((opcode) >> 5) & 7) argument 65 static void print_opcodek(unsigned char opcode) in print_opcodek()
|
/linux-4.1.27/arch/mips/kernel/ |
D | traps.c | 513 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll() 552 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc() 600 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc() 655 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal() 669 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned short opcode) in simulate_rdhwr_mm() 682 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync() 766 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp() 940 unsigned int opcode, bcode; in do_bp() local 1018 u32 opcode, tcode = 0; in do_tr() local 1063 unsigned int opcode = 0; in do_ri() local [all …]
|
/linux-4.1.27/drivers/mmc/core/ |
D | mmc_ops.c | 264 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() 291 u32 opcode, void *buf, unsigned len) in mmc_send_cxd_data() 590 u32 opcode; in mmc_send_tuning() local 650 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, in mmc_send_bus_test() 751 unsigned int opcode; in mmc_send_hpi_cmd() local
|
/linux-4.1.27/arch/x86/include/asm/ |
D | iosf_mbi.h | 124 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()
|
D | insn.h | 43 struct insn_field opcode; /* member
|
/linux-4.1.27/arch/arm/probes/ |
D | decode-thumb.c | 846 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()
|
D | decode.c | 178 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.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_rc.c | 728 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
|
D | ipath_uc.c | 244 int opcode; in ipath_uc_rcv() local
|
D | ipath_ud.c | 413 int opcode; in ipath_ud_rcv() local
|
/linux-4.1.27/arch/mn10300/mm/ |
D | misalignment.c | 154 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.1.27/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 106 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()
|
D | lpar.c | 700 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.1.27/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 787 u32 opcode; in reset_psn() local 975 u32 opcode; in qib_rc_send_complete() local 1127 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() 1401 u32 opcode, in qib_rc_rcv_resp() 1625 u32 opcode, in qib_rc_rcv_error() 1867 u32 opcode; in qib_rc_rcv() local
|
D | qib_uc.c | 246 u32 opcode; in qib_uc_rcv() local
|
D | qib_ud.c | 432 int opcode; in qib_ud_rcv() local
|
D | qib_driver.c | 314 u32 opcode; in qib_rcv_hdrerr() local
|
/linux-4.1.27/drivers/bluetooth/ |
D | hci_vhci.c | 99 static int __vhci_create_device(struct vhci_data *data, __u8 opcode) in __vhci_create_device() 166 static int vhci_create_device(struct vhci_data *data, __u8 opcode) in vhci_create_device() 182 __u8 pkt_type, opcode; in vhci_get_user() local
|
D | btmrvl_main.c | 60 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()
|
D | btbcm.c | 105 u16 opcode; in btbcm_patchram() local
|
D | btintel.h | 68 __le16 opcode; member
|
D | hci_bcsp.c | 212 __le16 opcode = ((struct hci_command_hdr *)data)->opcode; in bcsp_prepare_pkt() local
|
/linux-4.1.27/arch/x86/kernel/ |
D | iosf_mbi.c | 101 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()
|
D | alternative.c | 264 static inline bool is_jmp(const u8 opcode) in is_jmp() 649 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() 675 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() 758 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp()
|
D | step.c | 55 unsigned char opcode[15]; in is_setting_trap_flag() local
|
D | paravirt.c | 88 unsigned char opcode; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | opcodes.c | 55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
|
D | insn.c | 38 unsigned long opcode = 0xea000000; in __arm_gen_branch_arm() local
|
/linux-4.1.27/include/trace/events/ |
D | target.h | 14 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
|
D | libata.h | 12 #define ata_opcode_name(opcode) { opcode, #opcode } argument
|
D | scsi.h | 12 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
|
/linux-4.1.27/net/ceph/ |
D | ceph_strings.c | 22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
|
D | osd_client.c | 435 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid() 438 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument 453 u16 opcode) in _osd_req_op_init() 468 unsigned int which, u16 opcode) in osd_req_op_init() 475 unsigned int which, u16 opcode, in osd_req_op_extent_init() 516 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init() 552 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init() 585 unsigned int which, u16 opcode, in osd_req_op_watch_init() 758 int opcode, int flags, in ceph_osdc_new_request() 2321 u8 opcode = event_work->opcode; in do_event_work() local [all …]
|
D | debugfs.c | 151 int opcode; in osdc_show() local
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_tftp.h | 7 __be16 opcode; member
|
/linux-4.1.27/include/linux/ |
D | mmiotrace.h | 92 unsigned char opcode; /* one of MMIO_{READ,WRITE,UNKNOWN_OP} */ member 101 unsigned char opcode; /* MMIO_PROBE or MMIO_UNPROBE */ member
|
D | ti_wilink_st.h | 351 u16 opcode; member 413 u8 opcode; member
|
/linux-4.1.27/drivers/spmi/ |
D | spmi.c | 97 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd() 105 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd() 114 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-dis.c | 33 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
|
D | spu-dis.c | 58 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
|
D | ppc.h | 34 unsigned long opcode; member
|
D | spu.h | 86 unsigned int opcode; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 210 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
|
D | ar9003_mci.c | 466 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.1.27/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 289 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
|
D | megaraid_mm.h | 72 uint8_t opcode; member
|
D | megaraid_sas_fusion.c | 1319 u8 opcode = 0, flagvals = 0, groupnum = 0, control = 0; in megasas_set_pd_lba() local 2220 u32 opcode; in build_mpt_mfi_pass_thru() local
|
/linux-4.1.27/include/uapi/linux/ |
D | nvme.h | 235 __u8 opcode; member 247 __u8 opcode; member 289 __u8 opcode; member 366 __u8 opcode; member 378 __u8 opcode; member 391 __u8 opcode; member 405 __u8 opcode; member 419 __u8 opcode; member 429 __u8 opcode; member 439 __u8 opcode; member [all …]
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 167 u32 opcode = bnx2x_dmae_opcode(bp, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_hw_stats_post() local 219 u32 opcode; in bnx2x_stats_pmf_update() local 267 u32 opcode; in bnx2x_port_stats_init() local 1263 u32 opcode; in bnx2x_port_stats_stop() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 49 __u32 opcode; member 140 __u32 opcode; member 159 const char *ll_opcode2str(__u32 opcode) in ll_opcode2str() 178 static const char *ll_eopcode2str(__u32 opcode) in ll_eopcode2str() 241 __u32 opcode = ll_rpc_opcode_table[i].opcode; in ptlrpc_lprocfs_register() local
|
D | client.c | 579 __u32 version, int opcode, in __ptlrpc_request_bufs_pack() 647 __u32 version, int opcode, char **bufs, in ptlrpc_request_bufs_pack() 664 __u32 version, int opcode) in ptlrpc_request_pack() 793 __u32 version, int opcode) in ptlrpc_request_alloc_pack() 818 __u32 version, int opcode, in ptlrpc_prep_req_pool() 843 ptlrpc_prep_req(struct obd_import *imp, __u32 version, int opcode, int count, in ptlrpc_prep_req()
|
/linux-4.1.27/arch/tile/kernel/ |
D | single_step.c | 419 int opcode = get_Opcode_X1(bundle); in single_step_once() local 604 int opcode = get_Opcode_Y2(bundle); in single_step_once() local
|
D | kgdb.c | 185 unsigned int opcode; in get_step_address() local
|
D | unaligned.c | 589 unsigned int mod, opcode; in jit_bundle_gen() local 682 unsigned int opcode; in jit_bundle_gen() local
|
/linux-4.1.27/drivers/ssb/ |
D | driver_chipcommon_sflash.c | 72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) in ssb_sflash_cmd()
|
/linux-4.1.27/drivers/bcma/ |
D | driver_chipcommon_sflash.c | 73 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) in bcma_sflash_cmd()
|
/linux-4.1.27/kernel/bpf/ |
D | verifier.c | 387 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local 916 u8 opcode = BPF_OP(insn->code); in check_alu_op() local 1057 u8 opcode = BPF_OP(insn->code); in check_cond_jmp_op() local 1385 u8 opcode = BPF_OP(insns[t].code); in check_cfg() local 1736 u8 opcode = BPF_OP(insn->code); in do_check() local
|
/linux-4.1.27/arch/ia64/kernel/ |
D | brl_emu.c | 58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
|
D | paravirt_patch.c | 33 unsigned long long opcode : 4; member 363 unsigned long opcode: 4; member 422 unsigned long opcode: 4; member
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_mon.h | 28 __le16 opcode; member
|
D | hci_sock.h | 52 __le16 opcode; member 58 __le16 opcode; member
|
/linux-4.1.27/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 682 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()
|
D | sdricoh_cs.c | 167 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
|
D | sdhci-sirf.c | 46 static int sdhci_sirf_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_sirf_execute_tuning()
|
D | rtsx_pci_sdmmc.c | 709 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()
|
D | sdhci-msm.c | 346 static int sdhci_msm_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_msm_execute_tuning()
|
/linux-4.1.27/include/uapi/linux/mmc/ |
D | ioctl.h | 13 __u32 opcode; member
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | mantis_dma.c | 47 #define RISC_INSTR(risc_pos, opcode) (mantis->risc_cpu[risc_pos++] = cpu_to_le32(opcode)) argument
|
/linux-4.1.27/arch/alpha/kernel/ |
D | traps.c | 460 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.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebt_arp.h | 23 __be16 opcode; member
|
/linux-4.1.27/arch/s390/kernel/ |
D | jump_label.c | 16 u16 opcode; member
|
D | traps.c | 183 __u8 opcode[6]; in illegal_op() local
|
/linux-4.1.27/include/uapi/linux/can/ |
D | bcm.h | 62 __u32 opcode; member
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-avc.c | 81 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.1.27/drivers/net/wimax/i2400m/ |
D | usb-fw.c | 188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400mu_bus_bm_cmd_send() local
|
D | i2400m.h | 729 __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()
|
D | fw.c | 453 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.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 376 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.1.27/drivers/scsi/lpfc/ |
D | lpfc_nl.h | 110 uint32_t opcode; member 143 uint8_t opcode; member
|
D | lpfc_mbox.c | 1612 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local 1763 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() 1873 uint8_t opcode = 0; in lpfc_sli4_mbox_rsrc_extent() local
|
/linux-4.1.27/arch/avr32/kernel/ |
D | traps.c | 175 unsigned short opcode; in is_valid_bugaddr() local
|
/linux-4.1.27/tools/firewire/ |
D | decode-fcp.c | 136 uint32_t opcode:8; member
|
/linux-4.1.27/net/irda/ |
D | iriap.c | 820 __u8 opcode; in iriap_data_indication() local 911 __u8 opcode; in iriap_call_indication() local
|
D | irlmp_frame.c | 59 __u8 opcode, struct sk_buff *skb) in irlmp_send_lcf_pdu()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | kgdb.c | 364 u8 opcode; in kgdb_arch_undo_singlestep() local
|
D | traps.c | 128 u8 opcode; in die_if_no_fixup() local
|
/linux-4.1.27/arch/alpha/math-emu/ |
D | math.c | 340 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | ptrace.c | 277 unsigned long opcode; in insn_size() local
|
/linux-4.1.27/arch/arc/kernel/ |
D | kgdb.c | 80 uint16_t opcode[2]; member
|
/linux-4.1.27/arch/arm/probes/uprobes/ |
D | core.c | 51 probes_opcode_t opcode; in arch_uprobe_skip_sstep() local
|
/linux-4.1.27/include/video/ |
D | metronomefb.h | 17 u16 opcode; member
|
/linux-4.1.27/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) in bcm47xxsflash_cmd()
|
D | m25p80.c | 65 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len, in m25p80_write_reg()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | cpm2.c | 88 int cpm_command(u32 command, u8 opcode) in cpm_command()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 267 u8 opcode; in bnx2fc_srr_compl() local 382 u8 opcode; in bnx2fc_rec_compl() local
|
/linux-4.1.27/drivers/atm/ |
D | fore200e.h | 248 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
|
D | fore200e.c | 609 struct prom_opcode opcode; in fore200e_pca_prom_read() local 1747 struct stats_opcode opcode; in fore200e_getstats() local 1856 struct oc3_opcode opcode; in fore200e_set_oc3() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 167 u8 opcode; member 176 #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE_V(opcode) | (tid)) argument 194 u8 opcode; member 775 u8 opcode; member 875 u8 opcode; member 896 __u8 opcode; member 970 u8 opcode; member 980 u8 opcode; member 987 u8 opcode; member 1005 u8 opcode; member
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.c | 367 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
|
/linux-4.1.27/kernel/locking/ |
D | rtmutex-tester.c | 28 int opcode; member
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 24 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.1.27/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 403 int opcode=*ptr++; in tcp_options() local 463 int opcode = *ptr++; in tcp_sack() local
|
D | nf_synproxy_core.c | 40 int opcode = *ptr++; in synproxy_parse_options() local
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 293 u32 opcode = 0; in alloc_fast_reg_mr() local 1121 u32 opcode = 0; in nes_create_qp() local 1547 u32 opcode = 0; in nes_create_cq() local 1795 u32 opcode = 0; in nes_destroy_cq() local 1943 u32 opcode = 0; in nes_reg_mr() local
|
D | nes_utils.c | 634 u32 opcode; in nes_post_cqp_request() local
|
/linux-4.1.27/drivers/mtd/spi-nor/ |
D | fsl-quadspi.c | 529 u8 opcode, unsigned int to, u32 *txbuf, in fsl_qspi_nor_write() 677 static int fsl_qspi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_read_reg() 690 static int fsl_qspi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len, in fsl_qspi_write_reg()
|
/linux-4.1.27/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-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic.c | 2578 u32 opcode = KWQE_OPCODE(kwqe->kwqe_op_flag); in cnic_bnx2x_kwqe_err() local 2649 u32 opcode; in cnic_submit_bnx2x_iscsi_kwqes() local 2723 u32 opcode; in cnic_submit_bnx2x_fcoe_kwqes() local 3858 u32 opcode = L4_KCQE_OPCODE_VALUE_RESET_COMP; in cnic_cm_abort() local 3901 u8 opcode) in cnic_cm_upcall() 3938 u8 opcode = kcqe->op_code; in cnic_cm_process_offld_pg() local 3981 u8 opcode = l4kcqe->op_code; in cnic_cm_process_kcqe() local 4107 static int cnic_ready_to_close(struct cnic_sock *csk, u32 opcode) in cnic_ready_to_close() 4133 static void cnic_close_bnx2_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2_conn() 4162 static void cnic_close_bnx2x_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2x_conn()
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_packet_manager.c | 41 static unsigned int build_pm4_header(unsigned int opcode, size_t packet_size) in build_pm4_header()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 49 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.1.27/drivers/gpu/drm/i915/ |
D | intel_sideband.c | 43 u32 port, u32 opcode, u32 addr, u32 *val) in vlv_sideband_rw()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 867 u16 opcode) in i40evf_fill_default_direct_cmd_desc()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 915 u16 opcode) in i40e_fill_default_direct_cmd_desc()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 218 u8 opcode = dl->opcode; in asd_task_tasklet_complete() local
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aiclib.h | 62 uint8_t opcode; member
|
/linux-4.1.27/arch/mips/mm/ |
D | uasm.c | 48 enum opcode { enum 66 enum opcode opcode; member
|
/linux-4.1.27/fs/coda/ |
D | upcall.c | 44 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.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna_hw_defs.h | 373 u16 opcode; /* Either */ member 385 u16 opcode; /* Must be */ member
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 106 int opcode; in malformed_message() local 132 int opcode; in xillybus_isr() local
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | t4fw_ri_api.h | 529 __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
|
D | device.c | 1108 unsigned int opcode = *(u8 *)rsp; in recv_rx_pkt() local 1136 u8 opcode; in c4iw_uld_rx_handler() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 162 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.1.27/arch/ia64/include/asm/ |
D | kprobes.h | 50 unsigned long long opcode : 4; member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 127 u8 opcode; member 141 u8 opcode; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | ideapad-laptop.c | 454 int opcode; member 467 int opcode = ideapad_rfk_data[priv->dev].opcode; in ideapad_rfk_set() local
|
/linux-4.1.27/include/linux/mmc/ |
D | core.h | 19 u32 opcode; member
|
/linux-4.1.27/block/ |
D | scsi_ioctl.c | 421 unsigned int in_len, out_len, bytes, opcode, cmdlen; in sg_scsi_ioctl() local
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 759 u8 subsystem, u8 opcode, int cmd_len) in be_cmd_hdr_prepare() 1072 u8 subsys = 0, opcode = 0; in beiscsi_cmd_q_destroy() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | sdio.c | 108 u8 mode, u8 opcode, u32 addr, in ath6kl_sdio_set_cmd53_arg() 265 u8 opcode, rw; in ath6kl_sdio_scat_rw() local
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | hcp_if.c | 93 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()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 71 static bool be_cmd_allowed(struct be_adapter *adapter, u8 opcode, u8 subsystem) in be_cmd_allowed() 138 static bool be_skip_err_log(u8 opcode, u16 base_status, u16 addl_status) in be_skip_err_log() 159 u8 opcode = 0, subsystem = 0; in be_async_cmd_process() local 209 u8 opcode = 0, subsystem = 0; in be_mcc_compl_process() local 701 u8 subsystem, u8 opcode, int cmd_len, in be_wrb_cmd_hdr_prepare() 1361 u8 subsys = 0, opcode = 0; in be_cmd_q_destroy() local
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 57 unsigned char opcode; /* see below */ member
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | job.c | 398 u32 opcode = (word & 0xf0000000) >> 28; in validate() local
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_sdio.c | 107 u32 opcode, in rsi_issue_sdiocommand()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_isr.c | 665 uint32_t opcode = 0; in qla4xxx_isr_decode_mailbox() local
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 157 iscsi_iser_pdu_alloc(struct iscsi_task *task, uint8_t opcode) in iscsi_iser_pdu_alloc()
|
/linux-4.1.27/arch/arc/include/asm/ |
D | disasm.h | 104 int opcode = (word >> 11) & 0x1F; in is_short_instr() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/ |
D | qla3xxx.h | 30 u8 opcode; member 71 u8 opcode; member 85 u8 opcode; member 103 u8 opcode; member 138 u8 opcode; member 153 u8 opcode; member 181 u8 opcode; member
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 208 struct opcode { struct 213 const struct opcode *group; argument 225 struct opcode mod012[8]; argument 4481 struct opcode opcode; in x86_decode_insn() local
|
/linux-4.1.27/drivers/usb/serial/ |
D | digi_acceleport.c | 1402 int opcode = ((unsigned char *)urb->transfer_buffer)[0]; in digi_read_inb_callback() local 1486 int opcode, line, status, val; in digi_read_oob_callback() local
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 82 __u8 opcode; member 92 __u8 opcode; member
|
/linux-4.1.27/drivers/video/fbdev/ |
D | metronomefb.c | 312 u16 opcode; in metronome_display_cmd() local
|
/linux-4.1.27/drivers/spi/ |
D | spi-bcm63xx-hsspi.c | 155 u16 opcode = 0; in bcm63xx_hsspi_do_txrx() local
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_emu.h | 114 unsigned int opcode:11; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 615 int opcode = -1; in build_term_codes() local
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_p4.c | 23 unsigned int opcode; /* Event code and ESCR selector */ member
|
/linux-4.1.27/drivers/nfc/ |
D | nfcwilink.c | 58 __u8 opcode; member
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_cmd.h | 92 unsigned int opcode; /* command word */ member
|
/linux-4.1.27/include/rdma/ |
D | ib_pma.h | 61 u8 opcode; member
|