Searched refs:tags (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Daarch64-mte-linux.c25 aarch64_mte_pack_tags (gdb::byte_vector &tags) argument
28 if (tags.empty ())
31 /* If the tags vector has an odd number of elements, add another
33 if ((tags.size () % 2) != 0)
34 tags.emplace_back (0);
36 for (int unpacked = 0, packed = 0; unpacked < tags.size ();
38 tags[packed] = (tags[unpacked + 1] << 4) | tags[unpacked];
41 tags
47 aarch64_mte_unpack_tags(gdb::byte_vector &tags, bool skip_first) argument
[all...]
/netbsd-current/sys/arch/dreamcast/
H A DMakefile3 # Makefile for dreamcast tags file and boot blocks
7 TDREAMCAST= ../dreamcast/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags:
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/arch/epoc32/
H A DMakefile3 # Makefile for epoc32 tags file and boot blocks
5 TEPOC32= ../epoc32/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 tags:
25 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/evbsh3/
H A DMakefile3 # Makefile for evbsh3 tags file and boot blocks
7 TEVBSH3= ../evbsh3/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags:
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/arch/hpcsh/
H A DMakefile3 # Makefile for hpcsh tags file and boot blocks
7 TEVBSH3= ../hpcsh/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags:
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/arch/mmeye/
H A DMakefile3 # Makefile for mmeye tags file and boot blocks
7 TMMEYE= ../mmeye/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags:
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_memory.c39 struct nvkm_tags *tags = *ptags; local
40 if (tags) {
42 if (refcount_dec_and_test(&tags->refcount)) {
43 nvkm_mm_free(&fb->tags, &tags->mn);
44 kfree(memory->tags);
45 memory->tags = NULL;
58 struct nvkm_tags *tags; local
61 if ((tags = memory->tags)) {
[all...]
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-compile.h17 int *tags; member in struct:__anon6368
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Daarch64-mte-linux-ptrace.h33 /* Maximum number of tags to pass at once to the kernel. */
36 /* Read the allocation tags from memory range [ADDRESS, ADDRESS + LEN)
41 gdb::byte_vector &tags);
43 /* Write the allocation tags contained in TAGS into the memory range
48 const gdb::byte_vector &tags);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dattribute.d237 string[] tags;
239 this(string[] tags...)
241 this.tags = tags;
/netbsd-current/sys/arch/cats/
H A DMakefile3 # Makefile for cats tags file and boot blocks
5 # Find where ARM source files are for inclusion in tags
8 TCATS= ${SYSDIR}/arch/cats/tags
12 # Directories in which to place tags links
15 .include "../../kern/Make.tags.inc"
17 tags:
29 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/emips/
H A DMakefile3 # Makefile for emips tags file and boot blocks
5 # Find where mips source files are for inclusion in tags
8 TEMIPS= ../emips/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
27 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/hp300/
H A DMakefile3 # Makefile for hp300 tags file and boot blocks
5 # Find where m68k source files are for inclusion in tags
8 THP300= ../hp300/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/hpcarm/
H A DMakefile3 # Makefile for hpcarm tags file and boot blocks
5 THPCARM= ../hpcarm/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags:
26 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/amiga/
H A DMakefile3 # Makefile for amiga tags file and boot blocks
5 TAMIGA= ${SYSDIR}/arch/amiga/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 # Find where m68k source files are for inclusion in tags
18 tags:
28 cd ${.CURDIR}/$$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/acorn32/
H A DMakefile3 # Makefile for acorn32 tags file and boot blocks
5 TACORN32= ../acorn32/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 tags:
25 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/x68k/
H A DMakefile3 # Makefile for x68k tags file and boot blocks
5 # Find where m68k source files are for inclusion in tags
8 TX68K= ../x68k/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/zaurus/
H A DMakefile3 # Makefile for zaurus tags file and boot blocks
5 TZAURUS= ../zaurus/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 tags:
25 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/rs6000/
H A DMakefile3 # Makefile for tags file
5 TRS6000= ../rs6000/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 tags:
25 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/sbmips/
H A DMakefile3 # Makefile for sbmips tags file and boot blocks
5 # Find where mips source files are for inclusion in tags
9 TSBMIPS= ${SYSDIR}/arch/sbmips/tags
14 # Directories in which to place tags links
17 .include "../../kern/Make.tags.inc"
19 tags:
31 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/shark/
H A DMakefile3 # Makefile for shark tags file and boot blocks
5 TSHARK= ../shark/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 tags:
25 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/mipsco/
H A DMakefile3 # Makefile for mipsco tags file
5 # Find where mips source files are for inclusion in tags
8 TMIPSCO= ../mipsco/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/netwinder/
H A DMakefile3 # Makefile for netwinder tags file and boot blocks
7 TNETWINDER= ${SYSDIR}/arch/netwinder/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
30 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/news68k/
H A DMakefile3 # Makefile for news68k tags file
5 # Find where m68k source files are for inclusion in tags
8 TNEWS68K= ../news68k/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/newsmips/
H A DMakefile3 # Makefile for newsmips tags file
5 # Find where mips source files are for inclusion in tags
8 TNEWSMIPS= ../newsmips/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done

Completed in 235 milliseconds

1234567891011>>