Searched refs:PROT (Results 1 – 1 of 1) sorted by relevance
| /tools/testing/selftests/riscv/mm/ |
| A D | mmap_test.h | 13 #define PROT (PROT_READ | PROT_WRITE) macro 18 void *value1 = mmap(NULL, sizeof(int), PROT, FLAGS, 0, 0); in memory_layout() 19 void *value2 = mmap(NULL, sizeof(int), PROT, FLAGS, 0, 0); in memory_layout()
|
Completed in 2 milliseconds