Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_protos.h194 extern int vm_map_debug_apple_protect;
H A Dvm_map.c167 int vm_map_debug_apple_protect = 0; variable
983 if (vm_map_debug_apple_protect) { in vm_map_apple_protected()
1118 &vm_map_debug_apple_protect, in vm_map_init()
1119 sizeof(vm_map_debug_apple_protect)); in vm_map_init()
/xnu-8019.80.24/bsd/kern/
H A Dkern_mman.c1560 if (vm_map_debug_apple_protect) { in mremap_encrypted()
H A Dmach_loader.c1724 if (vm_map_debug_apple_protect) { in unprotect_dsmos_segment()
3334 if (vm_map_debug_apple_protect) { in set_code_unprotect()
/xnu-8019.80.24/bsd/vm/
H A Dvm_unix.c122 …ID_AUTO, map_debug_apple_protect, CTLFLAG_RW | CTLFLAG_LOCKED, &vm_map_debug_apple_protect, 0, "");