/linux-5.19.10/tools/perf/util/ |
D | PERF-VERSION-GEN | 17 TAG= 20 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion) 23 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g') 26 VN="$TAG$CID"
|
/linux-5.19.10/include/linux/ |
D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument 85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
|
D | stddef.h | 80 #define struct_group_tagged(TAG, NAME, MEMBERS...) \ argument 81 __struct_group(TAG, NAME, /* no attrs */, MEMBERS)
|
D | inetdevice.h | 115 #define IN_DEV_IDTAG(in_dev) IN_DEV_CONF_GET(in_dev, TAG)
|
/linux-5.19.10/arch/powerpc/xmon/ |
D | spu.h | 62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 63 TAG, 64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 65 TAG,
|
D | spu-opc.c | 25 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 27 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
/linux-5.19.10/tools/testing/radix-tree/ |
D | iteration_check.c | 12 #define TAG XA_MARK_0 macro 35 xas_set_mark(&xas, TAG); in my_item_insert() 77 xas_for_each_marked(&xas, entry, ULONG_MAX, TAG) { in tagged_iteration_fn() 158 tag_tagged_items(&array, 0, MAX_IDX, 10, TAG, NEW_TAG); in tag_entries_fn()
|
/linux-5.19.10/include/uapi/linux/ |
D | stddef.h | 26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 29 struct TAG { MEMBERS } ATTRS NAME; \
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | tsb.h | 131 #define TSB_WRITE(TSB, TTE, TAG) \ argument 135 TSB_STORE(TSB, TAG); 338 #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG4, OK_LABEL) \ argument 353 cmp REG3, TAG; \ 361 #define KERN_TSB4M_LOOKUP_TL1(TAG, REG1, REG2, REG3, REG4, OK_LABEL) \ argument 371 and TAG, (KERNEL_TSB4M_NENTRIES - 1), REG2; \ 375 cmp REG3, TAG; \
|
/linux-5.19.10/arch/sparc/kernel/ |
D | dtlb_miss.S | 4 ldxa [%g0] ASI_DMMU, %g6 ! Get TAG TARGET 10 cmp %g4, %g6 ! Compare TAG
|
D | itlb_miss.S | 4 ldxa [%g0] ASI_IMMU, %g6 ! Get TAG TARGET 10 cmp %g4, %g6 ! Compare TAG
|
/linux-5.19.10/drivers/macintosh/ |
D | macio-adb.c | 43 #define TAG 2 /* transfer access grant */ macro 125 out_8(&adb->intr_enb.r, DFB | TAG); in macio_init() 214 if (in_8(&adb->intr.r) & TAG) { in macio_adb_interrupt()
|
/linux-5.19.10/drivers/usb/mon/ |
D | usb_mon.h | 16 #define TAG "usbmon" macro
|
D | mon_main.c | 363 printk(KERN_NOTICE TAG ": unable to register with the core\n"); in mon_init() 410 printk(KERN_ERR TAG in mon_exit()
|
D | mon_bin.c | 687 printk(KERN_ERR TAG ": consistency error on open\n"); in mon_bin_open() 786 printk(KERN_ERR TAG ": consistency error on close\n"); in mon_bin_release()
|
D | mon_text.c | 654 printk(KERN_ERR TAG ": consistency error on close\n"); in mon_text_release()
|
/linux-5.19.10/drivers/usb/chipidea/ |
D | bits.h | 20 #define TAG (0x1F << 16) macro
|
/linux-5.19.10/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-5.19.10/arch/sparc/mm/ |
D | ultra.S | 222 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-5.19.10/drivers/net/fddi/skfp/h/ |
D | supern_2.h | 32 #define TAG macro
|
/linux-5.19.10/Documentation/scsi/ |
D | ncr53c8xx.rst | 529 use SIMPLE TAG for all operations (read and write) 532 use ORDERED TAG for all operations 536 SIMPLE TAG for read operations 537 ORDERED TAG for write operations 1311 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-5.19.10/Documentation/networking/device_drivers/ethernet/stmicro/ |
D | stmmac.rst | 77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT)
|
/linux-5.19.10/net/ipv4/ |
D | devinet.c | 2536 DEVINET_SYSCTL_RW_ENTRY(TAG, "tag"),
|
/linux-5.19.10/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
|