Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/uapi/asm/
Dsie.h81 #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/
Dppc-xlate.pl196 my $mnemonic = $2;
198 my $opcode = eval("\$$mnemonic");
201 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
/linux-4.4.14/arch/tile/kernel/
Dbacktrace.c67 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/
Dnr_route.c87 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/
Dnetrom.h29 char mnemonic[7]; member
/linux-4.4.14/arch/powerpc/xmon/
Dspu.h87 char *mnemonic; member
Dspu-dis.c112 printf("%s", index->mnemonic); in print_insn_spu()
/linux-4.4.14/arch/arm/crypto/
Dsha256-armv4.pl687 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/
Dcxgb4i.c541 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/
Dnetrom.h108 char mnemonic[7]; member
/linux-4.4.14/arch/tile/include/asm/
Dtile-desc_64.h438 tilegx_mnemonic mnemonic; member
Dtile-desc_32.h500 tilepro_mnemonic mnemonic; member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c497 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/
Dx86-opcode-map.txt11 # 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/
Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
/linux-4.4.14/Documentation/isdn/
DREADME.concap9 Thus, the mnemonic: "CONnection CONtrolling eNCAPsulation Protocol".
/linux-4.4.14/Documentation/
Ddynamic-debug-howto.txt223 (mnemonic: what the flags are currently equal to).
/linux-4.4.14/arch/sparc/
DKconfig271 Loading this driver allows exact mnemonic strings to be
/linux-4.4.14/scripts/
Dspelling.txt629 mmnemonic||mnemonic
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h567 u8 mnemonic; member
/linux-4.4.14/Documentation/filesystems/
Dproc.txt496 Note that there is no guarantee that every flag and associated mnemonic will
/linux-4.4.14/Documentation/s390/
DDebugging390.txt892 to stop just display the mnemonic at the current instruction on the console.