Home
last modified time | relevance | path

Searched refs:protections (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm_memory_entry.c80 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 Dvm_map.defs290 * The mapping will take the current and maximum protections and
H A Dmach_vm.defs339 * The mapping will take the current and maximum protections and
H A Dmach_types.defs58 * support for mandatory and extensible security protections. This notice
/xnu-12377.1.9/doc/vm/
H A Dsanitize.md109 opaque protections type `vm_prot_ut`.