/linux-6.1.9/tools/arch/s390/include/uapi/asm/ |
D | sie.h | 88 #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-6.1.9/arch/s390/include/uapi/asm/ |
D | sie.h | 88 #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-6.1.9/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 217 my $mnemonic = $2; 219 my $opcode = eval("\$$mnemonic"); 222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/linux-6.1.9/arch/powerpc/lib/ |
D | test_emulate_step.c | 78 static void __init show_result(char *mnemonic, char *result) in show_result() argument 80 pr_info("%-14s : %s\n", mnemonic, result); in show_result() 83 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument 86 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr() 901 char *mnemonic; member 918 .mnemonic = "nop", 930 .mnemonic = "setb", 957 .mnemonic = "add", 1042 .mnemonic = "add.", 1129 .mnemonic = "addc", [all …]
|
/linux-6.1.9/net/netrom/ |
D | nr_route.c | 97 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node() argument 192 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 217 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 651 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl() 657 nr_route.mnemonic, in nr_rt_ioctl() 877 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show()
|
/linux-6.1.9/include/uapi/linux/ |
D | netrom.h | 30 char mnemonic[7]; member
|
/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 1437 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-6.1.9/arch/arm/crypto/ |
D | sha256-armv4.pl | 695 my ($mnemonic,$arg)=@_; 698 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 707 $mnemonic,$arg;
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | spu.h | 76 char *mnemonic; member
|
D | spu-dis.c | 101 printf("%s", index->mnemonic); in print_insn_spu()
|
/linux-6.1.9/arch/arm64/crypto/ |
D | sha512-armv8.pl | 753 my ($mnemonic,$arg)=@_; 758 $opcode{$mnemonic}|$1|($2<<5)|($3<<16), 759 $mnemonic,$arg;
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 630 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-6.1.9/include/net/ |
D | netrom.h | 112 char mnemonic[7]; member
|
/linux-6.1.9/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 616 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-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2593 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc() 2595 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgb4_ethofld_send_flowc() 2597 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgb4_ethofld_send_flowc() 2599 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgb4_ethofld_send_flowc() 2601 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in cxgb4_ethofld_send_flowc() 2603 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_EOSTATE; in cxgb4_ethofld_send_flowc()
|
D | t4fw_api.h | 732 u8 mnemonic; member
|
/linux-6.1.9/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/linux-6.1.9/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/linux-6.1.9/arch/sparc/ |
D | Kconfig | 240 Loading this driver allows exact mnemonic strings to be
|
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_io.c | 178 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr()
|
/linux-6.1.9/scripts/ |
D | spelling.txt | 972 mmnemonic||mnemonic
|
/linux-6.1.9/Documentation/filesystems/ |
D | proc.rst | 565 Note that there is no guarantee that every flag and associated mnemonic will
|