Searched refs:tag_check (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/testing/selftests/arm64/mte/ |
D | check_mmap_options.c | 33 static int check_mte_memory(char *ptr, int size, int mode, int tag_check) in check_mte_memory() argument 44 if (cur_mte_cxt.fault_valid == false && tag_check == TAG_CHECK_ON) in check_mte_memory() 46 if (cur_mte_cxt.fault_valid == true && tag_check == TAG_CHECK_OFF) in check_mte_memory() 52 if (cur_mte_cxt.fault_valid == false && tag_check == TAG_CHECK_ON) in check_mte_memory() 54 if (cur_mte_cxt.fault_valid == true && tag_check == TAG_CHECK_OFF) in check_mte_memory() 60 static int check_anonymous_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_anonymous_memory_mapping() argument 83 result = check_mte_memory(ptr, sizes[run], mode, tag_check); in check_anonymous_memory_mapping() 92 static int check_file_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_file_memory_mapping() argument 121 result = check_mte_memory(ptr, sizes[run], mode, tag_check); in check_file_memory_mapping()
|
/Linux-v6.1/tools/testing/radix-tree/ |
D | test.h | 34 void tag_check(void);
|
D | Makefile | 11 regression4.o tag_check.o multiorder.o idr-test.o iteration_check.o \
|
D | main.c | 249 tag_check(); in single_thread_tests()
|
D | tag_check.c | 334 void tag_check(void) in tag_check() function
|