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
70 map_ptr = (char *)mte_allocate_memory(map_size, mem_type, mapping, false); 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
106 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_file_memory_mapping()
131 static int check_clear_prot_mte_flag(int mem_type, int mode, int mapping) in check_clear_prot_mte_flag() argument
141 ptr = (char *)mte_allocate_memory_tag_range(sizes[run], mem_type, mapping, in check_clear_prot_mte_flag()
162 ptr = (char *)mte_allocate_file_memory_tag_range(sizes[run], mem_type, mapping, in check_clear_prot_mte_flag()
214 "Check anonymous memory with private mapping, sync error mode, mmap memory and tag check off\n"); in main()
216 …"Check file memory with private mapping, sync error mode, mmap/mprotect memory and tag check off\n… in main()
220 "Check anonymous memory with private mapping, no error mode, mmap memory and tag check off\n"); in main()
222 "Check file memory with private mapping, no error mode, mmap/mprotect memory and tag check off\n"); in main()
225 "Check anonymous memory with private mapping, sync error mode, mmap memory and tag check on\n"); in main()
227 …"Check anonymous memory with private mapping, sync error mode, mmap/mprotect memory and tag check … in main()
229 "Check anonymous memory with shared mapping, sync error mode, mmap memory and tag check on\n"); in main()
231 …"Check anonymous memory with shared mapping, sync error mode, mmap/mprotect memory and tag check o… in main()
233 "Check anonymous memory with private mapping, async error mode, mmap memory and tag check on\n"); in main()
235 …"Check anonymous memory with private mapping, async error mode, mmap/mprotect memory and tag check… in main()
237 "Check anonymous memory with shared mapping, async error mode, mmap memory and tag check on\n"); in main()
239 …"Check anonymous memory with shared mapping, async error mode, mmap/mprotect memory and tag check … in main()
242 "Check file memory with private mapping, sync error mode, mmap memory and tag check on\n"); in main()
244 …"Check file memory with private mapping, sync error mode, mmap/mprotect memory and tag check on\n"… in main()
246 "Check file memory with shared mapping, sync error mode, mmap memory and tag check on\n"); in main()
248 "Check file memory with shared mapping, sync error mode, mmap/mprotect memory and tag check on\n"); in main()
250 "Check file memory with private mapping, async error mode, mmap memory and tag check on\n"); in main()
252 …"Check file memory with private mapping, async error mode, mmap/mprotect memory and tag check on\n… in main()
254 "Check file memory with shared mapping, async error mode, mmap memory and tag check on\n"); in main()
256 …"Check file memory with shared mapping, async error mode, mmap/mprotect memory and tag check on\n"… in main()
259 "Check clear PROT_MTE flags with private mapping, sync error mode and mmap memory\n"); in main()
261 "Check clear PROT_MTE flags with private mapping and sync error mode and mmap/mprotect memory\n"); in main()