Home
last modified time | relevance | path

Searched refs:vme_xnu_user_debug (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_xnu.h258 /* boolean_t */ vme_xnu_user_debug:1, member
H A Dvm_map.c642 if (new->vme_xnu_user_debug && vm_log_xnu_user_debug) { in vm_map_entry_copy_csm_assoc()
659 new->vme_xnu_user_debug = FALSE; in vm_map_entry_copy_csm_assoc()
6178 kr, current->vme_xnu_user_debug); in vm_map_protect()
12019 if (entry->vme_xnu_user_debug && in vm_map_copyout_internal()
14992 fault_info->fi_xnu_user_debug = entry->vme_xnu_user_debug; in vm_map_lookup_and_lock_object()
16356 (prev_entry->vme_xnu_user_debug == this_entry->vme_xnu_user_debug) && in vm_map_simplify_entry()
17209 entry->vme_xnu_user_debug) { in vm_map_reusable_pages()
17446 entry->vme_xnu_user_debug) { in vm_map_zero_entry_preflight()
21375 entry->vme_xnu_user_debug) { in vm_map_msync()
23395 entry->vme_xnu_user_debug = TRUE; in vm_map_entry_cs_associate()
[all …]
H A Dvm_fault.c7015 if (entry->vme_xnu_user_debug) { in vm_fault_unwire()
7349 if (entry->vme_xnu_user_debug) { in vm_fault_wire_fast()
H A Dvm_pageout.c6795 if ((entry->protection & VM_PROT_EXECUTE) || entry->vme_xnu_user_debug) {
6836 ((entry->protection & VM_PROT_EXECUTE) || entry->vme_xnu_user_debug)) {