Home
last modified time | relevance | path

Searched refs:page_get_pagecolors (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/sun4/vm/
H A Dvm_dep.h357 int colors = page_get_pagecolors(szc); \
366 colors = page_get_pagecolors(szc); \
659 uint_t color_mask = page_get_pagecolors(0) - 1; \
678 ASSERT(bin < page_get_pagecolors(szc));
839 extern uint_t page_get_pagecolors(uint_t);
H A Dvm_dep.c782 cache_sz = (page_get_pagecolors(0) * sizeof (page_t *)) + in calc_free_pagelist_sz()
791 free_sz += sizeof (page_t *) * page_get_pagecolors(szc); in calc_free_pagelist_sz()
813 (page_get_pagecolors(0) * sizeof (page_t *)); in alloc_page_freelists()
822 clrs = page_get_pagecolors(szc); in alloc_page_freelists()
/titanic_41/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c284 max_color = page_get_pagecolors(size); in plat_freelist_process()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dvm_dep.h557 extern uint_t page_get_pagecolors(uint_t);
H A Dvm_machdep.c1605 colors = page_get_pagecolors(szc); in plcnt_sz()
1622 colors = page_get_pagecolors(szc); in plcnt_init()
1820 colors = page_get_pagecolors(i); in page_coloring_init()
1876 colors = page_get_pagecolors(j); in page_coloring_setup()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_pagelist.c497 page_get_pagecolors(uint_t szc) in page_get_pagecolors() function