Home
last modified time | relevance | path

Searched refs:mnemonic (Results 1 – 22 of 22) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Dsie.h88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument
89 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic }
90 #define exit_code(opcode, mnemonic) \ argument
91 { opcode, mnemonic }
/linux/tools/arch/s390/include/uapi/asm/
H A Dsie.h88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument
89 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic }
90 #define exit_code(opcode, mnemonic) \ argument
91 { opcode, mnemonic }
/linux/arch/powerpc/crypto/
H A Dppc-xlate.pl217 my $mnemonic = $2;
219 my $opcode = eval("\$$mnemonic");
222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
/linux/net/netrom/
H A Dnr_route.c97 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node() argument
192 strscpy(nr_node->mnemonic, mnemonic); in nr_add_node()
217 strscpy(nr_node->mnemonic, mnemonic); in nr_add_node()
646 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl()
652 nr_route.mnemonic, in nr_rt_ioctl()
878 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show()
/linux/tools/testing/selftests/x86/bugs/
H A Dits_ret_alignment.py106 if "jmp" in kcore_insn.mnemonic:
108 elif "ret" not in kcore_insn.mnemonic:
H A Dits_indirect_alignment.py113 … operand += ' -> ' + insn_at_thunk.mnemonic + ' ' + insn_at_thunk.op_str + ' <dynamic-thunk?>'
114 if 'jmp' in insn_at_thunk.mnemonic and thunk & 0x20:
/linux/tools/perf/util/
H A Dcapstone.c85 printed += fprintf(fp, "%s ", insn[0].mnemonic); in print_insn_x86()
95 printed += fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in print_insn_x86()
126 printed = fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in capstone__fprintf_insn_asm()
282 insn[i].mnemonic, insn[i].op_str); in symbol__disassemble_capstone()
/linux/include/uapi/linux/
H A Dnetrom.h30 char mnemonic[7]; member
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1437 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr()
1440 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr()
1442 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr()
1444 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr()
1446 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in cxgbit_send_tx_flowc_wr()
1448 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in cxgbit_send_tx_flowc_wr()
1450 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in cxgbit_send_tx_flowc_wr()
1452 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in cxgbit_send_tx_flowc_wr()
1455 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in cxgbit_send_tx_flowc_wr()
1464 flowc->mnemval[index].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in cxgbit_send_tx_flowc_wr()
[all …]
/linux/lib/crypto/arm/
H A Dsha256-armv4.pl695 my ($mnemonic,$arg)=@_;
698 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
707 $mnemonic,$arg;
/linux/lib/crypto/arm64/
H A Dsha2-armv8.pl753 my ($mnemonic,$arg)=@_;
758 $opcode{$mnemonic}|$1|($2<<5)|($3<<16),
759 $mnemonic,$arg;
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c630 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()
632 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()
634 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()
636 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()
638 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()
640 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr()
642 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr()
644 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr()
646 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr()
648 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr()
[all …]
/linux/include/net/
H A Dnetrom.h112 char mnemonic[7]; member
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c616 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc()
619 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc()
621 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc()
623 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc()
625 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc()
627 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc()
629 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc()
631 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc()
633 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in send_flowc()
638 flowc->mnemval[9].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in send_flowc()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2580 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc()
2582 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgb4_ethofld_send_flowc()
2584 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgb4_ethofld_send_flowc()
2586 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgb4_ethofld_send_flowc()
2588 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in cxgb4_ethofld_send_flowc()
2590 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_EOSTATE; in cxgb4_ethofld_send_flowc()
H A Dt4fw_api.h732 u8 mnemonic; member
/linux/arch/sparc/
H A DKconfig244 Loading this driver allows exact mnemonic strings to be
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst33 mnemonic functions when describing the semantics of instructions.
/linux/scripts/
H A Dspelling.txt1057 mmnemonic||mnemonic
/linux/Documentation/filesystems/
H A Dproc.rst597 Note that there is no guarantee that every flag and associated mnemonic will