Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_map_xnu.h262 /* boolean_t */ vme_xnu_user_debug:1, member
H A Dvm_map.c673 if (new->vme_xnu_user_debug && vm_log_xnu_user_debug) { in vm_map_entry_copy_csm_assoc()
690 new->vme_xnu_user_debug = FALSE; in vm_map_entry_copy_csm_assoc()
6479 kr, current->vme_xnu_user_debug); in vm_map_protect()
12677 if (entry->vme_xnu_user_debug && in vm_map_copyout_internal()
15920 fault_info->fi_xnu_user_debug = entry->vme_xnu_user_debug; in vm_map_lookup_and_lock_object()
17389 (prev_entry->vme_xnu_user_debug == this_entry->vme_xnu_user_debug) && in vm_map_simplify_entry()
18245 entry->vme_xnu_user_debug) { in vm_map_reusable_pages()
18482 entry->vme_xnu_user_debug) { in vm_map_zero_entry_preflight()
22527 entry->vme_xnu_user_debug) { in vm_map_msync()
24579 entry->vme_xnu_user_debug = TRUE; in vm_map_entry_cs_associate()
[all …]
H A Dvm_tests.c3612 (entry->vme_xnu_user_debug ? PMAP_OPTIONS_XNU_USER_DEBUG : 0), PMAP_MAPPING_TYPE_INFER), in vm_upl_object_test()
3647 (entry->vme_xnu_user_debug ? PMAP_OPTIONS_XNU_USER_DEBUG : 0), PMAP_MAPPING_TYPE_INFER), in vm_upl_object_test()
H A Dvm_fault.c7131 if (entry->vme_xnu_user_debug) { in vm_fault_unwire()
7465 if (entry->vme_xnu_user_debug) { in vm_fault_wire_fast()
H A Dvm_pageout.c7006 if ((entry->protection & VM_PROT_EXECUTE) || entry->vme_xnu_user_debug) {
7047 ((entry->protection & VM_PROT_EXECUTE) || entry->vme_xnu_user_debug)) {