Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/vm/
H A Dvm_dep.h233 #define PFN_2_COLOR(pfn, szc, it) \ macro
287 #define PP_2_BIN_SZC(pp, szc) (PFN_2_COLOR(pp->p_pagenum, szc, (void *)(-1)))
645 bin = PFN_2_COLOR(pfn, szc, NULL); \
647 bin = PFN_2_COLOR(pfn, szc, NULL); \
654 bin = PFN_2_COLOR(((uintptr_t)addr >> MMU_PAGESHIFT), \
/titanic_50/usr/src/uts/i86pc/vm/
H A Dvm_dep.h199 #define PFN_2_COLOR(pfn, szc, it) \ macro
240 #define PP_2_BIN_SZC(pp, szc) (PFN_2_COLOR(pp->p_pagenum, szc, NULL))
/titanic_50/usr/src/uts/common/vm/
H A Dvm_pagelist.c2323 if (((PFN_2_COLOR(lo, szc, &it) ^ color) & ceq_mask) || in page_freelist_coalesce()
2367 } else if ((PFN_2_COLOR(pfnum, szc, &it) ^ color) & ceq_mask || in page_freelist_coalesce()
2407 if ((PFN_2_COLOR(pfnum, szc, &it) ^ color) & in page_freelist_coalesce()
2432 PFN_2_COLOR(pfnum, szc, &it), mrange) = idx; in page_freelist_coalesce()
3545 if (((PFN_2_COLOR(lo, szc, &it) ^ bin) & ceq_mask) || in page_geti_contig_pages()