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

/freebsd-10.1-release/sys/security/mac/
H A Dmac_process.c278 !vme->max_protection)
304 result = vme->max_protection;
311 revokeperms = vme->max_protection & ~result;
318 prot2str(vme->max_protection), prot2str(vme->protection));
321 * max_protection than is allowed, but it's not being
326 vme->max_protection -= revokeperms;
351 vme->max_protection &= ~VM_PROT_WRITE;
358 vme->max_protection &= ~VM_PROT_EXECUTE;
362 vme->max_protection = 0;
/freebsd-10.1-release/sys/vm/
H A Dvm_map.h113 vm_prot_t max_protection; /* maximum protection */ member in struct:vm_map_entry
H A Dvm_map.c1242 (prev_entry->max_protection == max)) {
1291 new_entry->max_protection = max;
1540 (prev->max_protection == entry->max_protection) &&
1581 (next->max_protection == entry->max_protection) &&
1948 if ((new_prot & current->max_protection) != new_prot) {
2021 (current->max_protection = new_prot) &
3748 next_entry->protection, next_entry->max_protection, 0);
3984 (entry->max_protection
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgnu-nat.c2367 vm_prot_t max_protection;
2379 &max_protection,
2396 if (!(max_protection & VM_PROT_WRITE))
2531 vm_prot_t max_protection;
2543 &max_protection,
2332 vm_prot_t max_protection; local
2495 vm_prot_t max_protection; local

Completed in 71 milliseconds