Searched refs:protections (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_user.c1900 vm_prot_t protections; local
1933 protections = original_protections;
2069 user_entry->protection = protections;
2119 user_entry->protection = protections;
2161 protections &= cur_prot;
2162 if (protections == VM_PROT_NONE) {
2172 if ((cur_prot & protections) != protections) {
2190 user_entry->protection = protections;
2218 protections
[all...]
H A Dvm_map.c2521 vm_prot_t protections; local
2524 protections = named_entry->protection & VM_PROT_ALL;
3822 * Go back and fix up protections.
6210 * We should propagate the protections
9332 * as a mask against the mapping's actual protections, not as an
9625 /* propagate the submap entry's protections */

Completed in 37 milliseconds