Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dserengeti.h243 #define PA_2_SLICE(pa) (((pa) >> PA_SLICE_SHIFT) & SG_SLICE_MASK)
244 #define PFN_2_SLICE(pfn) (((pfn) >> PFN_SLICE_SHIFT) & SG_SLICE_MASK)
250 #define SG_SLICE_MASK (0xff) macro
251 #define SG_MAX_SLICE (SG_SLICE_MASK + 1)