OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UVM_MAP_NOMERGE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_map.h
160
#define
UVM_MAP_NOMERGE
0x08 /* this entry is not mergable */
uvm_mremap.c
92
reserved_entry->flags &= ~
UVM_MAP_NOMERGE
;
uvm_km.c
310
UVM_MAP_KERNEL | UVM_MAP_STATIC |
UVM_MAP_NOMERGE
;
331
UVM_MAP_KERNEL | UVM_MAP_STATIC |
UVM_MAP_NOMERGE
;
uvm_map.c
203
(((ent)->flags ^ (meflags)) & (
UVM_MAP_NOMERGE
)) == 0 && \
1568
new_entry->flags |=
UVM_MAP_NOMERGE
;
2912
newentry->flags |=
UVM_MAP_NOMERGE
;
4721
if ((entry->flags &
UVM_MAP_NOMERGE
) != 0) {
/src/usr.bin/pmap/
pmap.c
387
vme->flags &
UVM_MAP_NOMERGE
? " NOMERGE" : "");
Completed in 22 milliseconds
Indexes created Tue Oct 28 07:09:57 GMT 2025