Home
last modified time | relevance | path

Searched refs:PFN_2_COLOR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h234 #define PFN_2_COLOR(pfn, szc, it) \ macro
288 #define PP_2_BIN_SZC(pp, szc) (PFN_2_COLOR(pp->p_pagenum, szc, (void *)(-1)))
648 bin = PFN_2_COLOR(pfn, szc, NULL); \
650 bin = PFN_2_COLOR(pfn, szc, NULL); \
657 bin = PFN_2_COLOR(((uintptr_t)addr >> MMU_PAGESHIFT), \
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h202 #define PFN_2_COLOR(pfn, szc, it) \ macro
243 #define PP_2_BIN_SZC(pp, szc) (PFN_2_COLOR(pp->p_pagenum, szc, NULL))
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2320 if (((PFN_2_COLOR(lo, szc, &it) ^ color) & ceq_mask) || in page_freelist_coalesce()
2364 } else if ((PFN_2_COLOR(pfnum, szc, &it) ^ color) & ceq_mask || in page_freelist_coalesce()
2397 PFN_2_COLOR(pfnum, szc, &it), mrange) = idx; in page_freelist_coalesce()
3499 if (((PFN_2_COLOR(lo, szc, &it) ^ bin) & ceq_mask) || in page_geti_contig_pages()