Lines Matching full:mapping
84 static int check_child_memory_mapping(int mem_type, int mode, int mapping) in check_child_memory_mapping() argument
93 ptr = (char *)mte_allocate_memory_tag_range(sizes[run], mem_type, mapping, in check_child_memory_mapping()
106 static int check_child_file_mapping(int mem_type, int mode, int mapping) in check_child_file_mapping() argument
119 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_child_file_mapping()
170 "Check child anonymous memory with private mapping, precise mode and mmap memory\n"); in main()
172 "Check child anonymous memory with shared mapping, precise mode and mmap memory\n"); in main()
174 "Check child anonymous memory with private mapping, imprecise mode and mmap memory\n"); in main()
176 "Check child anonymous memory with shared mapping, imprecise mode and mmap memory\n"); in main()
178 "Check child anonymous memory with private mapping, precise mode and mmap/mprotect memory\n"); in main()
180 "Check child anonymous memory with shared mapping, precise mode and mmap/mprotect memory\n"); in main()
183 "Check child file memory with private mapping, precise mode and mmap memory\n"); in main()
185 "Check child file memory with shared mapping, precise mode and mmap memory\n"); in main()
187 "Check child file memory with private mapping, imprecise mode and mmap memory\n"); in main()
189 "Check child file memory with shared mapping, imprecise mode and mmap memory\n"); in main()
191 "Check child file memory with private mapping, precise mode and mmap/mprotect memory\n"); in main()
193 "Check child file memory with shared mapping, precise mode and mmap/mprotect memory\n"); in main()