Lines Matching full:memory

75 		/* Only mte enabled memory will allow tag insertion */  in check_anonymous_memory_mapping()
78 ksft_print_msg("FAIL: Insert tags on anonymous mmap memory\n"); in check_anonymous_memory_mapping()
112 /* Only mte enabled memory will allow tag insertion */ in check_file_memory_mapping()
115 ksft_print_msg("FAIL: Insert tags on file based memory\n"); in check_file_memory_mapping()
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()