Lines Matching defs:inheritance
1619 vm_inherit_t inheritance;
1682 inheritance = VM_INHERIT_SHARE;
1684 inheritance = VM_INHERIT_DEFAULT;
1745 if (prev_entry->inheritance == inheritance &&
1792 new_entry->inheritance = inheritance;
2343 prev->inheritance == entry->inheritance &&
3214 * Sets the inheritance of the specified address
3263 entry->inheritance = new_inheritance;
4337 * is based on the old map, according to the inheritance
4390 inh = old_entry->inheritance;
4533 new_entry->inheritance = VM_INHERIT_ZERO;
5358 entry->inheritance]);