Searched refs:TAG (Results 1 - 22 of 22) sorted by relevance

/linux-master/tools/perf/util/
H A DPERF-VERSION-GEN18 TAG=
21 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
27 if test -z "$TAG"
29 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
32 VN="$TAG$CID"
/linux-master/tools/include/uapi/linux/
H A Dstddef.h14 * @TAG: The tag name for the named sub-struct (usually empty)
26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
29 struct TAG { MEMBERS } ATTRS NAME; \
/linux-master/arch/powerpc/xmon/
H A Dspu-opc.c26 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
28 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
H A Dspu.h62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
63 TAG,
64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
65 TAG,
/linux-master/include/uapi/linux/
H A Dstddef.h14 * @TAG: The tag name for the named sub-struct (usually empty)
26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
29 struct TAG { MEMBERS } ATTRS NAME; \
/linux-master/include/linux/
H A Dasn1_ber_bytecode.h84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG)
85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG)
H A Dstddef.h69 * @TAG: The tag name for the named sub-struct
80 #define struct_group_tagged(TAG, NAME, MEMBERS...) \
81 __struct_group(TAG, NAME, /* no attrs */, MEMBERS)
H A Dinetdevice.h117 #define IN_DEV_IDTAG(in_dev) IN_DEV_CONF_GET(in_dev, TAG)
/linux-master/arch/sparc/kernel/
H A Ddtlb_miss.S4 ldxa [%g0] ASI_DMMU, %g6 ! Get TAG TARGET
10 cmp %g4, %g6 ! Compare TAG
H A Ditlb_miss.S4 ldxa [%g0] ASI_IMMU, %g6 ! Get TAG TARGET
10 cmp %g4, %g6 ! Compare TAG
/linux-master/tools/testing/selftests/net/
H A Drps_default_mask.sh11 readonly TAG="$(mktemp -u XXXXXX)"
12 readonly VETH="veth${TAG}"
13 readonly NETNS="ns-${TAG}"
/linux-master/tools/testing/radix-tree/
H A Diteration_check.c12 #define TAG XA_MARK_0 macro
35 xas_set_mark(&xas, TAG);
77 xas_for_each_marked(&xas, entry, ULONG_MAX, TAG) {
158 tag_tagged_items(&array, 0, MAX_IDX, 10, TAG, NEW_TAG);
/linux-master/drivers/usb/mon/
H A Dusb_mon.h16 #define TAG "usbmon" macro
H A Dmon_main.c350 printk(KERN_NOTICE TAG ": unable to register with the core\n");
397 printk(KERN_ERR TAG
H A Dmon_bin.c690 printk(KERN_ERR TAG ": consistency error on open\n");
789 printk(KERN_ERR TAG ": consistency error on close\n");
H A Dmon_text.c654 printk(KERN_ERR TAG ": consistency error on close\n");
/linux-master/arch/sparc/include/asm/
H A Dtsb.h6 * power-of-2 sized table of TAG/PTE pairs. The cpu precomputes
8 * comparison TAG based upon the virtual address and context which
27 * PTE. The TAG is of the same layout as the TLB TAG TARGET mmu
131 #define TSB_WRITE(TSB, TTE, TAG) \
135 TSB_STORE(TSB, TAG);
331 /* Do a kernel TSB lookup at tl>0 on VADDR+TAG, branch to OK_LABEL
336 * VADDR and TAG will be preserved and not clobbered by this macro.
338 #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG4, OK_LABEL) \
353 cmp REG3, TAG; \
[all...]
/linux-master/drivers/macintosh/
H A Dmacio-adb.c43 #define TAG 2 /* transfer access grant */ macro
130 out_8(&adb->intr_enb.r, DFB | TAG);
219 if (in_8(&adb->intr.r) & TAG) {
/linux-master/drivers/usb/chipidea/
H A Dbits.h20 #define TAG (0x1F << 16) macro
/linux-master/arch/sparc/mm/
H A Dultra.S222 srlx %o0, 11, %o0 ! make D-cache TAG
225 1: ldxa [%o2] ASI_DCACHE_TAG, %o3 ! load D-cache TAG
229 cmp %o3, %o0 ! TAG match?
232 stxa %g0, [%o2] ASI_DCACHE_TAG ! Invalidate TAG
/linux-master/drivers/net/fddi/skfp/h/
H A Dsupern_2.h32 #define TAG macro
/linux-master/net/ipv4/
H A Ddevinet.c2539 DEVINET_SYSCTL_RW_ENTRY(TAG, "tag"),

Completed in 513 milliseconds