Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
H A Darm_mte.c1136 ret = mprotect(tagged_ptr_mprotect, alloc_size, PROT_NONE);
1138 kr = mach_vm_protect(mach_task_self(), tagged_addr_mprotect, alloc_size, false, PROT_NONE);
/xnu-12377.61.12/bsd/sys/
H A Dmman.h101 #define PROT_NONE 0x00 /* [MC2] no permissions */ macro
/xnu-12377.61.12/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()