Lines Matching refs:access

78 	unsigned int                   *access,  in vm_memory_entry_decode_perm()  argument
86 *access = GET_MAP_MEM(permission); in vm_memory_entry_decode_perm()
166 unsigned int access; in mach_make_memory_entry_mem_only() local
192 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_mem_only()
206 if ((access != parent_entry->access) && in mach_make_memory_entry_mem_only()
218 vm_prot_to_wimg(access, &wimg_mode); in mach_make_memory_entry_mem_only()
219 if (access != MAP_MEM_NOOP) { in mach_make_memory_entry_mem_only()
220 parent_entry->access = access; in mach_make_memory_entry_mem_only()
223 (access != MAP_MEM_NOOP) && in mach_make_memory_entry_mem_only()
310 unsigned int access; in mach_make_memory_entry_named_create() local
355 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_named_create()
468 vm_prot_to_wimg(access, &wimg_mode); in mach_make_memory_entry_named_create()
469 if (access != MAP_MEM_NOOP) { in mach_make_memory_entry_named_create()
489 user_entry->access = access; in mach_make_memory_entry_named_create()
511 unsigned int access; in mach_make_memory_entry_copy() local
558 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_copy()
623 unsigned int access; in mach_make_memory_entry_share() local
674 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_share()
852 vm_prot_to_wimg(access, &wimg_mode); in mach_make_memory_entry_share()
900 user_entry->access = GET_MAP_MEM(permission); in mach_make_memory_entry_share()
936 unsigned int access; in mach_make_memory_entry_from_parent_entry_sanitize() local
943 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_from_parent_entry_sanitize()
1011 unsigned int access; in mach_make_memory_entry_from_parent_entry() local
1027 vm_memory_entry_decode_perm(permission, &access, &protections, in mach_make_memory_entry_from_parent_entry()
1083 if (access != MAP_MEM_NOOP) { in mach_make_memory_entry_from_parent_entry()
1084 user_entry->access = access; in mach_make_memory_entry_from_parent_entry()
1339 user_entry->access = GET_MAP_MEM(permission); in mach_memory_object_memory_entry_64()