Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/Linux-v5.4/arch/arm/nwfpe/
Dfpopcode.h192 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8) argument
195 #define getOffset(opcode) (opcode & MASK_OFFSET) argument
198 #define TEST_OPCODE(opcode,mask) (((opcode) & (mask)) == (mask)) argument
200 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) argument
201 #define STORE_OP(opcode) ((opcode & (MASK_CPDT | BIT_LOAD)) == MASK_CPDT) argument
203 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument
204 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument
205 #define STF_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument
206 #define SFM_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument
208 #define PREINDEXED(opcode) ((opcode & BIT_PREINDEX) != 0) argument
[all …]
Dfpa11_cprt.c23 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT()
57 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT()
100 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX()
142 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
Dfpa11.c35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode()
53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
85 unsigned int EmulateAll(unsigned int opcode) in EmulateAll()
Dfpa11_cpdt.c212 unsigned int PerformLDF(const unsigned int opcode) in PerformLDF()
255 unsigned int PerformSTF(const unsigned int opcode) in PerformSTF()
306 unsigned int PerformLFM(const unsigned int opcode) in PerformLFM()
342 unsigned int PerformSFM(const unsigned int opcode) in PerformSFM()
378 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
/Linux-v5.4/arch/arm64/kernel/probes/
Dsimulate-insn.c51 static bool __kprobes check_cbz(u32 opcode, struct pt_regs *regs) in check_cbz()
59 static bool __kprobes check_cbnz(u32 opcode, struct pt_regs *regs) in check_cbnz()
67 static bool __kprobes check_tbz(u32 opcode, struct pt_regs *regs) in check_tbz()
75 static bool __kprobes check_tbnz(u32 opcode, struct pt_regs *regs) in check_tbnz()
87 simulate_adr_adrp(u32 opcode, long addr, struct pt_regs *regs) in simulate_adr_adrp()
105 simulate_b_bl(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_bl()
117 simulate_b_cond(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_cond()
128 simulate_br_blr_ret(u32 opcode, long addr, struct pt_regs *regs) in simulate_br_blr_ret()
141 simulate_cbz_cbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_cbz_cbnz()
156 simulate_tbz_tbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_tbz_tbnz()
[all …]
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-call.c17 unsigned long opcode) in __trace_opal_entry()
41 static void __trace_opal_exit(unsigned long opcode, unsigned long retval) in __trace_opal_exit()
70 unsigned long opcode, unsigned long msr) in __opal_call_trace()
87 unsigned long opcode, unsigned long msr) in __opal_call_trace()
96 int64_t a4, int64_t a5, int64_t a6, int64_t a7, int64_t opcode) in opal_call()
122 #define OPAL_CALL(name, opcode) \ argument
Dopal-tracepoints.c48 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-v5.4/arch/x86/mm/
Dpf_in.c103 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode()
119 #define CHECK_OP_TYPE(opcode, array, type) \ argument
129 unsigned int opcode; in get_ins_type() local
150 unsigned int opcode; in get_ins_reg_width() local
173 unsigned int opcode; in get_ins_mem_width() local
396 unsigned int opcode; in get_ins_reg_val() local
450 unsigned int opcode; in get_ins_imm_val() local
/Linux-v5.4/arch/x86/lib/
Dinat.c13 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute()
26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute()
65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
/Linux-v5.4/tools/arch/x86/lib/
Dinat.c13 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute()
26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute()
65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
/Linux-v5.4/arch/sh/kernel/
Dtraps_64.c37 insn_size_t opcode; in read_opcode() local
82 insn_size_t opcode, in generate_and_check_address()
164 insn_size_t opcode, in misaligned_load()
239 insn_size_t opcode, in misaligned_store()
310 insn_size_t opcode, in misaligned_fpu_load()
382 insn_size_t opcode, in misaligned_fpu_store()
456 insn_size_t opcode; in misaligned_fixup() local
647 insn_size_t opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ in do_reserved_inst() local
/Linux-v5.4/net/bluetooth/
Dmgmt_util.c34 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-v5.4/tools/perf/scripts/python/
Dpowerpc-hcalls.py153 def hcall_table_lookup(opcode): argument
174 opcode, retval): argument
198 callchain, opcode): argument
/Linux-v5.4/include/scsi/
Dsrp.h128 u8 opcode; member
153 u8 opcode; member
175 u8 opcode; member
187 u8 opcode; member
197 u8 opcode; member
203 u8 opcode; member
215 u8 opcode; member
233 u8 opcode; member
265 u8 opcode; member
281 u8 opcode; member
[all …]
/Linux-v5.4/drivers/acpi/acpica/
Dexmisc.c122 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()
Dpsopinfo.c35 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()
Dpsutils.c56 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-v5.4/drivers/infiniband/sw/rdmavt/
Dtrace_tx.h59 #define wr_opcode_name(opcode) { IB_WR_##opcode, #opcode } argument
60 #define show_wr_opcode(opcode) \ argument
Dtrace_cq.h59 #define wc_opcode_name(opcode) { IB_WC_##opcode, #opcode } argument
60 #define show_wc_opcode(opcode) \ argument
/Linux-v5.4/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
/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_req.c194 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc()
266 static int next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_uc()
318 u32 opcode) in next_opcode()
380 int opcode, int payload, in init_req_packet()
592 int opcode; in rxe_requester() local
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dtrace_ibhdrs.h58 #define ib_opcode_name(opcode) { IB_OPCODE_##opcode, #opcode } argument
59 #define show_ib_opcode(opcode) \ argument
Dtrace.c54 u8 opcode; in __get_ib_hdr_len() local
68 u8 opcode; in __get_16b_hdr_len() local
159 u8 *se, u8 *pad, u8 *opcode, u8 *tver, in hfi1_trace_parse_9b_bth()
176 u8 *ack, u8 *mig, u8 *opcode, in hfi1_trace_parse_16b_bth()
258 u8 se, u8 pad, u8 opcode, const char *opname, in hfi1_trace_fmt_rest()
285 u8 opcode, u8 l4, u32 dest_qpn, u32 src_qpn, in parse_everbs_hdrs()
/Linux-v5.4/arch/mips/kernel/
Dtraps.c521 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll()
560 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc()
608 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc()
663 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal()
677 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_mm()
690 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync()
773 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp()
910 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp()
981 unsigned int opcode, bcode; in do_bp() local
1072 u32 opcode, tcode = 0; in do_tr() local
[all …]
/Linux-v5.4/arch/s390/include/uapi/asm/
Dsie.h88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument
90 #define exit_code(opcode, mnemonic) \ argument

12345678910>>...22