HomeSort by: relevance | last modified time | path
    Searched refs:uvm_pagealloc_strat (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/powerpc/oea/
pmap_kernel.c 83 return uvm_pagealloc_strat(NULL, 0, NULL, flags, UVM_PGA_STRAT_ONLY,
pmap.c 2895 pg = uvm_pagealloc_strat(NULL /*obj*/, 0 /*off*/, NULL /*anon*/,
  /src/sys/uvm/
uvm_extern.h 210 * the following defines the strategies for uvm_pagealloc_strat()
218 * flags for uvm_pagealloc_strat()
792 struct vm_page *uvm_pagealloc_strat(struct uvm_object *,
795 uvm_pagealloc_strat((obj), (off), (anon), (flags), \
uvm_km.c 688 pg = uvm_pagealloc_strat(NULL, offset, NULL, pgaflags,
uvm_aobj.c 544 return uvm_pagealloc_strat(uobj, offset, NULL, flags,
uvm_page.c 1079 * uvm_pagealloc_pgfl: helper routine for uvm_pagealloc_strat that allocates
1114 * uvm_pagealloc_strat: allocate vm_page from a particular free list.
1132 uvm_pagealloc_strat(struct uvm_object *obj, voff_t off, struct vm_anon *anon, function in typeref:struct:vm_page *
1237 panic("uvm_pagealloc_strat: bad strat %d", strat);
  /src/sys/rump/librump/rumpkern/
vm.c 174 uvm_pagealloc_strat(struct uvm_object *uobj, voff_t off, struct vm_anon *anon, function in typeref:struct:vm_page *
  /src/sys/arch/mips/mips/
pmap_machdep.c 723 return uvm_pagealloc_strat(NULL, 0, NULL, flags,
  /src/sys/arch/arm/arm32/
pmap.c 8240 return uvm_pagealloc_strat(NULL, 0, NULL, flags,

Completed in 25 milliseconds