Home
last modified time | relevance | path

Searched refs:color_mask (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h254 #define PAGE_NEXT_PFN_FOR_COLOR(pfn, szc, color, ceq_mask, color_mask, it) \ argument
271 ceq_mask, color_mask, it); \
662 uint_t color_mask = page_get_pagecolors(0) - 1; \
669 bin = cnt = cnt & color_mask; \
672 cnt = (cnt + 1) & color_mask; \
673 if (cnt == (as_color_start(as) & color_mask)) { \
677 as_color_bin(as) = cnt & color_mask; \
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c739 uint_t color_mask = colors_per_szc[r] - 1; in page_ctrs_alloc() local
750 color_mask, color_mask, &it); in page_ctrs_alloc()
1146 uint_t color_mask = colors_per_szc[r] - 1; in page_ctrs_adjust() local
1164 color_mask, color_mask, &it); in page_ctrs_adjust()
2275 uint_t full, bin, color_mask, wrap = 0; in page_freelist_coalesce() local
2289 color_mask = PAGE_GET_PAGECOLORS(szc) - 1; in page_freelist_coalesce()
2290 ASSERT(ceq_mask <= color_mask); in page_freelist_coalesce()
2291 ASSERT(color <= color_mask); in page_freelist_coalesce()
2322 PAGE_NEXT_PFN_FOR_COLOR(lo, szc, color, ceq_mask, color_mask, in page_freelist_coalesce()
2346 bin = ADD_MASKED(bin, 1, ceq_mask, color_mask); in page_freelist_coalesce()
[all …]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h219 #define PAGE_NEXT_PFN_FOR_COLOR(pfn, szc, color, ceq_mask, color_mask, it) \ argument
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara2.c485 uint_t ceq_mask, uint_t color_mask, void *cookie) in page_next_pfn_for_color_cpu() argument