/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 79 static void __init show_result(char *mnemonic, char *result) in show_result() argument 81 pr_info("%-14s : %s\n", mnemonic, result); in show_result() 84 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument 87 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr() 634 char *mnemonic; member 651 .mnemonic = "nop", 663 .mnemonic = "add", 748 .mnemonic = "add.", 835 .mnemonic = "addc", 928 .mnemonic [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A 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 [all...] |
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | ppc-xlate.pl | 217 my $mnemonic = $2; 219 my $opcode = eval("\$$mnemonic"); 222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | ppc-xlate.pl | 217 my $mnemonic = $2; 219 my $opcode = eval("\$$mnemonic"); 222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | ppc-xlate.pl | 219 my $mnemonic = $2; 221 my $opcode = eval("\$$mnemonic"); 224 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ 89 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic } 90 #define exit_code(opcode, mnemonic) \ 91 { opcode, mnemonic } 238 * and returns a key, which can be used to find a mnemonic name
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ 89 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic } 90 #define exit_code(opcode, mnemonic) \ 91 { opcode, mnemonic } 238 * and returns a key, which can be used to find a mnemonic name
|
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/ |
H A D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ 89 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic } 90 #define exit_code(opcode, mnemonic) \ 91 { opcode, mnemonic } 238 * and returns a key, which can be used to find a mnemonic name
|
/kernel/linux/linux-6.6/tools/arch/s390/include/uapi/asm/ |
H A D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ 89 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic } 90 #define exit_code(opcode, mnemonic) \ 91 { opcode, mnemonic } 238 * and returns a key, which can be used to find a mnemonic name
|
/kernel/linux/linux-5.10/net/netrom/ |
H A 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() 648 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl() 654 nr_route.mnemonic, in nr_rt_ioctl() 866 "callsign mnemonic w n qual obs neigh qual obs neigh qual obs neigh\n"); in nr_node_show() 874 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show() [all...] |
/kernel/linux/linux-6.6/net/netrom/ |
H A 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() 869 "callsign mnemonic w n qual obs neigh qual obs neigh qual obs neigh\n"); in nr_node_show() 877 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | netrom.h | 30 char mnemonic[7]; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | netrom.h | 30 char mnemonic[7]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | netrom.h | 23 char mnemonic[7]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | netrom.h | 36 char mnemonic[7]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | netrom.h | 36 char mnemonic[7]; member
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_cm.c | 1436 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr() 1439 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr() 1441 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr() 1443 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr() 1445 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in cxgbit_send_tx_flowc_wr() 1447 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in cxgbit_send_tx_flowc_wr() 1449 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in cxgbit_send_tx_flowc_wr() 1451 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in cxgbit_send_tx_flowc_wr() 1454 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in cxgbit_send_tx_flowc_wr() 1463 flowc->mnemval[index].mnemonic in cxgbit_send_tx_flowc_wr() [all...] |
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A 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 in cxgbit_send_tx_flowc_wr() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 629 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 631 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 633 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 635 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr() 637 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr() 639 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr() 641 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr() 643 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr() 645 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr() 647 flowc->mnemval[8].mnemonic in send_tx_flowc_wr() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A 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 in send_tx_flowc_wr() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | spu.h | 76 char *mnemonic; member
|
H A D | spu-dis.c | 31 * one. In most cases it is just an alternate mnemonic. */ in init_spu_disassemble() 101 printf("%s", index->mnemonic); in print_insn_spu()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | spu.h | 76 char *mnemonic; member
|
H A D | spu-dis.c | 31 * one. In most cases it is just an alternate mnemonic. */ in init_spu_disassemble() 101 printf("%s", index->mnemonic); in print_insn_spu()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 753 my ($mnemonic,$arg)=@_; 758 $opcode{$mnemonic}|$1|($2<<5)|($3<<16), 759 $mnemonic,$arg;
|