/Linux-v4.19/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()
|
/Linux-v4.19/arch/arm64/kernel/probes/ |
D | simulate-insn.c | 59 static bool __kprobes check_cbz(u32 opcode, struct pt_regs *regs) in check_cbz() 67 static bool __kprobes check_cbnz(u32 opcode, struct pt_regs *regs) in check_cbnz() 75 static bool __kprobes check_tbz(u32 opcode, struct pt_regs *regs) in check_tbz() 83 static bool __kprobes check_tbnz(u32 opcode, struct pt_regs *regs) in check_tbnz() 95 simulate_adr_adrp(u32 opcode, long addr, struct pt_regs *regs) in simulate_adr_adrp() 113 simulate_b_bl(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_bl() 125 simulate_b_cond(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_cond() 136 simulate_br_blr_ret(u32 opcode, long addr, struct pt_regs *regs) in simulate_br_blr_ret() 149 simulate_cbz_cbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_cbz_cbnz() 164 simulate_tbz_tbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_tbz_tbnz() [all …]
|
/Linux-v4.19/drivers/nvme/host/ |
D | trace.h | 27 #define nvme_admin_opcode_name(opcode) { opcode, #opcode } argument 53 #define nvme_opcode_name(opcode) { opcode, #opcode } argument 68 #define show_opcode_name(qid, opcode) \ argument 76 #define parse_nvme_cmd(qid, opcode, cdw10) \ argument
|
/Linux-v4.19/tools/objtool/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()
|
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/x86/mm/ |
D | pf_in.c | 118 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() 134 #define CHECK_OP_TYPE(opcode, array, type) \ argument 144 unsigned int opcode; in get_ins_type() local 165 unsigned int opcode; in get_ins_reg_width() local 188 unsigned int opcode; in get_ins_mem_width() local 411 unsigned int opcode; in get_ins_reg_val() local 465 unsigned int opcode; in get_ins_imm_val() local
|
/Linux-v4.19/net/bluetooth/ |
D | mgmt_util.c | 34 u16 opcode, u16 len, void *buf) in create_monitor_ctrl_event() 184 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find() 200 u16 opcode, in mgmt_pending_find_data() 216 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach() 230 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
|
/Linux-v4.19/arch/sh/kernel/ |
D | traps_64.c | 40 insn_size_t opcode; in read_opcode() local 85 insn_size_t opcode, in generate_and_check_address() 167 insn_size_t opcode, in misaligned_load() 242 insn_size_t opcode, in misaligned_store() 313 insn_size_t opcode, in misaligned_fpu_load() 385 insn_size_t opcode, in misaligned_fpu_store() 459 insn_size_t opcode; in misaligned_fixup() local 650 insn_size_t opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ in do_reserved_inst() local
|
/Linux-v4.19/include/scsi/ |
D | srp.h | 120 u8 opcode; member 143 u8 opcode; member 155 u8 opcode; member 167 u8 opcode; member 177 u8 opcode; member 183 u8 opcode; member 195 u8 opcode; member 213 u8 opcode; member 245 u8 opcode; member 261 u8 opcode; member [all …]
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | powerpc-hcalls.py | 151 def hcall_table_lookup(opcode): argument 172 opcode, retval): argument 196 callchain, opcode): argument
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | exmisc.c | 122 u64 acpi_ex_do_math_op(u16 opcode, u64 integer0, u64 integer1) in acpi_ex_do_math_op() 209 acpi_ex_do_logical_numeric_op(u16 opcode, in acpi_ex_do_logical_numeric_op() 273 acpi_ex_do_logical_op(u16 opcode, in acpi_ex_do_logical_op()
|
D | psopinfo.c | 35 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info() 127 const char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
|
D | psutils.c | 56 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op() 85 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op()
|
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | trace_tx.h | 59 #define wr_opcode_name(opcode) { IB_WR_##opcode, #opcode } argument 60 #define show_wr_opcode(opcode) \ argument
|
D | trace_cq.h | 59 #define wc_opcode_name(opcode) { IB_WC_##opcode, #opcode } argument 60 #define show_wc_opcode(opcode) \ argument
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_req.c | 191 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc() 263 static int next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_uc() 315 u32 opcode) in next_opcode() 377 int opcode, int payload, in init_req_packet() 589 int opcode; in rxe_requester() local
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | trace.c | 53 u8 opcode; in __get_ib_hdr_len() local 67 u8 opcode; in __get_16b_hdr_len() local 149 u8 *se, u8 *pad, u8 *opcode, u8 *tver, in hfi1_trace_parse_9b_bth() 166 u8 *ack, u8 *mig, u8 *opcode, in hfi1_trace_parse_16b_bth() 248 u8 se, u8 pad, u8 opcode, const char *opname, in hfi1_trace_fmt_rest() 275 u8 opcode, u8 l4, u32 dest_qpn, u32 src_qpn, in parse_everbs_hdrs()
|
D | trace_ibhdrs.h | 58 #define ib_opcode_name(opcode) { IB_OPCODE_##opcode, #opcode } argument 59 #define show_ib_opcode(opcode) \ argument
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-tracepoints.c | 48 void __trace_opal_entry(unsigned long opcode, unsigned long *args) in __trace_opal_entry() 69 void __trace_opal_exit(long opcode, unsigned long retval) in __trace_opal_exit()
|
/Linux-v4.19/tools/arch/s390/include/uapi/asm/ |
D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 90 #define exit_code(opcode, mnemonic) \ argument
|