Lines Matching full:mapping
60 static int check_anonymous_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_anonymous_memory_mapping() argument
69 map_ptr = (char *)mte_allocate_memory(map_size, mem_type, mapping, false); 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
105 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_file_memory_mapping()
130 static int check_clear_prot_mte_flag(int mem_type, int mode, int mapping) in check_clear_prot_mte_flag() argument
140 ptr = (char *)mte_allocate_memory_tag_range(sizes[run], mem_type, mapping, in check_clear_prot_mte_flag()
161 ptr = (char *)mte_allocate_file_memory_tag_range(sizes[run], mem_type, mapping, in check_clear_prot_mte_flag()
213 "Check anonymous memory with private mapping, sync error mode, mmap memory and tag check off\n"); in main()
215 …"Check file memory with private mapping, sync error mode, mmap/mprotect memory and tag check off\n… in main()
219 "Check anonymous memory with private mapping, no error mode, mmap memory and tag check off\n"); in main()
221 "Check file memory with private mapping, no error mode, mmap/mprotect memory and tag check off\n"); in main()
224 "Check anonymous memory with private mapping, sync error mode, mmap memory and tag check on\n"); in main()
226 …"Check anonymous memory with private mapping, sync error mode, mmap/mprotect memory and tag check … in main()
228 "Check anonymous memory with shared mapping, sync error mode, mmap memory and tag check on\n"); in main()
230 …"Check anonymous memory with shared mapping, sync error mode, mmap/mprotect memory and tag check o… in main()
232 "Check anonymous memory with private mapping, async error mode, mmap memory and tag check on\n"); in main()
234 …"Check anonymous memory with private mapping, async error mode, mmap/mprotect memory and tag check… in main()
236 "Check anonymous memory with shared mapping, async error mode, mmap memory and tag check on\n"); in main()
238 …"Check anonymous memory with shared mapping, async error mode, mmap/mprotect memory and tag check … in main()
241 "Check file memory with private mapping, sync error mode, mmap memory and tag check on\n"); in main()
243 …"Check file memory with private mapping, sync error mode, mmap/mprotect memory and tag check on\n"… in main()
245 "Check file memory with shared mapping, sync error mode, mmap memory and tag check on\n"); in main()
247 "Check file memory with shared mapping, sync error mode, mmap/mprotect memory and tag check on\n"); in main()
249 "Check file memory with private mapping, async error mode, mmap memory and tag check on\n"); in main()
251 …"Check file memory with private mapping, async error mode, mmap/mprotect memory and tag check on\n… in main()
253 "Check file memory with shared mapping, async error mode, mmap memory and tag check on\n"); in main()
255 …"Check file memory with shared mapping, async error mode, mmap/mprotect memory and tag check on\n"… in main()
258 "Check clear PROT_MTE flags with private mapping, sync error mode and mmap memory\n"); in main()
260 "Check clear PROT_MTE flags with private mapping and sync error mode and mmap/mprotect memory\n"); in main()