Searched refs:color_mask (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/sun4/vm/ |
H A D | vm_dep.h | 253 #define PAGE_NEXT_PFN_FOR_COLOR(pfn, szc, color, ceq_mask, color_mask, it) \ argument 270 ceq_mask, color_mask, it); \ 659 uint_t color_mask = page_get_pagecolors(0) - 1; \ 666 bin = cnt = cnt & color_mask; \ 669 cnt = (cnt + 1) & color_mask; \ 670 if (cnt == (as_color_start(as) & color_mask)) { \ 674 as_color_bin(as) = cnt & color_mask; \
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_pagelist.c | 739 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 2292 color_mask = PAGE_GET_PAGECOLORS(szc) - 1; in page_freelist_coalesce() 2293 ASSERT(ceq_mask <= color_mask); in page_freelist_coalesce() 2294 ASSERT(color <= color_mask); in page_freelist_coalesce() 2325 PAGE_NEXT_PFN_FOR_COLOR(lo, szc, color, ceq_mask, color_mask, in page_freelist_coalesce() 2349 bin = ADD_MASKED(bin, 1, ceq_mask, color_mask); in page_freelist_coalesce() [all …]
|
/titanic_50/usr/src/uts/intel/io/drm/ |
H A D | radeon_io32.h | 82 unsigned int color_mask; member
|
H A D | radeon_drm.h | 614 unsigned int color_mask; member
|
H A D | radeon_state.c | 896 OUT_RING(clear->color_mask); in radeon_cp_dispatch_clear() 2230 clear.color_mask = clear32.color_mask; in radeon_cp_clear()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | vm_dep.h | 216 #define PAGE_NEXT_PFN_FOR_COLOR(pfn, szc, color, ceq_mask, color_mask, it) \ argument
|
/titanic_50/usr/src/uts/sun4v/cpu/ |
H A D | niagara2.c | 485 uint_t ceq_mask, uint_t color_mask, void *cookie) in page_next_pfn_for_color_cpu() argument
|