Lines Matching refs:inheritance

246 	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,
2321 vm_inherit_t inheritance)
2341 (inheritance > VM_INHERIT_LAST_VALID) ||
2405 inheritance);
2645 cur_protection, max_protection, inheritance);
2667 vm_inherit_t inheritance)
2684 (inheritance > VM_INHERIT_LAST_VALID) ||
2793 cur_protection, max_protection, inheritance);
3672 * Sets the inheritance of the specified address
3700 /* given inheritance. */
3722 entry->inheritance = new_inheritance;
5576 * The attributes (protection and inheritance) of the
5917 if(entry->inheritance
5919 entry->inheritance = VM_INHERIT_COPY;
6682 * little details about getting protection and inheritance
6683 * right. Should add protection, inheritance, and sharing checks
7421 entry->inheritance = VM_INHERIT_DEFAULT;
8481 * map, according to the inheritance values on the
8527 switch (old_entry->inheritance) {
9002 if(entry->inheritance == VM_INHERIT_SHARE)
9003 entry->inheritance = VM_INHERIT_COPY;
9007 if(entry->inheritance == VM_INHERIT_SHARE)
9008 entry->inheritance = VM_INHERIT_COPY;
9509 submap_info->inheritance = curr_entry->inheritance;
9519 short_info->inheritance = curr_entry->inheritance;
9648 basic->inheritance = entry->inheritance;
9693 basic->inheritance = entry->inheritance;
10201 (prev_entry->inheritance == this_entry->inheritance) &&
10721 entry->inheritance != VM_INHERIT_DEFAULT ||
11017 vm_inherit_t inheritance,
11042 new_entry->inheritance = inheritance;
11086 vm_inherit_t inheritance,
11105 assert(inheritance == VM_INHERIT_NONE ||
11106 inheritance == VM_INHERIT_COPY ||
11107 inheritance == VM_INHERIT_SHARE);
11237 new_entry->inheritance = inheritance;
11414 * inheritance attributes remain the same
11431 vm_inherit_t inheritance)
11442 switch (inheritance) {
11459 inheritance,