Searched refs:VM_PROT_ALLEXEC (Results 1 – 3 of 3) sorted by relevance
187 #define VM_PROT_ALLEXEC (VM_PROT_EXECUTE | VM_PROT_UEXEC) macro189 #define VM_PROT_ALLEXEC (VM_PROT_EXECUTE) macro
2537 int reject_prot = (needs_copy ? VM_PROT_ALLEXEC : (VM_PROT_WRITE | VM_PROT_ALLEXEC)); in vm_map_enter()3052 int reject_prot = (needs_copy ? VM_PROT_ALLEXEC : (VM_PROT_WRITE | VM_PROT_ALLEXEC)); in vm_map_enter()3688 (entry->protection & VM_PROT_ALLEXEC) && in vm_map_enter_fourk()4042 (cur_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_helper()4043 (max_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_helper()4966 (cur_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_control()4967 (max_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_control()5818 if ((new_prot & VM_PROT_ALLEXEC) && in vm_map_protect()5858 max_prot = new_prot & (VM_PROT_ALL | VM_PROT_ALLEXEC); in vm_map_protect()5932 if (set_max && (new_prot & VM_PROT_ALLEXEC) && !vm_map_cs_enforcement(map)) { in vm_map_protect()[all …]
325 if ((prot & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) != 0 && prot != VM_PROT_NO_CHANGE) { in memory_object_lock_request()