Searched refs:PROT_NONE (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/tests/ |
| H A D | restartable_ranges.c | 217 PROT_NONE), "arena_free"); in arena_free() 249 (N_BUCKETS - 1) * PAGE_MAX_SIZE, PROT_NONE), "arena_init");
|
| H A D | jumbo_va_spaces_common.c | 28 res = mmap(NULL, 1 * GB, PROT_NONE, MAP_PRIVATE | MAP_ANON, 0, 0); in verify_jumbo_va()
|
| H A D | memcmp_zero.c | 11 unsigned char *p = mmap(NULL, 3 * PAGE_SIZE, PROT_NONE, MAP_SHARED | MAP_ANON, 0, 0); in get_guarded_page()
|
| H A D | ldt.c | 698 if (mprotect(addr, PAGE_SIZE, PROT_NONE) < 0) { in map_lowmem_stack()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | mman.h | 101 #define PROT_NONE 0x00 /* [MC2] no permissions */ macro
|
| /xnu-12377.1.9/tests/vm/ |
| H A D | zalloc_buddy.c | 62 rc = mprotect(zba_base_header(), ZBA_TEST_SIZE, PROT_NONE); in zba_test_setup()
|
| H A D | vm_parameter_validation.c | 2005 int err = mprotect(mincore_guard, KB16, PROT_NONE); in call_mincore()
|