/src/sys/uvm/ |
uvm_page.c | 389 uvmexp.colormask = uvmexp.ncolors - 1; 390 KASSERT((uvmexp.colormask & uvmexp.ncolors) == 0); 778 uvmexp.colormask = uvmexp.ncolors - 1; 1006 int c, trycolor, colormask; local in function:uvm_pagealloc_pgb 1038 colormask = uvmexp.colormask; 1071 c = (c + 1) & colormask; 1155 color = atop(off) & uvmexp.colormask; 1247 ucpu->pgflcolor = (color + 1) & uvmexp.colormask;
|
uvm_page.c | 389 uvmexp.colormask = uvmexp.ncolors - 1; 390 KASSERT((uvmexp.colormask & uvmexp.ncolors) == 0); 778 uvmexp.colormask = uvmexp.ncolors - 1; 1006 int c, trycolor, colormask; local in function:uvm_pagealloc_pgb 1038 colormask = uvmexp.colormask; 1071 c = (c + 1) & colormask; 1155 color = atop(off) & uvmexp.colormask; 1247 ucpu->pgflcolor = (color + 1) & uvmexp.colormask;
|
uvm_page.c | 389 uvmexp.colormask = uvmexp.ncolors - 1; 390 KASSERT((uvmexp.colormask & uvmexp.ncolors) == 0); 778 uvmexp.colormask = uvmexp.ncolors - 1; 1006 int c, trycolor, colormask; local in function:uvm_pagealloc_pgb 1038 colormask = uvmexp.colormask; 1071 c = (c + 1) & colormask; 1155 color = atop(off) & uvmexp.colormask; 1247 ucpu->pgflcolor = (color + 1) & uvmexp.colormask;
|
uvm_map.c | 1769 " ncolors=%d colormask=%x", \ 1773 uvmexp.ncolors, uvmexp.colormask) 1791 const u_int colormask = uvmexp.colormask; local in function:uvm_map_space_avail 1792 const u_int colorsize = colormask + 1; 1794 const u_int color = hint & colormask; 1797 KASSERT((hint & colormask) == 0); 2772 atop(start) & uvmexp.colormask, &dstaddr, 2775 KASSERT((atop(start ^ dstaddr) & uvmexp.colormask) == 0);
|
uvm_extern.h | 331 int colormask; /* color bucket mask */ member in struct:uvmexp
|
uvm_map.c | 1769 " ncolors=%d colormask=%x", \ 1773 uvmexp.ncolors, uvmexp.colormask) 1791 const u_int colormask = uvmexp.colormask; local in function:uvm_map_space_avail 1792 const u_int colorsize = colormask + 1; 1794 const u_int color = hint & colormask; 1797 KASSERT((hint & colormask) == 0); 2772 atop(start) & uvmexp.colormask, &dstaddr, 2775 KASSERT((atop(start ^ dstaddr) & uvmexp.colormask) == 0);
|
uvm_extern.h | 331 int colormask; /* color bucket mask */ member in struct:uvmexp
|
uvm_map.c | 1769 " ncolors=%d colormask=%x", \ 1773 uvmexp.ncolors, uvmexp.colormask) 1791 const u_int colormask = uvmexp.colormask; local in function:uvm_map_space_avail 1792 const u_int colorsize = colormask + 1; 1794 const u_int color = hint & colormask; 1797 KASSERT((hint & colormask) == 0); 2772 atop(start) & uvmexp.colormask, &dstaddr, 2775 KASSERT((atop(start ^ dstaddr) & uvmexp.colormask) == 0);
|
uvm_extern.h | 331 int colormask; /* color bucket mask */ member in struct:uvmexp
|
/src/sys/uvm/pmap/ |
pmap.c | 720 * Set the page colormask but allow pmap_md_init to override it. 722 pmap_page_colormask = ptoa(uvmexp.colormask); 1990 const u_int colormask = uvmexp.colormask; local in function:pmap_pvlist_check 1996 colors |= __BIT(atop(pv->pv_va) & colormask); 2383 vsize_t prefer_mask = ptoa(uvmexp.colormask);
|
pmap.c | 720 * Set the page colormask but allow pmap_md_init to override it. 722 pmap_page_colormask = ptoa(uvmexp.colormask); 1990 const u_int colormask = uvmexp.colormask; local in function:pmap_pvlist_check 1996 colors |= __BIT(atop(pv->pv_va) & colormask); 2383 vsize_t prefer_mask = ptoa(uvmexp.colormask);
|
pmap.c | 720 * Set the page colormask but allow pmap_md_init to override it. 722 pmap_page_colormask = ptoa(uvmexp.colormask); 1990 const u_int colormask = uvmexp.colormask; local in function:pmap_pvlist_check 1996 colors |= __BIT(atop(pv->pv_va) & colormask); 2383 vsize_t prefer_mask = ptoa(uvmexp.colormask);
|