Searched refs:protections (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/osfmk/vm/ ! |
| H A D | vm_memory_entry.c | 85 vm_prot_t *protections, in vm_memory_entry_decode_perm() argument 90 *protections = permission & VM_PROT_ALL; in vm_memory_entry_decode_perm() 170 vm_prot_t protections; in mach_make_memory_entry_mem_only() local 195 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_mem_only() 309 vm_prot_t protections; in mach_make_memory_entry_named_create() local 354 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_named_create() 481 (protections & VM_PROT_ALL)); in mach_make_memory_entry_named_create() 486 user_entry->protection = protections; in mach_make_memory_entry_named_create() 510 vm_prot_t protections; in mach_make_memory_entry_copy() local 556 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_copy() [all …]
|
| /xnu-11215.1.10/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-11215.1.10/doc/vm/ ! |
| H A D | sanitize.md | 109 opaque protections type `vm_prot_ut`.
|