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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1743 vm_prot_t protections; local
1765 protections = permission & VM_PROT_ALL;
1902 user_entry->protection = protections;
1932 protections, OBJECT_LOCK_EXCLUSIVE, &version,
1940 if (((prot & protections) != protections)
2025 if(((map_entry->max_protection) & protections) != protections) {
2054 & protections) != protections) {
[all...]
H A Dvm_map.c2278 vm_prot_t protections; local
2282 protections = named_entry->protection & VM_PROT_ALL;
3231 * Go back and fix up protections.
5540 * We should propagate the protections
8242 /* propagate the submap entry's protections */

Completed in 45 milliseconds