Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 21 of 21) sorted by relevance

/tools/testing/selftests/arm64/mte/
Dmte_common_util.h45 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags);
49 bool tags, int fd);
52 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags);
85 int mem_type, bool tags) in check_allocated_memory() argument
92 if (tags && !MT_FETCH_TAG((uintptr_t)ptr)) { in check_allocated_memory()
Dmte_common_util.c121 bool tags, int fd) in __mte_allocate_memory_range() argument
156 if (tags) in __mte_allocate_memory_range()
168 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags) in mte_allocate_memory() argument
170 return __mte_allocate_memory_range(size, mem_type, mapping, 0, 0, tags, -1); in mte_allocate_memory()
173 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory() argument
188 return __mte_allocate_memory_range(size, mem_type, mapping, 0, 0, tags, fd); in mte_allocate_file_memory()
213 size_t range_before, size_t range_after, bool tags) in __mte_free_memory_range() argument
221 if (tags) in __mte_free_memory_range()
237 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags) in mte_free_memory() argument
239 __mte_free_memory_range(ptr, size, mem_type, 0, 0, tags); in mte_free_memory()
/tools/testing/selftests/powerpc/
DMakefile71 rm -f tags
74 tags: target
77 .PHONY: tags $(SUB_DIRS)
/tools/perf/util/
Dunits.c10 unsigned long parse_tag_value(const char *str, struct parse_tag *tags) in parse_tag_value() argument
12 struct parse_tag *i = tags; in parse_tag_value()
Dunits.h13 unsigned long parse_tag_value(const char *str, struct parse_tag *tags);
Devlist.c794 static struct parse_tag tags[] = { in parse_pages_arg() local
805 val = parse_tag_value(str, tags); in parse_pages_arg()
/tools/bpf/resolve_btfids/
DMakefile83 tags: target
84 $(call msg,GEN,,tags)
89 .PHONY: all FORCE clean tags
/tools/perf/
DMakefile68 all tags TAGS: target
112 .PHONY: tags TAGS FORCE Makefile
D.gitignore23 tags
DMakefile.perf195 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
873 tags:
874 $(QUIET_GEN)$(RM) tags; \
1012 …) $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PE…
1072 .PHONY: $(GIT-HEAD-PHONY) TAGS tags cscope FORCE prepare
Dbuiltin-record.c455 static struct parse_tag tags[] = { in record__mmap_flush_parse() local
467 opts->mmap_flush = parse_tag_value(str, tags); in record__mmap_flush_parse()
/tools/lib/lockdep/
DMakefile129 tags: force target
130 $(RM) tags
155 $(RM) tags TAGS
/tools/lib/bpf/
D.gitignore7 tags
DMakefile283 PHONY += force elfdep zdep bpfdep cscope tags
299 tags: target
300 $(RM) -f TAGS tags
/tools/lib/traceevent/plugins/
DMakefile170 tags: force target
171 $(RM) tags
218 $(RM) TRACEEVENT-CFLAGS tags TAGS;
/tools/testing/radix-tree/
Dtest.c210 if (slot->tags[tag][i]) { in verify_node()
221 printf("%016lx ", slot->tags[j][i]); in verify_node()
233 !!test_bit(i, slot->tags[tag]))) { in verify_node()
238 printf("%016lx ", slot->tags[j][i]); in verify_node()
/tools/lib/traceevent/
DMakefile191 tags: force target
192 $(RM) tags
248 $(RM) TRACEEVENT-CFLAGS tags TAGS; \
/tools/testing/selftests/arm64/
DMakefile7 ARM64_SUBTARGETS ?= tags signal pauth fp mte
DREADME21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
/tools/perf/tests/
Dmake95 make_tags := tags
193 test_make_tags = test -f tags
/tools/virtio/virtio-trace/
DREADME68 If you manage guests with libvirt, add the following tags to domain XML files.