/tools/testing/selftests/arm64/mte/ |
D | mte_common_util.h | 45 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()
|
D | mte_common_util.c | 121 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/ |
D | Makefile | 71 rm -f tags 74 tags: target 77 .PHONY: tags $(SUB_DIRS)
|
/tools/perf/util/ |
D | units.c | 10 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()
|
D | units.h | 13 unsigned long parse_tag_value(const char *str, struct parse_tag *tags);
|
D | evlist.c | 794 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/ |
D | Makefile | 83 tags: target 84 $(call msg,GEN,,tags) 89 .PHONY: all FORCE clean tags
|
/tools/perf/ |
D | Makefile | 68 all tags TAGS: target 112 .PHONY: tags TAGS FORCE Makefile
|
D | .gitignore | 23 tags
|
D | Makefile.perf | 195 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
|
D | builtin-record.c | 455 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/ |
D | Makefile | 129 tags: force target 130 $(RM) tags 155 $(RM) tags TAGS
|
/tools/lib/bpf/ |
D | .gitignore | 7 tags
|
D | Makefile | 283 PHONY += force elfdep zdep bpfdep cscope tags 299 tags: target 300 $(RM) -f TAGS tags
|
/tools/lib/traceevent/plugins/ |
D | Makefile | 170 tags: force target 171 $(RM) tags 218 $(RM) TRACEEVENT-CFLAGS tags TAGS;
|
/tools/testing/radix-tree/ |
D | test.c | 210 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/ |
D | Makefile | 191 tags: force target 192 $(RM) tags 248 $(RM) TRACEEVENT-CFLAGS tags TAGS; \
|
/tools/testing/selftests/arm64/ |
D | Makefile | 7 ARM64_SUBTARGETS ?= tags signal pauth fp mte
|
D | README | 21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
|
/tools/perf/tests/ |
D | make | 95 make_tags := tags 193 test_make_tags = test -f tags
|
/tools/virtio/virtio-trace/ |
D | README | 68 If you manage guests with libvirt, add the following tags to domain XML files.
|