Searched refs:UVM_ET_NEEDSCOPY (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm.h132 #define UVM_ET_NEEDSCOPY 0x08 /* needs_copy */ macro
137 #define UVM_ET_ISNEEDSCOPY(E) (((E)->etype & UVM_ET_NEEDSCOPY) != 0)
H A Duvm_mremap.c90 reserved_entry->etype |= UVM_ET_NEEDSCOPY;
H A Duvm_amap.c887 entry->etype &= ~UVM_ET_NEEDSCOPY;
902 entry->etype &= ~UVM_ET_NEEDSCOPY;
944 entry->etype &= ~UVM_ET_NEEDSCOPY;
1000 entry->etype &= ~UVM_ET_NEEDSCOPY;
H A Duvm_map.c1305 newetype |= UVM_ET_NEEDSCOPY;
4442 (UVM_ET_COPYONWRITE|UVM_ET_NEEDSCOPY);
4529 old_entry->etype |= UVM_ET_NEEDSCOPY;
4546 (UVM_ET_COPYONWRITE|UVM_ET_NEEDSCOPY);
4677 newetype = copying ? (entry->etype & ~UVM_ET_NEEDSCOPY) : entry->etype;
4710 entry->etype &= ~UVM_ET_NEEDSCOPY;
4751 entry->etype &= ~UVM_ET_NEEDSCOPY;
5190 (entry->etype & UVM_ET_NEEDSCOPY) ? 'T' : 'F',
5307 kve->kve_flags |= (e->etype & UVM_ET_NEEDSCOPY)
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_map.c194 (entry->etype & UVM_ET_NEEDSCOPY) ? "NC" : "NNC",

Completed in 201 milliseconds