/linux-4.4.14/tools/perf/util/ |
D | PERF-VERSION-GEN | 17 TAG= 20 TAG=$(git describe --abbrev=0 --match "v[0-9].[0-9]*" 2>/dev/null ) 24 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g') 26 if test -z "$TAG" 28 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion) 30 VN="$TAG$CID"
|
/linux-4.4.14/include/linux/ |
D | asn1_ber_bytecode.h | 88 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument 89 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
|
D | inetdevice.h | 108 #define IN_DEV_IDTAG(in_dev) IN_DEV_CONF_GET(in_dev, TAG)
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | spu.h | 73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 74 TAG, 75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 76 TAG,
|
D | spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | tsb.h | 130 #define TSB_WRITE(TSB, TTE, TAG) \ argument 134 TSB_STORE(TSB, TAG); 301 #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG4, OK_LABEL) \ argument 316 cmp REG3, TAG; \ 324 #define KERN_TSB4M_LOOKUP_TL1(TAG, REG1, REG2, REG3, REG4, OK_LABEL) \ argument 334 and TAG, (KERNEL_TSB4M_NENTRIES - 1), REG2; \ 338 cmp REG3, TAG; \
|
/linux-4.4.14/arch/sparc/kernel/ |
D | dtlb_miss.S | 3 ldxa [%g0] ASI_DMMU, %g6 ! Get TAG TARGET 9 cmp %g4, %g6 ! Compare TAG
|
D | itlb_miss.S | 3 ldxa [%g0] ASI_IMMU, %g6 ! Get TAG TARGET 9 cmp %g4, %g6 ! Compare TAG
|
/linux-4.4.14/drivers/macintosh/ |
D | macio-adb.c | 40 #define TAG 2 /* transfer access grant */ macro 123 out_8(&adb->intr_enb.r, DFB | TAG); in macio_init() 212 if (in_8(&adb->intr.r) & TAG) { in macio_adb_interrupt()
|
/linux-4.4.14/drivers/usb/mon/ |
D | usb_mon.h | 15 #define TAG "usbmon" macro
|
D | mon_main.c | 362 printk(KERN_NOTICE TAG ": unable to register with the core\n"); in mon_init() 410 printk(KERN_ERR TAG in mon_exit()
|
D | mon_text.c | 619 printk(KERN_ERR TAG ": consistency error on close\n"); in mon_text_release() 751 printk(KERN_NOTICE TAG ": unable to create usbmon directory\n"); in mon_text_init()
|
D | mon_bin.c | 684 printk(KERN_ERR TAG ": consistency error on open\n"); in mon_bin_open() 783 printk(KERN_ERR TAG ": consistency error on close\n"); in mon_bin_release()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | bits.h | 23 #define TAG (0x1F << 16) macro
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 174 TAG TAG TAG 215 TAG TAG ALIGNMENT SENSITIVITY BIT MAP OF 301 TAG TAG ALIGNMENT SENSITIVITY ENUMERATED 364 TAG TAG ALIGNMENT SENSITIVITY CATEGORY RANGES
|
/linux-4.4.14/arch/sparc/mm/ |
D | ultra.S | 184 srlx %o0, 11, %o0 ! make D-cache TAG 187 1: ldxa [%o2] ASI_DCACHE_TAG, %o3 ! load D-cache TAG 191 cmp %o3, %o0 ! TAG match? 194 stxa %g0, [%o2] ASI_DCACHE_TAG ! Invalidate TAG
|
/linux-4.4.14/arch/frv/kernel/ |
D | setup.c | 1081 #define print_clk(TAG, VAR) \ in show_cpuinfo() argument 1082 seq_printf(m, "Clock-" TAG ":\t%lu.%2.2lu MHz\n", VAR / 1000000, (VAR / 10000) % 100) in show_cpuinfo()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | supern_2.h | 36 #define TAG macro
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 481 simple: use SIMPLE TAG for all operations (read and write) 482 ordered: use ORDERED TAG for all operations 484 SIMPLE TAG for read operations 485 ORDERED TAG for write operations 1084 Use SIMPLE TAG for read and write commands.
|
D | ChangeLog.sym53c8xx | 305 - Send an ABORT message (if untagged) or ABORT TAG message (if tagged)
|
/linux-4.4.14/net/ipv4/ |
D | devinet.c | 2177 DEVINET_SYSCTL_RW_ENTRY(TAG, "tag"),
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1108 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message. 1262 * Restore SCB TAG since we reuse this field
|
D | aic7xxx.seq | 1873 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 302 CACHE TAG LOOKUP
|