Home
last modified time | relevance | path

Searched refs:vm_log_xnu_user_debug (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/vm/
H A Dvm_unix.c306 extern int vm_log_xnu_user_debug;
307 SYSCTL_INT(_vm, OID_AUTO, log_xnu_user_debug, CTLFLAG_RW | CTLFLAG_LOCKED, &vm_log_xnu_user_debug, …
/xnu-12377.81.4/osfmk/vm/
H A Dvm_map.c153 int vm_log_xnu_user_debug = 0; variable
673 if (new->vme_xnu_user_debug && vm_log_xnu_user_debug) { in vm_map_entry_copy_csm_assoc()
6414 if (current->csm_associated && vm_log_xnu_user_debug) { in vm_map_protect()
6471 if (vm_log_xnu_user_debug) { in vm_map_protect()
24582 if (vm_log_xnu_user_debug) { in vm_map_entry_cs_associate()