Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/vm/
H A Dvm_dep.h253 #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 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
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 Dradeon_io32.h82 unsigned int color_mask; member
H A Dradeon_drm.h614 unsigned int color_mask; member
H A Dradeon_state.c896 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 Dvm_dep.h216 #define PAGE_NEXT_PFN_FOR_COLOR(pfn, szc, color, ceq_mask, color_mask, it) \ argument
/titanic_50/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