Home
last modified time | relevance | path

Searched refs:UVM_FLAG_COLORMATCH (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_extern.h135 #define UVM_FLAG_COLORMATCH 0x04000000 /* match color given in off */ macro
207 #define UVM_KMF_COLORMATCH UVM_FLAG_COLORMATCH /* start at color in align */
H A Duvm_km.c676 pgaflags = UVM_FLAG_COLORMATCH; in uvm_km_alloc()
855 UVM_FLAG_COLORMATCH in uvm_km_kmem_alloc()
H A Duvm_pager.c226 first_color, UVM_FLAG_COLORMATCH | UVM_FLAG_NOMERGE in uvm_pagermapin()
H A Duvm_vnode.c337 UVM_FLAG_COLORMATCH); in uvn_findpage()
H A Duvm_page.c1141 KASSERT(anon == NULL || (flags & UVM_FLAG_COLORMATCH) || off == 0); in uvm_pagealloc_strat()
1154 if (flags & UVM_FLAG_COLORMATCH) { in uvm_pagealloc_strat()
H A Duvm_map.c1788 if ((flags & UVM_FLAG_COLORMATCH) != 0) { in uvm_findspace_invariants()
1897 KASSERT((flags & UVM_FLAG_COLORMATCH) != 0 || powerof2(align)); in uvm_map_findspace()
1898 KASSERT((flags & UVM_FLAG_COLORMATCH) == 0 || align < uvmexp.ncolors); in uvm_map_findspace()
1937 if ((flags & UVM_FLAG_COLORMATCH) == 0) { in uvm_map_findspace()
2563 uvm_flag_t flags /* UVM_FLAG_FIXED or UVM_FLAG_COLORMATCH or 0 */) in uvm_map_replace()
2773 UVM_FLAG_COLORMATCH)) in uvm_map_extract()
H A Duvm_fault.c363 anon, ufi != NULL ? UVM_FLAG_COLORMATCH : 0); in uvmfault_anonget()
603 UVM_FLAG_COLORMATCH | (opg == NULL ? UVM_PGA_ZERO : 0)); in uvmfault_promote()