Home
last modified time | relevance | path

Searched refs:max_protection (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_process.c279 !vme->max_protection) in mac_proc_vm_revoke_recurse()
305 result = vme->max_protection; in mac_proc_vm_revoke_recurse()
312 revokeperms = vme->max_protection & ~result; in mac_proc_vm_revoke_recurse()
319 prot2str(vme->max_protection), prot2str(vme->protection)); in mac_proc_vm_revoke_recurse()
327 vme->max_protection -= revokeperms; in mac_proc_vm_revoke_recurse()
352 vme->max_protection &= ~VM_PROT_WRITE; in mac_proc_vm_revoke_recurse()
359 vme->max_protection &= ~VM_PROT_EXECUTE; in mac_proc_vm_revoke_recurse()
363 vme->max_protection = 0; in mac_proc_vm_revoke_recurse()
/f-stack/freebsd/vm/
H A Dvm_map.c1786 prev_entry->max_protection == max && in vm_map_insert()
1832 new_entry->max_protection = max; in vm_map_insert()
2321 prev->max_protection == entry->max_protection && in vm_map_mergeable_neighbors()
2796 new_maxprot = entry->max_protection; in vm_map_protect()
2797 if ((new_prot & entry->max_protection) != new_prot || in vm_map_protect()
2798 (new_maxprot & entry->max_protection) != new_maxprot) { in vm_map_protect()
2905 entry->max_protection = new_maxprot; in vm_map_protect()
4463 new_entry->max_protection = old_entry->max_protection; in vmspace_fork()
4785 stack_entry->protection, stack_entry->max_protection, in vm_map_growstack()
5007 (entry->max_protection & VM_PROT_WRITE) == 0 && in vm_map_lookup()
[all …]
H A Dvm_map.h112 vm_prot_t max_protection; /* maximum protection */ member
H A Dvm_fault.c444 fs->fault_type, fs->entry->max_protection, &pager_first, in vm_fault_populate()