/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | sie.h | 81 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 82 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic } 83 #define exit_code(opcode, mnemonic) \ argument 84 { opcode, mnemonic }
|
/linux-4.1.27/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 195 my $mnemonic = $2; 197 my $opcode = eval("\$$mnemonic"); 200 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/linux-4.1.27/arch/tile/kernel/ |
D | backtrace.c | 67 tile_mnemonic mnemonic, in find_matching_insn() argument 78 if (insn->opcode->mnemonic != mnemonic) in find_matching_insn() 141 if (insn->opcode->mnemonic == TILE_OPC_INFO || in bt_get_info_ops() 142 insn->opcode->mnemonic == TILE_OPC_INFOL) { in bt_get_info_ops() 220 if (insn->opcode->mnemonic == TILEGX_OPC_MOVELI) { in bt_update_moveli()
|
/linux-4.1.27/net/netrom/ |
D | nr_route.c | 88 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node() argument 184 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 208 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 675 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl() 681 nr_route.mnemonic, in nr_rt_ioctl() 899 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show()
|
/linux-4.1.27/include/uapi/linux/ |
D | netrom.h | 29 char mnemonic[7]; member
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | spu.h | 87 char *mnemonic; member
|
D | spu-dis.c | 112 printf("%s", index->mnemonic); in print_insn_spu()
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha256-armv4.pl | 687 my ($mnemonic,$arg)=@_; 690 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 699 $mnemonic,$arg;
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 534 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 536 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 538 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 540 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr() 542 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr() 544 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr() 546 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr() 548 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr() 550 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr() 552 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr()
|
/linux-4.1.27/include/net/ |
D | netrom.h | 108 char mnemonic[7]; member
|
/linux-4.1.27/arch/tile/include/asm/ |
D | tile-desc_64.h | 438 tilegx_mnemonic mnemonic; member
|
D | tile-desc_32.h | 500 tilepro_mnemonic mnemonic; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 480 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc() 483 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc() 485 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc() 487 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc() 489 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc() 491 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc() 493 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc() 495 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc() 498 flowc->mnemval[8].mnemonic = 0; in send_flowc()
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 9 Thus, the mnemonic: "CONnection CONtrolling eNCAPsulation Protocol".
|
/linux-4.1.27/Documentation/ |
D | dynamic-debug-howto.txt | 223 (mnemonic: what the flags are currently equal to).
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 271 Loading this driver allows exact mnemonic strings to be
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 609 mmnemonic||mnemonic
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 567 u8 mnemonic; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 478 Note that there is no guarantee that every flag and associated mnemonic will
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 892 to stop just display the mnemonic at the current instruction on the console.
|