Searched refs:fileblock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | subpage_prot.c | 191 void *fileblock; in test_file() local 208 fileblock = mmap(NULL, filesize, PROT_READ | PROT_WRITE, in test_file() 210 if (fileblock == MAP_FAILED) { in test_file() 215 file_name, filesize, fileblock); in test_file() 219 return run_test(fileblock, filesize); in test_file()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | subpage_prot.c | 191 void *fileblock; in test_file() local 208 fileblock = mmap(NULL, filesize, PROT_READ | PROT_WRITE, in test_file() 210 if (fileblock == MAP_FAILED) { in test_file() 215 file_name, filesize, fileblock); in test_file() 219 return run_test(fileblock, filesize); in test_file()
|
Completed in 2 milliseconds