• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/vm/

Lines Matching defs:inheritance

247 	vm_inherit_t		inheritance,
487 map_entry->inheritance);
1356 new_entry->inheritance = VM_INHERIT_DEFAULT;
1515 vm_inherit_t inheritance)
1798 entry->inheritance != inheritance ||
1887 (entry->inheritance == inheritance) &&
1943 inheritance, 0, no_cache);
2178 vm_inherit_t inheritance)
2192 (inheritance > VM_INHERIT_LAST_VALID) ||
2250 inheritance);
2497 cur_protection, max_protection, inheritance);
3321 * Sets the inheritance of the specified address
3349 /* given inheritance. */
3371 entry->inheritance = new_inheritance;
5211 * The attributes (protection and inheritance) of the
5550 if(entry->inheritance
5552 entry->inheritance = VM_INHERIT_COPY;
6077 * little details about getting protection and inheritance
6078 * right. Should add protection, inheritance, and sharing checks
6694 entry->inheritance = VM_INHERIT_DEFAULT;
7750 * map, according to the inheritance values on the
7791 switch (old_entry->inheritance) {
8253 if(entry->inheritance == VM_INHERIT_SHARE)
8254 entry->inheritance = VM_INHERIT_COPY;
8258 if(entry->inheritance == VM_INHERIT_SHARE)
8259 entry->inheritance = VM_INHERIT_COPY;
8696 submap_info->inheritance = curr_entry->inheritance;
8706 short_info->inheritance = curr_entry->inheritance;
8829 basic->inheritance = entry->inheritance;
8874 basic->inheritance = entry->inheritance;
9343 (prev_entry->inheritance == this_entry->inheritance) &&
9727 inheritance_name[(entry->inheritance & 0x3)]);
9945 vm_inherit_t inheritance,
9967 new_entry->inheritance = inheritance;
10007 vm_inherit_t inheritance,
10026 assert(inheritance == VM_INHERIT_NONE ||
10027 inheritance == VM_INHERIT_COPY ||
10028 inheritance == VM_INHERIT_SHARE);
10160 new_entry->inheritance = inheritance;
10327 * inheritance attributes remain the same
10344 vm_inherit_t inheritance)
10355 switch (inheritance) {
10372 inheritance,