Searched refs:csm_associated (Results 1 – 5 of 5) sorted by relevance
117 /* boolean_t */ csm_associated:1, member
253 /* boolean_t */ csm_associated:1, /* code signing monitor will validate */ member
611 new->csm_associated = FALSE; in vm_map_entry_copy_csm_assoc()614 assert(new->csm_associated == FALSE); in vm_map_entry_copy_csm_assoc()3389 (!entry->csm_associated) && in vm_map_enter()5998 if (current->csm_associated && vm_log_xnu_user_debug) { in vm_map_protect()6033 ((!current->csm_associated && in vm_map_protect()6038 (current->csm_associated && in vm_map_protect()14573 subentry_csm_associated = submap_entry->csm_associated; in vm_map_lookup_and_lock_object()14669 entry->csm_associated = subentry_csm_associated; in vm_map_lookup_and_lock_object()14940 fault_info->csm_associated = entry->csm_associated; in vm_map_lookup_and_lock_object()14942 fault_info->csm_associated = FALSE; in vm_map_lookup_and_lock_object()[all …]
802 assert(fault_info.csm_associated == FALSE); in vm_object_update()
2727 if (fault_info->csm_associated && in vm_fault_cs_check_violation()