Home
last modified time | relevance | path

Searched refs:PROT (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/riscv/mm/
A Dmmap_test.h13 #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