Searched refs:PROT_NONE (Results 1 – 5 of 5) sorted by relevance
/sysdeps/unix/sysv/linux/bits/ |
A D | mman-linux.h | 35 #define PROT_NONE 0x0 /* Page can not be accessed. */ macro
|
/sysdeps/pthread/ |
A D | tst-basic7.c | 38 c = mmap (NULL, PAGESIZE, PROT_NONE, MAP_ANON | MAP_PRIVATE, -1, 0); in use_up_memory()
|
/sysdeps/mach/hurd/ |
A D | mmap.c | 86 case PROT_NONE: in __mmap()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ioperm.c | 730 (unsigned long int) __mmap (0, len, PROT_NONE, MAP_SHARED, in _ioperm() 748 prot = PROT_NONE; in _ioperm()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-pkey.c | 178 int *page = xmmap (NULL, pagesize, PROT_NONE, in do_test()
|
Completed in 8 milliseconds