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

/linux-master/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) argument
44 if (cur_mte_cxt.fault_valid == false && tag_check == TAG_CHECK_ON)
46 if (cur_mte_cxt.fault_valid == true && tag_check == TAG_CHECK_OFF)
52 if (cur_mte_cxt.fault_valid == false && tag_check == TAG_CHECK_ON)
54 if (cur_mte_cxt.fault_valid == true && tag_check == TAG_CHECK_OFF)
60 static int check_anonymous_memory_mapping(int mem_type, int mode, int mapping, int tag_check) argument
82 result = check_mte_memory(ptr, sizes[run], mode, tag_check);
91 static int check_file_memory_mapping(int mem_type, int mode, int mapping, int tag_check) argument
120 result = check_mte_memory(ptr, sizes[run], mode, tag_check);
/linux-master/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();
251 printv(2, "after tag_check: %d allocated, preempt %d\n",
H A Dtag_check.c334 void tag_check(void) function

Completed in 234 milliseconds