Searched refs:max_protection (Results 1 – 7 of 7) sorted by relevance
277 !vme->max_protection) in mac_proc_vm_revoke_recurse()303 result = vme->max_protection; in mac_proc_vm_revoke_recurse()310 revokeperms = vme->max_protection & ~result; in mac_proc_vm_revoke_recurse()317 prot2str(vme->max_protection), prot2str(vme->protection)); in mac_proc_vm_revoke_recurse()325 vme->max_protection -= revokeperms; in mac_proc_vm_revoke_recurse()350 vme->max_protection &= ~VM_PROT_WRITE; in mac_proc_vm_revoke_recurse()357 vme->max_protection &= ~VM_PROT_EXECUTE; in mac_proc_vm_revoke_recurse()361 vme->max_protection = 0; in mac_proc_vm_revoke_recurse()
173 entry->max_protection &= ~VM_PROT_WRITE; in tmpfs_revoke_rw_maps_cb()222 (entry->max_protection & VM_PROT_WRITE) == 0) in tmpfs_all_rw_maps()
1769 prev_entry->max_protection == max && in vm_map_insert1()1816 new_entry->max_protection = max; in vm_map_insert1()2364 prev->max_protection == entry->max_protection && in vm_map_mergeable_neighbors()2890 PROT_MAX_EXTRACT(entry->offset) : entry->max_protection; in vm_map_protect()3000 entry->max_protection = new_maxprot; in vm_map_protect()4583 new_entry->max_protection = old_entry->max_protection; in vmspace_fork()5113 (entry->max_protection & VM_PROT_WRITE) == 0 && in vm_map_lookup()5428 entry->max_protection, in vm_map_print()
111 vm_prot_t max_protection; /* maximum protection */ member
547 fs->fault_type, fs->entry->max_protection, &pager_first, in vm_fault_populate()
2692 if (entry->max_protection & VM_PROT_READ) in kern_proc_vmmap_out()2694 if (entry->max_protection & VM_PROT_WRITE) in kern_proc_vmmap_out()2696 if (entry->max_protection & VM_PROT_EXECUTE) in kern_proc_vmmap_out()
551 PROT_MAX(entry->max_protection); in ptrace_vm_entry()