Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_object_xnu.h117 /* boolean_t */ csm_associated:1, member
H A Dvm_map_xnu.h256 /* boolean_t */ csm_associated:1, /* code signing monitor will validate */ member
H A Dvm_map.c667 new->csm_associated = FALSE; in vm_map_entry_copy_csm_assoc()
670 assert(new->csm_associated == FALSE); in vm_map_entry_copy_csm_assoc()
3577 (!entry->csm_associated) && in vm_map_enter()
6313 if (current->csm_associated && vm_log_xnu_user_debug) { in vm_map_protect()
6348 ((!current->csm_associated && in vm_map_protect()
6353 (current->csm_associated && in vm_map_protect()
15436 subentry_csm_associated = submap_entry->csm_associated; in vm_map_lookup_and_lock_object()
15532 entry->csm_associated = subentry_csm_associated; in vm_map_lookup_and_lock_object()
15813 fault_info->csm_associated = entry->csm_associated; in vm_map_lookup_and_lock_object()
15815 fault_info->csm_associated = FALSE; in vm_map_lookup_and_lock_object()
[all …]
H A Dmemory_object.c802 assert(fault_info.csm_associated == FALSE); in vm_object_update()
H A Dvm_fault.c2784 if (fault_info->csm_associated && in vm_fault_cs_check_violation()