Searched refs:UVM_KMF_PAGEABLE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_km.c569 (flags & UVM_KMF_TYPEMASK) == UVM_KMF_PAGEABLE ||
580 obj = (flags & UVM_KMF_PAGEABLE) ? uvm_kernel_object : NULL;
601 if (flags & (UVM_KMF_VAONLY | UVM_KMF_PAGEABLE)) {
688 (flags & UVM_KMF_TYPEMASK) == UVM_KMF_PAGEABLE ||
695 if (flags & UVM_KMF_PAGEABLE) {
H A Duvm_extern.h161 #define UVM_KMF_PAGEABLE 0x2 /* allocation type: pageable */ macro
163 #define UVM_KMF_TYPEMASK (UVM_KMF_VAONLY | UVM_KMF_PAGEABLE | UVM_KMF_WIRED)
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsys_pipe.c209 UVM_KMF_PAGEABLE | UVM_KMF_WAITVA);
238 UVM_KMF_PAGEABLE);
322 0, UVM_KMF_PAGEABLE);
1262 pipe->pipe_buffer.size, UVM_KMF_PAGEABLE); local
H A Dkern_exec.c276 UVM_KMF_PAGEABLE | UVM_KMF_WAITVA);
283 uvm_km_free(kernel_map, (vaddr_t)addr, NCARGS, UVM_KMF_PAGEABLE);

Completed in 121 milliseconds