OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UVM_ET_COPYONWRITE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm.h
131
#define
UVM_ET_COPYONWRITE
0x04 /* copy_on_write */
136
#define UVM_ET_ISCOPYONWRITE(E) (((E)->etype &
UVM_ET_COPYONWRITE
) != 0)
uvm_map.c
1315
newetype |=
UVM_ET_COPYONWRITE
;
4493
(
UVM_ET_COPYONWRITE
|UVM_ET_NEEDSCOPY);
4597
(
UVM_ET_COPYONWRITE
|UVM_ET_NEEDSCOPY);
5240
(entry->etype &
UVM_ET_COPYONWRITE
) ? 'T' : 'F',
5356
kve->kve_flags |= (e->etype &
UVM_ET_COPYONWRITE
)
/src/sys/miscfs/procfs/
procfs_map.c
176
(entry->etype &
UVM_ET_COPYONWRITE
) ? 'p' : 's',
192
(entry->etype &
UVM_ET_COPYONWRITE
) ?
Completed in 46 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025