OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UVM_KMF_PAGEABLE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/uvm/
uvm_km.c
623
(flags & UVM_KMF_TYPEMASK) ==
UVM_KMF_PAGEABLE
||
634
obj = (flags &
UVM_KMF_PAGEABLE
) ? uvm_kernel_object : NULL;
656
if (flags & (UVM_KMF_VAONLY |
UVM_KMF_PAGEABLE
)) {
758
(flags & UVM_KMF_TYPEMASK) ==
UVM_KMF_PAGEABLE
||
765
if (flags &
UVM_KMF_PAGEABLE
) {
uvm_extern.h
198
#define
UVM_KMF_PAGEABLE
0x2 /* allocation type: pageable */
200
#define UVM_KMF_TYPEMASK (UVM_KMF_VAONLY |
UVM_KMF_PAGEABLE
| UVM_KMF_WIRED)
/src/sys/kern/
sys_pipe.c
169
UVM_KMF_PAGEABLE
| UVM_KMF_WAITVA);
198
UVM_KMF_PAGEABLE
);
286
0,
UVM_KMF_PAGEABLE
);
948
pipe->pipe_buffer.size,
UVM_KMF_PAGEABLE
);
kern_exec.c
296
UVM_KMF_PAGEABLE
| UVM_KMF_WAITVA);
303
uvm_km_free(exec_map, (vaddr_t)addr, NCARGS,
UVM_KMF_PAGEABLE
);
Completed in 21 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025