HomeSort by: relevance | last modified time | path
    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