Home
last modified time | relevance | path

Searched refs:opcode (Results 26 – 50 of 1418) sorted by relevance

12345678910>>...57

/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c48 p->opcode = opcode; in arch_prepare_kprobe()
62 *p->addr = p->opcode; in arch_disarm_kprobe()
104 saved->opcode = 0; in arch_remove_kprobe()
111 saved->opcode = 0; in arch_remove_kprobe()
151 if (OPCODE_JSR(p->opcode) || OPCODE_JMP(p->opcode)) { in prepare_singlestep()
154 } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { in prepare_singlestep()
159 } else if (OPCODE_BRAF(p->opcode) || OPCODE_BSRF(p->opcode)) { in prepare_singlestep()
168 } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) { in prepare_singlestep()
178 } else if (OPCODE_BF_S(p->opcode) || OPCODE_BT_S(p->opcode)) { in prepare_singlestep()
325 p->opcode = 0; in post_kprobe_handler()
[all …]
/openbmc/linux/include/trace/events/
H A Dio_uring.h86 __entry->opcode = opcode;
150 __field( u8, opcode )
163 __entry->opcode = req->opcode;
194 __field( u8, opcode )
203 __entry->opcode = req->opcode;
293 __field( u8, opcode )
303 __entry->opcode = req->opcode;
391 __entry->opcode = req->opcode;
435 __entry->opcode = req->opcode;
475 __entry->opcode = req->opcode;
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h54 opcode : 4, member
58 opcode : 4,
73 opcode : 4, member
77 opcode : 4,
91 opcode : 4, member
95 opcode : 4,
109 opcode : 4, member
113 opcode : 4,
127 opcode : 4, member
131 opcode : 4,
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dtrace.h81 TP_ARGS(opcode, args),
86 __field(unsigned long, opcode)
90 __entry->opcode = opcode;
102 TP_ARGS(opcode, retval, retbuf),
107 __field(unsigned long, opcode)
112 __entry->opcode = opcode;
233 TP_ARGS(opcode, args),
236 __field(unsigned long, opcode)
240 __entry->opcode = opcode;
252 TP_ARGS(opcode, retval),
[all …]
/openbmc/qemu/target/hexagon/
H A Dprintinsn.c41 switch (insn->opcode) { in snprintinsn()
66 if (pkt->insn[i].opcode == J2_endloop0) { in snprint_a_pkt_disas()
70 if (pkt->insn[i].opcode == J2_endloop1) { in snprint_a_pkt_disas()
74 if (pkt->insn[i].opcode == J2_endloop01) { in snprint_a_pkt_disas()
93 if (GET_ATTRIB(pkt->insn[i].opcode, A_SUBINSN)) { in snprint_a_pkt_disas()
97 } else if (pkt->insn[i + 1].opcode != J2_endloop0 && in snprint_a_pkt_disas()
98 pkt->insn[i + 1].opcode != J2_endloop1 && in snprint_a_pkt_disas()
119 int slot, opcode; in snprint_a_pkt_debug() local
132 if (GET_ATTRIB(pkt->insn[i].opcode, A_SUBINSN)) { in snprint_a_pkt_debug()
139 opcode = pkt->insn[i].opcode; in snprint_a_pkt_debug()
[all …]
/openbmc/linux/arch/riscv/kernel/probes/
H A Dsimulate-insn.h23 bool simulate_auipc(u32 opcode, unsigned long addr, struct pt_regs *regs);
24 bool simulate_branch(u32 opcode, unsigned long addr, struct pt_regs *regs);
25 bool simulate_jal(u32 opcode, unsigned long addr, struct pt_regs *regs);
26 bool simulate_jalr(u32 opcode, unsigned long addr, struct pt_regs *regs);
27 bool simulate_c_j(u32 opcode, unsigned long addr, struct pt_regs *regs);
28 bool simulate_c_jr(u32 opcode, unsigned long addr, struct pt_regs *regs);
29 bool simulate_c_jalr(u32 opcode, unsigned long addr, struct pt_regs *regs);
30 bool simulate_c_bnez(u32 opcode, unsigned long addr, struct pt_regs *regs);
31 bool simulate_c_beqz(u32 opcode, unsigned long addr, struct pt_regs *regs);
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdo.c25 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO() argument
34 nDest = getDestinationSize(opcode); in EmulateCPDO()
37 SetRoundingMode(opcode); in EmulateCPDO()
44 if (MONADIC_INSTRUCTION(opcode)) in EmulateCPDO()
47 nType = fpa11->fType[getFn(opcode)]; in EmulateCPDO()
49 if (!CONSTANT_FM(opcode)) in EmulateCPDO()
51 register unsigned int Fm = getFm(opcode); in EmulateCPDO()
60 case typeSingle : nRc = SingleCPDO(opcode); break; in EmulateCPDO()
61 case typeDouble : nRc = DoubleCPDO(opcode); break; in EmulateCPDO()
62 case typeExtended : nRc = ExtendedCPDO(opcode); break; in EmulateCPDO()
[all …]
/openbmc/linux/arch/riscv/include/asm/
H A Dinsn-def.h25 .macro insn_r, opcode, func3, func7, rd, rs1, rs2
26 .insn r \opcode, \func3, \func7, \rd, \rs1, \rs2
29 .macro insn_i, opcode, func3, rd, rs1, simm12
30 .insn i \opcode, \func3, \rd, \rs1, \simm12
37 .macro insn_r, opcode, func3, func7, rd, rs1, rs2
38 .4byte ((\opcode << INSN_R_OPCODE_SHIFT) | \
46 .macro insn_i, opcode, func3, rd, rs1, simm12
47 .4byte ((\opcode << INSN_I_OPCODE_SHIFT) | \
66 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument
116 __INSN_R(RV_##opcode, RV_##func3, RV_##func7, \
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dpatch-scs.c96 c = *(*opcode)++; in skip_xleb128()
138 const u8 *opcode = frame->opcodes; in scs_handle_fde_frame() local
144 if (WARN_ON(*opcode & BIT(7))) in scs_handle_fde_frame()
147 l = *opcode++; in scs_handle_fde_frame()
148 opcode += l; in scs_handle_fde_frame()
157 switch (*opcode++) { in scs_handle_fde_frame()
164 loc += *opcode++ * code_alignment_factor; in scs_handle_fde_frame()
169 loc += *opcode++ * code_alignment_factor; in scs_handle_fde_frame()
170 loc += (*opcode++ << 8) * code_alignment_factor; in scs_handle_fde_frame()
176 size = skip_xleb128(&opcode, size); in scs_handle_fde_frame()
[all …]
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h654 __BITFIELD_FIELD(unsigned int opcode : 6,
662 __BITFIELD_FIELD(unsigned int opcode : 6,
670 __BITFIELD_FIELD(unsigned int opcode : 6,
679 __BITFIELD_FIELD(unsigned int opcode : 6,
689 __BITFIELD_FIELD(unsigned int opcode : 6,
699 __BITFIELD_FIELD(unsigned int opcode : 6,
711 __BITFIELD_FIELD(unsigned int opcode : 6,
719 __BITFIELD_FIELD(unsigned int opcode : 6,
729 __BITFIELD_FIELD(unsigned int opcode : 6,
740 __BITFIELD_FIELD(unsigned int opcode : 6,
[all …]
/openbmc/linux/arch/arm64/kernel/probes/
H A Dsimulate-insn.h11 void simulate_adr_adrp(u32 opcode, long addr, struct pt_regs *regs);
12 void simulate_b_bl(u32 opcode, long addr, struct pt_regs *regs);
13 void simulate_b_cond(u32 opcode, long addr, struct pt_regs *regs);
14 void simulate_br_blr_ret(u32 opcode, long addr, struct pt_regs *regs);
15 void simulate_cbz_cbnz(u32 opcode, long addr, struct pt_regs *regs);
16 void simulate_tbz_tbnz(u32 opcode, long addr, struct pt_regs *regs);
17 void simulate_ldr_literal(u32 opcode, long addr, struct pt_regs *regs);
18 void simulate_ldrsw_literal(u32 opcode, long addr, struct pt_regs *regs);
/openbmc/linux/net/bluetooth/
H A Dmgmt_util.c34 u16 opcode, u16 len, void *buf) in create_monitor_ctrl_event() argument
44 put_unaligned_le16(opcode, skb_put(skb, 2)); in create_monitor_ctrl_event()
70 bt_cb(skb)->mgmt.opcode = opcode; in mgmt_alloc_skb()
98 hdr->opcode = cpu_to_le16(bt_cb(skb)->mgmt.opcode); in mgmt_send_event_skb()
147 ev->opcode = cpu_to_le16(cmd); in mgmt_cmd_status()
190 ev->opcode = cpu_to_le16(cmd); in mgmt_cmd_complete()
225 if (cmd->opcode == opcode) in mgmt_pending_find()
233 u16 opcode, in mgmt_pending_find_data() argument
242 if (cmd->opcode == opcode) in mgmt_pending_find_data()
256 if (opcode > 0 && cmd->opcode != opcode) in mgmt_pending_foreach()
[all …]
/openbmc/linux/arch/s390/tools/
H A Dgen_opcode_table.c24 char opcode[STRING_SIZE_MAX]; member
35 char opcode[2]; member
233 char *opcode; in print_opcode() local
235 opcode = insn->opcode; in print_opcode()
237 opcode += 2; in print_opcode()
251 if (group && (!strncmp(group->opcode, insn->opcode, 2) || group->type->byte == 0)) { in add_to_group()
260 memcpy(group->opcode, insn->opcode, 2); in add_to_group()
268 return strcmp(((struct insn *)a)->opcode, ((struct insn *)b)->opcode); in cmpopcode()
273 char opcode[2] = ""; in print_opcode_table() local
285 if (strncmp(opcode, insn->opcode, 2)) { in print_opcode_table()
[all …]
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c15 u32 opcode);
54 qp->req.opcode = -1; in req_retry()
226 switch (opcode) { in next_opcode_rc()
297 return opcode; in next_opcode_rc()
305 switch (opcode) { in next_opcode_uc()
602 qp->req.opcode = pkt->opcode; in update_state()
617 u8 opcode = wqe->wr.opcode; in rxe_do_local_ops() local
621 switch (opcode) { in rxe_do_local_ops()
676 int opcode; in rxe_requester() local
756 opcode = next_opcode(qp, wqe, wqe->wr.opcode); in rxe_requester()
[all …]
H A Drxe_hdr.h24 u8 opcode; /* bth opcode of packet */ member
62 u8 opcode; member
88 return bth->opcode; in __bth_opcode()
95 bth->opcode = opcode; in __bth_set_opcode()
287 __bth_set_opcode(pkt->hdr, opcode); in bth_set_opcode()
411 bth->opcode = opcode; in bth_init()
502 rxe_opcode[pkt->opcode].offset[RXE_DETH]); in deth_qkey()
514 rxe_opcode[pkt->opcode].offset[RXE_DETH]); in deth_sqp()
577 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_va()
589 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_rkey()
[all …]
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc199 get_fpr(t0, rB(ctx->opcode));
201 set_fpr(rD(ctx->opcode), t1);
317 get_fpr(t0, rA(ctx->opcode));
318 get_fpr(t1, rB(ctx->opcode));
532 bfa = crfS(ctx->opcode);
537 tcg_gen_andi_i32(cpu_crf[crfD(ctx->opcode)], cpu_crf[crfD(ctx->opcode)],
735 flm = FPFLM(ctx->opcode);
736 l = FPL(ctx->opcode);
737 w = FPW(ctx->opcode);
771 w = FPW(ctx->opcode);
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dconstants.c182 const unsigned char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() argument
184 if (opcode < ARRAY_SIZE(nvme_ops) && nvme_ops[opcode]) in nvme_get_opcode_str()
185 return nvme_ops[opcode]; in nvme_get_opcode_str()
190 const unsigned char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() argument
192 if (opcode < ARRAY_SIZE(nvme_admin_ops) && nvme_admin_ops[opcode]) in nvme_get_admin_opcode_str()
193 return nvme_admin_ops[opcode]; in nvme_get_admin_opcode_str()
198 const unsigned char *nvme_get_fabrics_opcode_str(u8 opcode) { in nvme_get_fabrics_opcode_str() argument
199 if (opcode < ARRAY_SIZE(nvme_fabrics_ops) && nvme_fabrics_ops[opcode]) in nvme_get_fabrics_opcode_str()
200 return nvme_fabrics_ops[opcode]; in nvme_get_fabrics_opcode_str()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c359 opcode = *cur; in sym_fw_bind_script()
367 if (opcode == 0) { in sym_fw_bind_script()
385 (unsigned)opcode); in sym_fw_bind_script()
390 switch (opcode >> 28) { in sym_fw_bind_script()
420 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
428 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
436 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
444 opcode &= ~0x20000000; in sym_fw_bind_script()
446 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
453 opcode &= ~0x20000000; in sym_fw_bind_script()
[all …]
/openbmc/linux/include/linux/pds/
H A Dpds_adminq.h154 u8 opcode; member
188 u8 opcode; member
204 u8 opcode; member
321 u8 opcode; member
354 u8 opcode; member
385 u8 opcode; member
416 u8 opcode; member
455 u8 opcode; member
514 u8 opcode; member
569 u8 opcode; member
[all …]
/openbmc/linux/drivers/scsi/pcmcia/
H A Dnsp_debug.c49 #define group(opcode) (((opcode) >> 5) & 7) argument
65 static void print_opcodek(unsigned char opcode) in print_opcodek() argument
67 const char **table = commands[ group(opcode) ]; in print_opcodek()
71 printk("%s[%02x] ", reserved, opcode); in print_opcodek()
74 printk("%s(notext)[%02x] ", unknown, opcode); in print_opcodek()
77 printk("%s[%02x] ", vendor, opcode); in print_opcodek()
80 if (table[opcode & 0x1f] != unknown) in print_opcodek()
81 printk("%s[%02x] ", table[opcode & 0x1f], opcode); in print_opcodek()
83 printk("%s[%02x] ", unknown, opcode); in print_opcodek()
/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc462 ctx->opcode = (ctx->opcode << 16) | extend;
463 op = (ctx->opcode >> 11) & 0x1f;
464 sa = (ctx->opcode >> 22) & 0x1f;
465 funct = (ctx->opcode >> 8) & 0x7;
496 switch (ctx->opcode & 0x3) {
524 imm = ctx->opcode & 0xf;
528 if ((ctx->opcode >> 4) & 0x1) {
663 op = (ctx->opcode >> 11) & 0x1f;
664 sa = (ctx->opcode >> 2) & 0x7;
669 op1 = offset = ctx->opcode & 0x1f;
[all …]
H A Dnanomips_translate.c.inc1474 extract32(ctx->opcode, 11, 5), extract32(ctx->opcode, 3, 1));
1480 extract32(ctx->opcode, 11, 5), extract32(ctx->opcode, 3, 1));
2730 rt = extract32(ctx->opcode, 21, 5);
2731 rs = extract32(ctx->opcode, 16, 5);
3580 ctx->opcode = (ctx->opcode << 16) | insn;
3638 switch (ctx->opcode & 0x07) {
3678 switch (ctx->opcode & 0x03) {
4567 switch (ctx->opcode & 1) {
4605 switch (ctx->opcode & 0x1) {
4674 switch ((extract32(ctx->opcode, 3, 1) << 1) | (ctx->opcode & 1)) {
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Drc.c36 if (!e->opcode) { in find_prev_entry()
1420 u32 opcode = wqe->wr.opcode; in update_num_rd_atomic() local
1462 u32 opcode; in reset_psn() local
1508 opcode = wqe->wr.opcode; in reset_psn()
1724 opcode != TID_OP(ACK) && opcode != TID_OP(RESYNC)) in hfi1_rc_send_complete()
2319 u8 opcode = packet->opcode; in rc_rcv_resp() local
2623 if (!e || e->opcode != (u8)opcode || old_req) in rc_rcv_error()
2772 u32 opcode = packet->opcode; in hfi1_rc_rcv() local
3057 e->opcode = opcode; in hfi1_rc_rcv()
3133 e->opcode = opcode; in hfi1_rc_rcv()
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Dinst.h250 unsigned int opcode : 17; member
256 unsigned int opcode : 6; member
262 unsigned int opcode : 7; member
269 unsigned int opcode : 6; member
275 unsigned int opcode : 22; member
282 unsigned int opcode : 17; member
289 unsigned int opcode : 16; member
296 unsigned int opcode : 10; member
303 unsigned int opcode : 8; member
310 unsigned int opcode : 6; member
[all …]
/openbmc/linux/include/scsi/
H A 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
211 u8 opcode; member
225 u8 opcode; member
257 u8 opcode; member
273 u8 opcode; member
[all …]

12345678910>>...57