Home
last modified time | relevance | path

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

/xnu-12377.81.4/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()
298 vm_prot_t protections; in mach_make_memory_entry_named_create() local
334 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_named_create()
462 (protections & VM_PROT_ALL)); in mach_make_memory_entry_named_create()
467 user_entry->protection = protections; in mach_make_memory_entry_named_create()
492 vm_prot_t protections; in mach_make_memory_entry_copy() local
530 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_copy()
[all …]
/xnu-12377.81.4/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.81.4/doc/vm/
H A Dsanitize.md109 opaque protections type `vm_prot_ut`.