Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Drestartable_ranges.c217 PROT_NONE), "arena_free"); in arena_free()
249 (N_BUCKETS - 1) * PAGE_MAX_SIZE, PROT_NONE), "arena_init");
H A Djumbo_va_spaces_common.c28 res = mmap(NULL, 1 * GB, PROT_NONE, MAP_PRIVATE | MAP_ANON, 0, 0); in verify_jumbo_va()
H A Dmemcmp_zero.c11 unsigned char *p = mmap(NULL, 3 * PAGE_SIZE, PROT_NONE, MAP_SHARED | MAP_ANON, 0, 0); in get_guarded_page()
H A Dldt.c698 if (mprotect(addr, PAGE_SIZE, PROT_NONE) < 0) { in map_lowmem_stack()
/xnu-12377.1.9/bsd/sys/
H A Dmman.h101 #define PROT_NONE 0x00 /* [MC2] no permissions */ macro
/xnu-12377.1.9/tests/vm/
H A Dzalloc_buddy.c62 rc = mprotect(zba_base_header(), ZBA_TEST_SIZE, PROT_NONE); in zba_test_setup()
H A Dvm_parameter_validation.c2005 int err = mprotect(mincore_guard, KB16, PROT_NONE); in call_mincore()