Searched refs:protections (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_memory_entry.c | 80 vm_prot_t *protections, in vm_memory_entry_decode_perm() argument 85 *protections = permission & VM_PROT_ALL; in vm_memory_entry_decode_perm() 168 vm_prot_t protections; in mach_make_memory_entry_mem_only() local 193 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_mem_only() 290 vm_prot_t protections; in mach_make_memory_entry_named_create() local 326 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_named_create() 454 (protections & VM_PROT_ALL)); in mach_make_memory_entry_named_create() 459 user_entry->protection = protections; in mach_make_memory_entry_named_create() 484 vm_prot_t protections; in mach_make_memory_entry_copy() local 522 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_copy() [all …]
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | vm_map.defs | 290 * The mapping will take the current and maximum protections and
|
| H A D | mach_vm.defs | 339 * The mapping will take the current and maximum protections and
|
| H A D | mach_types.defs | 58 * support for mandatory and extensible security protections. This notice
|
| /xnu-12377.1.9/doc/vm/ |
| H A D | sanitize.md | 109 opaque protections type `vm_prot_ut`.
|