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

/darwin-on-arm/xnu/osfmk/kern/
H A Dnorma_protos.h78 vm_inherit_t inheritance);
/darwin-on-arm/xnu/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
200 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_info
226 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_info_64
252 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
/darwin-on-arm/xnu/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.h194 * and user-exported inheritance and protection information.
227 /* vm_inherit_t */ inheritance:2, /* inheritance */ member in struct:vm_map_entry
533 vm_inherit_t inheritance,
728 vm_inherit_t inheritance);
748 vm_inherit_t inheritance);
771 /* Change inheritance */
930 vm_inherit_t inheritance);
944 vm_inherit_t inheritance);
H A Dvm_map.c246 vm_inherit_t inheritance,
574 map_entry->inheritance);
1326 new_entry->inheritance = VM_INHERIT_DEFAULT;
1542 vm_inherit_t inheritance)
1593 inheritance = VM_INHERIT_NONE; /* fork() children won't inherit superpages */
1889 entry->inheritance != inheritance ||
1980 (entry->inheritance == inheritance) &&
2044 (entry_for_jit)? VM_INHERIT_NONE: inheritance,
1531 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
2310 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
2656 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
11004 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) argument
11077 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
11420 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.c305 * Sets the inheritance of the specified range in the
330 * Sets the inheritance of the specified range in the
883 vm_inherit_t inheritance)
904 inheritance);
924 vm_inherit_t inheritance)
937 cur_protection, max_protection, inheritance);
955 vm_inherit_t inheritance)
970 cur_protection, max_protection, inheritance);
995 vm_inherit_t inheritance)
1019 inheritance);
872 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
913 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
944 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
984 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
1036 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;
385 region.vir_inheritance = entry->inheritance;
H A Dbsd_vm.c1186 pinfo->pri_inheritance = entry->inheritance;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c398 inherit = vbr.inheritance;

Completed in 173 milliseconds