HomeSort by: relevance | last modified time | path
    Searched refs:inheritance (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/uvm/
uvm_mremap.c 95 reserved_entry->inheritance = entry->inheritance;
uvm_map.h 126 * and user-exported inheritance and protection information.
152 vm_inherit_t inheritance; /* inheritance */ member in struct:vm_map_entry
uvm_map.c 207 (ent)->inheritance == (inh) && \
1573 new_entry->inheritance = inherit;
2899 newentry->inheritance = entry->inheritance;
3314 * uvm_map_inherit: set inheritance code for range of addrs in map.
3351 entry->inheritance = new_inheritance;
4659 switch (old_entry->inheritance) {
4738 entry->max_protection, entry->inheritance, entry->advice,
4777 entry->max_protection, entry->inheritance, entry->advice,
5243 entry->inheritance, entry->wired_count, entry->advice
    [all...]
  /src/sys/miscfs/procfs/
procfs_map.c 195 entry->inheritance, entry->wired_count,
  /src/usr.bin/pmap/
pmap.c 378 printf(" inheritance = %d,", vme->inheritance);
474 vme->inheritance, vme->wired_count,
518 vme->inheritance, vme->wired_count, vme->advice);
575 vme->inheritance,

Completed in 19 milliseconds