/linux-4.4.14/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.4.14/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 196 my $mnemonic = $2; 198 my $opcode = eval("\$$mnemonic"); 201 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/linux-4.4.14/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.4.14/net/netrom/ |
D | nr_route.c | 87 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node() argument 183 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 207 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 674 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl() 680 nr_route.mnemonic, in nr_rt_ioctl() 898 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show()
|
/linux-4.4.14/include/uapi/linux/ |
D | netrom.h | 29 char mnemonic[7]; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 541 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 543 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 545 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 547 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr() 549 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr() 551 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr() 553 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr() 555 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr() 557 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr() 559 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr()
|
/linux-4.4.14/include/net/ |
D | netrom.h | 108 char mnemonic[7]; member
|
/linux-4.4.14/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.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 497 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc() 500 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc() 502 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc() 504 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc() 506 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc() 508 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc() 510 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc() 512 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc() 515 flowc->mnemval[8].mnemonic = 0; in send_flowc()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
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.4.14/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.4.14/Documentation/isdn/ |
D | README.concap | 9 Thus, the mnemonic: "CONnection CONtrolling eNCAPsulation Protocol".
|
/linux-4.4.14/Documentation/ |
D | dynamic-debug-howto.txt | 223 (mnemonic: what the flags are currently equal to).
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 271 Loading this driver allows exact mnemonic strings to be
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 629 mmnemonic||mnemonic
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 567 u8 mnemonic; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 496 Note that there is no guarantee that every flag and associated mnemonic will
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 892 to stop just display the mnemonic at the current instruction on the console.
|