Home
last modified time | relevance | path

Searched refs:tag_check (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c33 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
82 result = check_mte_memory(ptr, sizes[run], mode, tag_check); in check_anonymous_memory_mapping()
91 static int check_file_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_file_memory_mapping() argument
120 result = check_mte_memory(ptr, sizes[run], mode, tag_check); in check_file_memory_mapping()
/openbmc/linux/tools/testing/radix-tree/
H A Dtest.h34 void tag_check(void);
H A DMakefile11 regression4.o tag_check.o multiorder.o idr-test.o iteration_check.o \
H A Dmain.c249 tag_check(); in single_thread_tests()
H A Dtag_check.c334 void tag_check(void) in tag_check() function