Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/mte/
A Dmte_common_util.h48 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags);
52 bool tags, int fd);
55 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags);
101 int mem_type, bool tags) in check_allocated_memory() argument
108 if (tags && !MT_FETCH_TAG((uintptr_t)ptr)) { in check_allocated_memory()
A Dmte_common_util.c169 bool tags, int fd) in __mte_allocate_memory_range() argument
207 if (tags) in __mte_allocate_memory_range()
219 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags) in mte_allocate_memory() argument
221 return __mte_allocate_memory_range(size, mem_type, mapping, 0, 0, tags, -1); in mte_allocate_memory()
224 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory() argument
246 return __mte_allocate_memory_range(size, mem_type, mapping, 0, 0, tags, fd); in mte_allocate_file_memory()
277 size_t range_before, size_t range_after, bool tags) in __mte_free_memory_range() argument
285 if (tags) in __mte_free_memory_range()
301 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags) in mte_free_memory() argument
303 __mte_free_memory_range(ptr, size, mem_type, 0, 0, tags); in mte_free_memory()
/tools/testing/selftests/powerpc/
A DMakefile70 rm -f tags
73 tags: target
76 .PHONY: tags $(SUB_DIRS) emit_tests
/tools/perf/util/
A 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()
A Dunits.h13 unsigned long parse_tag_value(const char *str, struct parse_tag *tags);
A Devlist.c868 static struct parse_tag tags[] = { in parse_pages_arg() local
879 val = parse_tag_value(str, tags); in parse_pages_arg()
/tools/perf/
A DMakefile74 all tags TAGS: target
121 .PHONY: tags TAGS FORCE Makefile
A D.gitignore24 tags
A DMakefile.perf225 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
1044 tags:
1045 $(QUIET_GEN)$(RM) tags; \
1286 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \
1341 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
A Dbuiltin-record.c572 static struct parse_tag tags[] = { in record__mmap_flush_parse() local
584 opts->mmap_flush = parse_tag_value(str, tags); in record__mmap_flush_parse()
/tools/bpf/resolve_btfids/
A DMakefile104 tags: target
105 $(call msg,GEN,,tags)
110 .PHONY: all FORCE clean tags prepare
/tools/lib/bpf/
A D.gitignore5 tags
A DMakefile268 PHONY += force cscope tags check check_abi check_version
275 tags: target
276 $(RM) -f TAGS tags
/tools/testing/radix-tree/
A 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/testing/selftests/arm64/
A DMakefile7 ARM64_SUBTARGETS ?= tags signal pauth fp mte bti abi gcs
A DREADME21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
/tools/include/uapi/linux/
A Dio_uring.h592 __aligned_u64 tags; member
605 __aligned_u64 tags; member
/tools/perf/tests/
A Dmake102 make_tags := tags
211 test_make_tags = test -f tags
/tools/memory-model/scripts/
A DREADME97 # Checks results against Result tags, runs in minutes:
/tools/virtio/virtio-trace/
A DREADME68 If you manage guests with libvirt, add the following tags to domain XML files.
/tools/memory-model/
A Dlinux-kernel.cat41 * Mb tags to the read and write of the operation, and providing
/tools/sched_ext/
A DREADME.md33 missing some features such as BTF type tags which are necessary for using

Completed in 37 milliseconds