Searched refs:VM_PROT_ALLEXEC (Results 1 – 3 of 3) sorted by relevance
180 #define VM_PROT_ALLEXEC (VM_PROT_EXECUTE | VM_PROT_UEXEC) macro182 #define VM_PROT_ALLEXEC (VM_PROT_EXECUTE) macro
2297 int reject_prot = (needs_copy ? VM_PROT_ALLEXEC : (VM_PROT_WRITE | VM_PROT_ALLEXEC)); in vm_map_enter()3013 int reject_prot = (needs_copy ? VM_PROT_ALLEXEC : (VM_PROT_WRITE | VM_PROT_ALLEXEC)); in vm_map_enter()3658 (entry->protection & VM_PROT_ALLEXEC) && in vm_map_enter_fourk()4100 (cur_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_helper()4101 (max_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_helper()4548 protections = named_entry->protection & (VM_PROT_ALL | VM_PROT_ALLEXEC); in vm_map_enter_mem_object_helper()4939 (cur_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_control()4940 (max_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_control()5890 if ((new_prot & VM_PROT_ALLEXEC) && in vm_map_protect()5922 max_prot = new_prot & (VM_PROT_ALL | VM_PROT_ALLEXEC); in vm_map_protect()[all …]
326 if ((prot & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) != 0 && prot != VM_PROT_NO_CHANGE) { in memory_object_lock_request()