Searched refs:inheritance (Results 1 - 13 of 13) sorted by relevance

/xnu-2422.115.4/libsyscall/mach/
H A Dmach_vm.c169 vm_inherit_t inheritance)
174 inheritance == VM_INHERIT_DEFAULT)
180 offset, copy, cur_protection, max_protection, inheritance);
203 vm_inherit_t inheritance)
209 inheritance);
254 vm_inherit_t inheritance)
259 offset, copy, cur_protection, max_protection, inheritance);
282 vm_inherit_t inheritance)
288 inheritance);
158 mach_vm_map( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mem_entry_name_port_t object, memory_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
192 mach_vm_remap( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mach_port_name_t src_task, mach_vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
243 vm_map( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mem_entry_name_port_t object, vm_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
271 vm_remap( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mach_port_name_t src_task, vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
/xnu-2422.115.4/osfmk/mach/
H A Dvm_region.h78 vm_inherit_t inheritance; member in struct:vm_region_basic_info_64
106 vm_inherit_t inheritance; member in struct:vm_region_basic_info
230 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_info
257 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_info_64
297 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_short_info_64
H A Dvm32_map.defs167 inheritance : vm_inherit_t);
187 inheritance : vm_inherit_t);
270 inheritance : vm_inherit_t);
H A Dvm_map.defs83 * address. The returned protection, inheritance, sharing
158 * Set the inheritance attribute for the specified range
160 * The inheritance value is one of {none, copy, share}, and
273 * the inheritance attributes specified; see the vm_protect and
297 inheritance : vm_inherit_t);
325 inheritance : vm_inherit_t);
456 inheritance : vm_inherit_t);
H A Dmach_vm.defs175 * Set the inheritance attribute for the specified range
177 * The inheritance value is one of {none, copy, share}, and
322 * the inheritance attributes specified; see the vm_protect and
354 inheritance : vm_inherit_t);
390 inheritance : vm_inherit_t);
421 * address. The returned protection, inheritance, sharing
/xnu-2422.115.4/osfmk/vm/
H A Dvm32_user.c262 vm_inherit_t inheritance)
270 cur_protection, max_protection, inheritance);
288 vm_inherit_t inheritance)
292 cur_protection, max_protection, inheritance);
307 vm_inherit_t inheritance)
315 cur_protection, max_protection, inheritance);
451 info->inheritance = info64.inheritance;
251 vm32_map_64( vm_map_t target_map, vm32_offset_t *address, vm32_size_t size, vm32_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
277 vm32_map( vm_map_t target_map, vm32_offset_t *address, vm32_size_t size, vm32_offset_t mask, int flags, ipc_port_t port, vm32_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
296 vm32_remap( vm_map_t target_map, vm32_offset_t *address, vm32_size_t size, vm32_offset_t mask, boolean_t anywhere, vm_map_t src_map, vm32_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
H A Dvm_map.h197 * and user-exported inheritance and protection information.
230 /* vm_inherit_t */ inheritance:2, /* inheritance */ member in struct:vm_map_entry
523 vm_inherit_t inheritance);
558 vm_inherit_t inheritance,
754 vm_inherit_t inheritance);
774 vm_inherit_t inheritance);
797 /* Change inheritance */
961 vm_inherit_t inheritance);
975 vm_inherit_t inheritance);
[all...]
H A Dvm_map.c250 vm_inherit_t inheritance,
575 map_entry->inheritance);
1335 new_entry->inheritance = VM_INHERIT_DEFAULT;
1557 vm_inherit_t inheritance)
1605 inheritance = VM_INHERIT_NONE; /* fork() children won't inherit superpages */
1916 entry->inheritance != inheritance ||
2007 (entry->inheritance == inheritance) &&
2079 (entry_for_jit)? VM_INHERIT_NONE: inheritance,
1546 vm_map_enter( vm_map_t map, vm_map_offset_t *address, vm_map_size_t size, vm_map_offset_t mask, int flags, vm_object_t object, vm_object_offset_t offset, boolean_t needs_copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
2350 vm_map_enter_mem_object( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
2899 vm_map_enter_mem_object_control( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, memory_object_control_t control, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
7586 vm_map_copy_remap( vm_map_t map, vm_map_entry_t where, vm_map_copy_t copy, vm_map_offset_t adjustment, vm_prot_t cur_prot, vm_prot_t max_prot, vm_inherit_t inheritance) argument
7653 vm_map_copyout_internal( vm_map_t dst_map, vm_map_address_t *dst_addr, vm_map_copy_t copy, boolean_t consume_on_success, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
11719 vm_map_entry_insert( vm_map_t map, vm_map_entry_t insp_entry, vm_map_offset_t start, vm_map_offset_t end, vm_object_t object, vm_object_offset_t offset, boolean_t needs_copy, boolean_t is_shared, boolean_t in_transition, vm_prot_t cur_protection, vm_prot_t max_protection, vm_behavior_t behavior, vm_inherit_t inheritance, unsigned wired_count, boolean_t no_cache, boolean_t permanent, unsigned int superpage_size, boolean_t clear_map_aligned) argument
11812 vm_map_remap_extract( vm_map_t map, vm_map_offset_t addr, vm_map_size_t size, boolean_t copy, struct vm_map_header *map_header, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance, boolean_t pageable) argument
12164 vm_map_remap( vm_map_t target_map, vm_map_address_t *address, vm_map_size_t size, vm_map_offset_t mask, int flags, vm_map_t src_map, vm_map_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
[all...]
H A Dvm_user.c316 * Sets the inheritance of the specified range in the
343 * Sets the inheritance of the specified range in the
908 vm_inherit_t inheritance)
929 inheritance);
949 vm_inherit_t inheritance)
962 cur_protection, max_protection, inheritance);
980 vm_inherit_t inheritance)
995 cur_protection, max_protection, inheritance);
1020 vm_inherit_t inheritance)
1044 inheritance);
897 mach_vm_map( vm_map_t target_map, mach_vm_offset_t *address, mach_vm_size_t initial_size, mach_vm_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
938 vm_map_64( vm_map_t target_map, vm_offset_t *address, vm_size_t size, vm_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
969 vm_map( vm_map_t target_map, vm_offset_t *address, vm_size_t size, vm_offset_t mask, int flags, ipc_port_t port, vm_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
1009 mach_vm_remap( vm_map_t target_map, mach_vm_offset_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, vm_map_t src_map, mach_vm_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
1061 vm_remap( vm_map_t target_map, vm_offset_t *address, vm_size_t size, vm_offset_t mask, int flags, vm_map_t src_map, vm_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
[all...]
H A Dvm_debug.c183 region.vir_inheritance = entry->inheritance;
397 region.vir_inheritance = entry->inheritance;
H A Dbsd_vm.c1193 pinfo->pri_inheritance = entry->inheritance;
/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c398 inherit = vbr.inheritance;
/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py988 vme_extra_info_str ="SC-Ds"[int(vme.inheritance)]

Completed in 126 milliseconds